Recently I did my R&D on how to change Skin of the ADF application at run time using ADF technology [...]
Entries Tagged as 'Journey of a Form Developer to JDeveloper World'
Changing Skin of the ADF Application at Run Time
September 8th, 2008 · 6 Comments
Tags: Journey of a Form Developer to JDeveloper World
java.lang.NullPointerException in af:table component
September 5th, 2008 · 4 Comments
In this post, I am sharing my experience regarding the JDeveloper 11g Preview 4.
In my sample application (ADF Technology Stack), [...]
Tags: Journey of a Form Developer to JDeveloper World
JDeveloper 11 Preview 4 problem java.security.AccessControlException
August 26th, 2008 · No Comments
Today while playing around with JDeveloper 11g Preview 4, I start receiving following error;
[Starting Embedded OC4J Server using the following [...]
Tags: Journey of a Form Developer to JDeveloper World
Matrix of Application Servers Supported by Each Version of JDeveloper
May 19th, 2007 · No Comments
I was searching for support matrix for last 2-3 days and at last helped by [...]
Tags: Journey of a Form Developer to JDeveloper World
J2EE Container-Managed Authentication
May 19th, 2007 · No Comments
Recently I was stuck with Authorization & Authentication related problem that I faced when working on my recent and first [...]
Tags: Journey of a Form Developer to JDeveloper World
Very Slow performance in Jdeveloper
April 22nd, 2007 · 1 Comment
We’re getting increasingly poor performance in Jdeveloper.
Expanding a project after 5 minutes of starting JDeveloper takes a long time, opening [...]
Tags: Journey of a Form Developer to JDeveloper World
Style of database application architecture::Accessing the Database in Java
January 28th, 2007 · No Comments
Before we dive into different style of database application architecture based on different combination of J2EE component, let us first [...]
Tags: Journey of a Form Developer to JDeveloper World
Connecting MVC design architecture to J2EE Components
January 23rd, 2007 · 3 Comments
After going through both architecture in my previous blog. I tried connecting both architecture as follows based on my understanding:
MVC [...]
Tags: Journey of a Form Developer to JDeveloper World
Understanding J2EE Component Architecture
January 23rd, 2007 · 2 Comments
J2EE is not an product but a specification which describes a proposed standard for building applications that meet the requirements [...]
Tags: Journey of a Form Developer to JDeveloper World
Knowing MVC Design Pattern
January 12th, 2007 · No Comments
The Model-View-Controller (MVC) is a commonly used and powerful architecture for designing GUI.
The MVC design architecture was originally developed for [...]