Saturday, December 21, 2013

Creating Integrated weblogic Server Domain - Step by Step

This is a subsequent post for JDeveloper installation. As soon as JDeveloper installed, we need to create an integrated Weblogic server.
By creating an integrated Weblogic server domain we can test the application locally so productivity will increase, and easier to debug the web applications.
  1. Open JDeveloper and select the “Default Role” and click ok.
  1. Once JDeveloper is open. From “Run” menu, select the “Start Server Instance (InegratedWeblgicServer)
  1. This will prompt credential’s, just Enter the password and click ok.




  1. This will create a domain and start the domain as well. While starting domain it will prompt to firewalls blocking security select the private network and click “Allow access”

  1. That’s it. The integrated Weblogic server will be starting soon. Once it’s started status will show in the log.
Happy learning…. ☺

Saturday, December 14, 2013

JDeveloper Installation

This is an explanatory installation of JDeveloper, For developing J2EE, ADF, SOA, and other middleware projects are which developed JDeveloper IDE.

This article will provide quick and easy installation screens for Jdev.

This installation step starts with downloading the software. Download JDeveloper IDE from OTN.


  • Once JDeveloper is available open command prompt and extracts JDeveloper. Jar as shown below.



  • When it’s completed 100% that will open a wizard to install Jdev. On welcome wizard, click Next.



  • Create a middleware home to install JDeveloper and click Next.

  • Choose Install Type and click Next, usually, we need to install JDeveloper and ADF with Weblogic Server.

  • So this will provide the integrated Weblogic server to test the application (formally Java and ADF application)
  • Next step, select the JDK path, from browse and select from a system where JDK installed
  • Once JDK has selected, click Next

  • To confirm the developer installation, click on Next.

  • Click Next once observation on a summary of JDeveloper installation.

  •  Installations started and wait until it’s completed for 100% completion.

  • Once the installation is completed, below screen will show Uncheck Run Quickstart and Click Done. As soon as do the installation, the wizard will close and from the command prompt will exit from Jdev installation, close the command prompt.






Now you can open JDeveloper from the start(windows) menu and start work.

That’s it; hope this small article might be useful for beginners.

Happy Learning 😊…!