webapplicationdeveloper.blogspot.com
Web Application Developer: September 2012
http://webapplicationdeveloper.blogspot.com/2012_09_01_archive.html
Everything about developing web applications in Java. Tuesday, September 25, 2012. Oracle has released ADF Essentials. A free to develop and deploy core version of their Application Development Framework. What is included in Oracle ADF Essentials? According to the documentation, Oracle ADF Essentials includes the following Oracle ADF components: Oracle ADF Faces Rich Client Components, Oracle ADF Controller, Oracle ADF Model and Oracle ADF Business Components. All in all a good base to start from! ADF an...
webapplicationdeveloper.blogspot.com
Web Application Developer: May 2012
http://webapplicationdeveloper.blogspot.com/2012_05_01_archive.html
Everything about developing web applications in Java. Wednesday, May 23, 2012. Random Hacks of Kindness. Random Hacks of Kindness (RHoK) is a an initiative originated by Microsoft, Google, Yahoo, NASA and the World Bank. The objective is to bring together experts around disaster management and crisis response with volunteer software developers and designers in order to create solutions that have an impact in the field. RHoK has periodical events, known as h ackathons. Will be organized by Contribute.
webapplicationdeveloper.blogspot.com
Web Application Developer: June 2014
http://webapplicationdeveloper.blogspot.com/2014_06_01_archive.html
Everything about developing web applications in Java. Tuesday, June 24, 2014. Summer of Technology 2014 @Contribute. A new summer, a new Summer of Technology. There's an interesting workshop/session every Tuesday of the summer. I will be hosting a session on Google's Cloud platform, but there's a lot of other topics as well. Pick your session and subscribe! Geplaatst door Stijn Haus. Subscribe to: Posts (Atom). Enter your email address:. Im the owner of InteractiveHaus. View my complete profile.
webapplicationdeveloper.blogspot.com
Web Application Developer: February 2014
http://webapplicationdeveloper.blogspot.com/2014_02_01_archive.html
Everything about developing web applications in Java. Tuesday, February 4, 2014. XPath in Internet Explorer. Every web developer knows how difficult it is to get things running on all browsers. Usually, Internet Explorer is doing the best it can to make your life a hell. A good example thereof, is it's lack of XPath support. In most browsers, you can use document.evaluate(). The solution is called Wicked Good Xpath. Script src="wgxpath.install.js" /script. Then you have to call wgxpath.install(). JDev/AD...
webapplicationdeveloper.blogspot.com
Web Application Developer: Eclipse cannot run program javaw.exe
http://webapplicationdeveloper.blogspot.com/2013/06/eclipse-cannot-run-program-javawexe.html
Everything about developing web applications in Java. Friday, June 14, 2013. Eclipse cannot run program javaw.exe. Yesterday, I checked out a project from SVN, I ran mvn eclipse:eclipse. And imported it into my IDE. So far so good, everything compiled, Maven could run all the tests, all was well. Disk The path was about 30 characters shorter than before, but since Eclipse was adding a whole lot of Maven libraries to my classpath, it made a huge difference. Geplaatst door Stijn Haus. And a passionate free...
webapplicationdeveloper.blogspot.com
Web Application Developer: August 2012
http://webapplicationdeveloper.blogspot.com/2012_08_01_archive.html
Everything about developing web applications in Java. Thursday, August 16, 2012. Free Advanced ADF course - part 2. As I mentioned earlier. Oracle provides a free advanced ADF course. Today, Jürgen Kress announced on his blog. That part 2 is available! Here are the links to part one. Geplaatst door Stijn Haus. Subscribe to: Posts (Atom). Enter your email address:. Im the owner of InteractiveHaus. View my complete profile. 2 New Themes for Ultima. Andrejus Baranovskis's Blog - JDev/ADF Samples list.
webapplicationdeveloper.blogspot.com
Web Application Developer: XPath in Internet Explorer
http://webapplicationdeveloper.blogspot.com/2014/02/xpath-in-internet-explorer.html
Everything about developing web applications in Java. Tuesday, February 4, 2014. XPath in Internet Explorer. Every web developer knows how difficult it is to get things running on all browsers. Usually, Internet Explorer is doing the best it can to make your life a hell. A good example thereof, is it's lack of XPath support. In most browsers, you can use document.evaluate(). The solution is called Wicked Good Xpath. Script src="wgxpath.install.js" /script. Then you have to call wgxpath.install(). Jenkins...
webapplicationdeveloper.blogspot.com
Web Application Developer: Testing Google Task Queues
http://webapplicationdeveloper.blogspot.com/2015/04/testing-google-task-queues.html
Everything about developing web applications in Java. Wednesday, April 8, 2015. Testing Google Task Queues. Are a great way to have snippets of code be executed at a later time. They can be used to spread application load, or to have some task executed at a programatically provided timestamp. The API is easy to understand and use, and Google provides an easy way to Unit test your code. So far so good! To the queue.xml. Groupid com.google.appengine /groupid. This provides the XmlParser you need! Oracle JD...
webapplicationdeveloper.blogspot.com
Web Application Developer: March 2013
http://webapplicationdeveloper.blogspot.com/2013_03_01_archive.html
Everything about developing web applications in Java. Friday, March 22, 2013. Belgium Liferay User Group. Since the Liferay community is ever growing, there are user groups being developed. One of them, is BeLiUG (Belgium Liferay User Group). If you're a Liferay enthusiast, and are based in Belgium, request your membership today! Of course, if you're not based in Belgium and want to join a Liferay User Group, search for the one in your country. And apply. The idea of User Groups. Geplaatst door Stijn Haus.
webapplicationdeveloper.blogspot.com
Web Application Developer: Web Accessibility Course
http://webapplicationdeveloper.blogspot.com/2013/09/web-accessibility-course.html
Everything about developing web applications in Java. Wednesday, September 11, 2013. Attention fellow web developers! Google is giving a free online course. To improve the accessibility of your website/application. While this might not seem like a big issue, the World Health Organization estimates the number of people with visual impairments to be 285 million. You can save them from a lot of frustration, and offer a far better user experience by following a few guidelines. Geplaatst door Stijn Haus.