huysmansitt.blogspot.com
Huysmans Industry Three Thousand: januari 2014
http://huysmansitt.blogspot.com/2014_01_01_archive.html
Huysmans Industry Three Thousand. Vrijdag 3 januari 2014. ADF: Putting IE in a certain document mode. In our ADF application we used some javascript to put the focus on the first field of an af:query component. This seems to work great when running directly from JDeveloper, but doesn't if the application is deployed on a separate WLS. First we thought it is the javascript itself, but this was not possible since we do not change the code. To solve this problem, you need to perform a small operation. S...
huysmansitt.blogspot.com
Huysmans Industry Three Thousand: Configuring OBIEE to use OAM
http://huysmansitt.blogspot.com/2013/04/configuring-obiee-to-use-oam.html
Huysmans Industry Three Thousand. Dinsdag 9 april 2013. Configuring OBIEE to use OAM. Configuring OBIEE to use OAM as an SSO-solution. OBIEE 11.1.1.6.0 running on WLS 10.3.5. OAM 11.1.2 running on WLS 10.3.6.0. Both solutions are running on different machines or at lease different images of a virtualization solution. After setting up a common ldap provider, like explained in my previous blog,. You are ready to connect OBIEE with your OAM environment. Here are the steps we performed:. NOTE : This is a tem...
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: July 2012
http://webapplicationdeveloper.blogspot.com/2012_07_01_archive.html
Everything about developing web applications in Java. Monday, July 23, 2012. Google DataStore with JPA and Spring. Follow these steps to get started ( You need Maven 3 to sucessfully run the app! Do a mvn clean install. On the POM file. Generate the artifact using following code:. Mvn archetype:generate -DarchetypeGroupId=be.c4j -DarchetypeArtifactId=gae-wicket-archetype -DarchetypeVersion=1.0 -DgroupId= be.c4j. The parts in bold are what defines your projectname and default package. And Google App Engine.
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...