For a customer with an interesting business we had to build a web application that has a RIA front end, displays data on maps, authenticates thru a web service that is connected with a back office customer subscription system, and that can handle any kind of data (for example shops, […]
Erik Kerkhoven
Spring 2.0 in Oracle JDeveloper
On Oracle OTN Shay Shmeltzer has written an article that explains how to use the Spring framework within JDeveloper and how to best setup JDeveloper for Spring 2.0. Interface21 has announced that the final release of Spring 2.0 is planned onSeptember 26th, 2006. http://www.oracle.com/technology/products/jdev/howtos/1013/SpringwithJDev/index.html Shay will show “(…) some of […]
Meta Data Driven User Interface with Dojo and Spring MVC
What I mean with a meta data driven user interface is an application whose appearance and behavior is managed by a special set of data that is stored in a database and that is linked to attributes of the user. For instance the organization to which the user belongs has […]
Verslag van SpringOne
Op 15 en 16 juni vond in Antwerpen de SpringOne conferentie plaats. Dit event bestond uit vier keynotes, zes zogenaamde university talks, veertig (parallelle) presentaties en 48 sprekers. Dit alles werd bezocht door zo’n 400 ontwikkelaars en andere belangstellenden, afkomstig uit maar liefst 25 landen. In de gangen en zalen […]
Free "1000 Java Tips" book
A free book, titled 1000 Java Tips can be found at http://javafaq.nu/java/advert/index.shtml. It is claimed that after reading you will improve your skills and raise your salary.
Map Adventures with Google, Oracle and Spring
In summer 2000 I started in the Field Service development team of Oracle’s eBusiness Suite (http://www.oracle.com/applications/service/srvonl_cont.html). The web form Dispatch Center contains four Java applets. One of them is a map. This map displays the location of the customers and the current position of the field service engineers who synchronize […]
SpringOne conference
Op 15 en 16 juni aanstaande wordt de SpringOne conferentie gehouden in Antwerpen. Dit is de eerste Europese conferentie die specifiek op het Spring Framework betrekking heeft. Het evenement bestaat uit 40 sessies (in vier parallele series). Deze sessies worden gepresenteerd door de core developers van Spring and andere beroemdheden. […]
Acegi Security for Dummies
Probably this post is one of many Acegi Security Getting Started’s to be found on the web. However we at Amis just recently went thru it. Here is our step-by-step guide how to set up basic authentication and web request authorization. We used a bit older version of the frameworks. […]
Gratis Spring cursus
NL-JUG maakte vandaag de mogelijkheid wereldkundig voor het volgen van een vier-avondse Spring training. Zie www.nljug.org. NL-JUG merkt op: “Samen met bijvoorbeeld Hibernate maakt Spring het programmeren weer leuk! Geen extra code schrijven of hoofdbrekers om je applicatie aan de praat te krijgen. Met Spring kan je sneller betere kwaliteit […]
Easy Ajax for Java
I like to bring under your attention DWR – Easy Ajax for Java, a Java open source library created by Getahead. “Easy” is always good (like “free” is always good). The easiness of DWR is the principle that a Javascript method calls a server-side Java method: “It allows code in […]
AMIS goes Spring
What’s the resemblance between Tai Chi and the Spring Framework? Nothing. …Hmm, it might be noted that both support in gaining an healthy architecture, the first regarding the human body, the latter regarding a Java application. The two different worlds of an ancient art and modern Java programming, has been […]
Spring is bursting out all over
In an article on dev2dev, BEA’s Bill Wroth observes the increase of the usage of the Spring framework on WebLogic customer sites. He writes: "As I travel around to customer sites, it seemingly comes up everywhere. I have seen it in large government agencies, financial companies, and internet companies. I […]
Issue LOV JHeadstart 10.1.2.0
JHeadstart version: 10.1.2.0 (build 19) and probably 10.1.2.1 ADF UIX version: 2.2.16 JDeveloper version: 10.1.2.17.84 Description After launching a LOV and selecting a value from it, the lookup values are not displayed in the base record. This holds true only for UIX and works fine in JSP.
Learn Once, Work Anywhere (with Choice) an impression of J-Fall 2005
On October 12th I have visited J-Fall 2005 conference of Java Usergroup Netherlands (www.nljug.org). There have been held many presentations, attended by a large public and it has been quite interesting. Amongst the contributions I noted a heavy weight by Oracle. ADF Faces received much attention by the oily marketing […]
How to implement an unique key constraint in ADF BC?
In an ADF project that deals with building a membership administration application for a sporting organization, I ran against the question how I could implement the validation of the uniqueness of an alternative key. For example, an entity organization member has a primary key member_id. However it would be nice […]