Before, Did you get warning message the "Low memory warning" on JDeveloper .
I will describe how to fix it. There are two config files on [...]
Home » Archives for 2011
Thursday, December 1, 2011
How to change jdeveloper domain creation location
when you run any adf web application using integrated weblogic server, domain not create oracle product home directory and
The domain located [...]
Wednesday, November 30, 2011
ADF Query Component Usage with ADF Panel Stretch Layout
There is a very nice layout component in ADF 11g - af:panelStretchLayout (ADF Panel Stretch Layout). This component comes with 5 facets - Bottom, [...]
Wednesday, November 30, 2011
JDeveloper 11g and ADF Task Flow Parameters
Developed sample application - TaskFlowParamaters.zip is based on standard HR schema, Departments and Employees entities. Unbounded task flow contains selectDepartments page and call to separate bounded [...]
Wednesday, November 30, 2011
Create, Edit and Delete operations in ADF Faces af:table component
Developed sample application EditableTable11.zip, provides read-only table with those actions - Delete, Create, Edit, Save, Cancel. Row selected for editing is shown in editable mode and can be updated. [...]
Monday, November 28, 2011
Install Oracle JDevevoper
In this post, I will explain how to install oracle jdeveloper tools on windows and linux os. which is almost same way.
1. first of all you must [...]
Sunday, November 27, 2011
ADF application deployment to custom weblogic domain
few days ago, I had problems for adf web application deployment to weblogic custom domain.
today is, I will post about the web deploy to custom [...]
Tuesday, October 25, 2011
Passing Parameters from ADF Task Flow with Fragments into ADF Bounded Task Flow
It is a common use case to pass parameters from ADF Task Flow with fragments into another ADF Task Flow without fragments. I got this question for my previous blog post - Parent Action Activity in ADF [...]
Tuesday, October 25, 2011
MySQL Unicode Datasource Problem

recently, I had problem about mysql database unicode on adf web application. In my table on mysql database table row is inserted to fine by [...]
Tuesday, October 25, 2011
ADF Task Flow in JDeveloper 11g
In JDeveloper 10g there is only one possibility to design application page flow structure - using JSF navigation flows. But sometimes, use cases require to implement complex page flow, that is not supported [...]
Tuesday, October 25, 2011
TrackQueryPerformed Property Usage and ADF Task Flows
I will describe following scenario - two ADF Task Flows, second ADF Task Flow is opened as Isolated. First ADF Task Flow provides query functionality implemented as View Criteria, and second ADF Task [...]
Thursday, October 20, 2011
Communicating Between ADF Regions Without Contextual Events Framework
Download sample application - RegionCommunicationPPR.zip. This sample is based on two ADF Regions - one brings Employees table data, another - Employes form data. User can select data in the table, form [...]
Thursday, October 20, 2011
PopUpFetch Option for Property Listener
With previous JDeveloper/ADF 11g releases it was quite complicated to catch popup fetch event, we were overriding popup fetch listener inside managed bean and processing it. Its a good hint, things are [...]
Thursday, October 20, 2011
Database Connection in ADF BC 11g
I started to dig more and I saw that Number type is displayed as oracle.jbo.domain.Number, usually it is shown just as Number:click here detail read post
google_ad_client = "pub-5175203784809310";google_ad_slot [...]
Thursday, October 20, 2011
This is start
Hi All,I'm java developer, few months ago, I started to study oracle technology about fusion middleware. I haven't enough experience for adf , jdeveloper, etc.But I wanna to share my just now learning [...]
Thursday, October 20, 2011
Oracle Database 11g Installing and create database on windows

I decided i wanted to post oracle database 11g install on window os. My laptop is running on windows 64 bit. I made screenshot for each step. [...]