Archive for 'Oracle ADF/JHeadstart'
JDev 11g: The First Impression
Although there have been preview releases available for some time, last week the production release of JDeveloper 11g came out. And because I finally had some time to have a look at it, I decided to give it a go. I have been using JDeveloper since version 3.1 and as you can imagine, I have [...]
Posted: October 12th, 2008 under General, Oracle ADF/JHeadstart.
Comments: none
Oracle ADF Medior: Deployment of ADF Applications and using connection pools
When you are just starting with Oracle ADF and JDeveloper, there are a lot of tutorials and hands-on documents which you can use to build your first ADF application. The embedded OC4J in JDeveloper makes it very easy to develop and test your application. But at some point you want to deploy your application to [...]
Posted: May 31st, 2008 under General, Oracle ADF/JHeadstart, Oracle iAS.
Comments: none
Oracle ADF Medior: Showing Oracle Reports in a popup window
When combining Oracle ADF and Oracle Reports, you might want to open a report in a new window by clicking a button in a ADF page. Anyway, this is exactly what I wanted on my latest project. When searching the internet I did find this post that describes a possible solution. But this solution wasn’t [...]
Posted: May 25th, 2008 under General, JavaServerFaces, Oracle ADF/JHeadstart.
Comments: 11
Oracle ADF Basic: Partial Page Rendering with input and outputText
In one of our screens in our application (ADF BC + JSF) we had to make it possible to quickly enter data (to insert new records) without having to select a dropdown or List of Values, but with validation against the database. To implement this, we make use of PPR (Partial Page Rendering, a great [...]
Posted: May 10th, 2008 under General, JavaServerFaces, Oracle ADF/JHeadstart.
Comments: 3
Oracle ADF Basic: Making use of the ApplicationModule Session
If you have to use a where-clause being based on session-scoped parameters in several viewobjects, it might be good to know you also have a session scope in Oracle’s ADF BC Application Module. You get access to it by simply calling getSession() in your ApplicationModule. On the Session object which you then receive, you can [...]
Posted: May 3rd, 2008 under General, Oracle ADF/JHeadstart.
Comments: none
Problem with customized skin in Oracle ADF Application
For an Oracle ADF application (ADF BC + JSF 10.1.3.3) we are using a customized skin. This is a very powerful technique to have the look and feel of a JSF application being based on the companies wishes. With a few changes in an existing skin (that is for instance supplied by Oracle) you can [...]
Posted: April 28th, 2008 under General, JavaServerFaces, Oracle ADF/JHeadstart.
Comments: none
Oracle ADF Medior: Rendering images based on BLOB columns
For my current project we are building an application with Oracle ADF 10.1.3.3 (ADF BC + JSF). One of the functionalities they want is to show images that were stored in a Blob field in the database at a JSF page. After a short search it appeared that this can be rather easily done if [...]
Posted: April 22nd, 2008 under General, JavaServerFaces, Oracle ADF/JHeadstart.
Comments: 1
Oracle ADF Basics: Getting values of the multiselected rows in an af:table
In a former post I described how you could get access to the selected row in you af:table in your backing bean. This post takes it a step further and shows you how to deal with a multiselect table.
Let us first look at how to create a multi select table. Because this can’t be done [...]
Posted: April 19th, 2008 under General, Oracle ADF/JHeadstart.
Comments: 4
Oracle ADF Basics: Getting values of the selected row in an af:table
Here is another kind of basic thing that you would like with ADF Faces but that just isn’t very intuitive. Imagine you have JSF page and you just drag-and-dropped a View Object at it as a selectable Read-Only table. Now when the ‘Select’ button, that is added automatically, is clicked you want to do [...]
Posted: April 15th, 2008 under General, JavaServerFaces, Oracle ADF/JHeadstart.
Comments: 3
Oracle ADF Basics: Duplicating an existing row
I don’t know if it is just a coincidence but at almost all the Oracle ADF projects (ADF Business Components + Struts or JSF) I have done until now there was a need for additional functionality with which the user could duplicate a row and then modify it. After reinventing this thing several times, [...]
Posted: April 9th, 2008 under General, Oracle ADF/JHeadstart.
Comments: 1
