Thursday, September 6, 2012

Jdeveloper : Existing Extensions and Extend Jdeveloper

 

You can extend your jdeveloper as per your requirement which include SOA Editor , BPM Editor , Webcenter Extension and more.

image

Jdeveloper : Clean Project Everytime before running

 

Jdeveloper has auto clean feature while running project everytime as found in other popular IDE like Eclipse.

image

Jdeveloper : Opening Internet Explorer from Jdev

 

When working with Jdeveloper we need Internet Explorer and other browser during web development work. Jdeveloper has utility to embed such regular stuff.

image

It will automatically pull some frequently used tool. Click “Find Tool”

image

You can add new tool like Chrome , Fire Fox and more using this utility.

Eventually ,It will appear as follow on jdevelopr as short cut.

image

Jdeveloper : Deleted File Accidently and Want to Restore

 

Accidently you may sometime delete the file from Jdeveloper project by mistake and Jdeveloper has provided utility to restore deleted file as follow.

image

Right click project and click restore from local history.

image

Then select the file that need to be restored and click Restore

image

You can control how many back file you need for each file from following configuration.

image

Jdeveloper : Increasing the log size

 

During debugging application in jdeveloper , You will sometime not see the full message as buffer will be set for 3000 lines by default. If we want more lines to be printed in jdevelopre message log window then please increase the size from following location.

Tools – Preferences – Environment – Log

image

Wednesday, September 5, 2012

ADF BC : Status of Data Binding & Data Access

 

Sorry ,Can’t blog for long time , Since I was too busy with Enterprise Architecture Migration with Clustering with Webcenter Portal , Web Tier , UCM , OBIEE , Weblogic , Database and Supporting the architecture for long time.

Please read following Status of JSR-227 on which ADF Model Data Binding is Implemented. Also, Look email conversation about this discussion on Oracle ADF EMG EMG Update on status of JSR-227.

Thursday, June 14, 2012

Weblogic : Installing Weblogic 11.1.1.6

Open command window and check for the java version using

java –version

Verify if you want to install on 32 or 64 bit JVM and download the corresponding JVM.

Now run following command to start the installation wizard.

java – jar wls1036_generic.jar

Follow the basic steps to complete the installation.