Empowering your IT Initiatives

HBI has a proven track record of meeting demanding quality and delivery schedules in highly competitive markets.
Linux Home PREV TOC NEXT
Compiled by Skylab & Amit Mund

 

 
Creating Multiple Instance in Oracle JDeveloper

 

Introduction

I have never invested more time than necessary on Oracle's J2EE tools. It's not that I have anything against them but then it's just that there are a lot of other choices out there. But again and again, I keep seeing JDeveloper appear on my radar as the IDE of choice for a lot of developers. Given the amount of competition in this space, Borland JBuilder, the open source Eclipse, and so forth, I figured it was time to take a serious look. I found that JDeveloper 10g is more than just a Java IDE. In addition to Java development, you can use JDeveloper to create user interfaces, HTML, Java Swing and XML-based; create and manage databases, develop Web Services and work with XML and XML schemas and all of these tasks can be done using fairly intuitive, visual-based drag-and-drop tools.

About Oracle JDeveloper

Oracle JDeveloper is a very powerfull utility for Empowering J2EE Development, and even use for the deployment in other server. The ever-growing complexity of Java and J2EE creates a need for Java development tools that offer more. If you want to be more productive with Java, you need a Java IDE. Oracle JDeveloper 10g is an IDE that enables you to develop Java applications with minimal effort. JDeveloper can do wonders for your Swing, JSP, Servlets, Struts, EJBs, and Web Services developments.





The text with sample applications that demonstrate how JDeveloper can simplify your developments using the technology. It also focuses on the new Application Development Framework (ADF) that comes with JDeveloper 10g—a framework that will get your applications up and running fast.

Oracle Jdeveloper is a free integrated development enveronment with end-to-end support for modeling, developing, debugging, optimizing and deploying java applications and web services.

Whe Use Oracle JDeveloper

Oracle JDeveloper is a complete, integrated development environment with end-to-end support for developing, debugging, and deploying J2EE applications and Web services. JDeveloper simplifies J2EE development with wizards, color-coded editors, visual design tools, syntax checkers, tuning utilities, and one-click deployment tools to create high-quality standard J2EE components.

  • 100% Java IDE for cross-platform development
  • Full development life-cycle support from modeling to deployment for J2EE applications and Web services
  • Web services development with WSDL/SOAP/UDDI support
  • Integrated UML modeling
  • Built-in J2EE application framework - Business Components for Java (BC4J)
  • Wizard-based development for Entity Beans and Sessions Beans
  • XML Schema driven editor and built-in XML parsers, XSLT processor, XSQL servlet





IDE Overview

The main interface of JDeveloper is quite similar to most Java editors.

In addition to the usual project information and workspace, JDeveloper also includes the visual tools on the right side of the frame. These items can be dragged into the workspace allowing you to create application components and connect them. This is true for Web Services, XML schemas, database tables, or whatever else you are editing through the IDE.

JDeveloper also includes a number of development tools, but the main ones include:

  • Integrated Debugging
  • Refactoring
  • Advanced Searching Capabilities
  • Versioning/Team Development Tools
  • Import Tools for EJB
  • WebDAV Support
  • JavaDoc Generation

To Create Multiple Instance of JDeveloper

Here is some of the instructions given below to create Multiple Instamce of JDeveloper How to create multiple instance of jdeveloper:

Step 1 and Step 2 are the two ways of creating Multiple Instance in JDeveloper :

Step 1:

1. Share the Jdev Folder to users of JDev.
2. Mount the share folder in the client side.
3. Run the executable JDev. in the client's computer.

Step 2:

1. Even you can make the VNCServer setup and then you can access the JDev.

How to Configure VNC Server and Client :

1. First of all you have to Install the VNCServer and VNC RPMS.
2. Then you can start the VNCServer like : " VNCSERVER :N " /*WHERE N IS A NUMBER*/
3. Now it will ask to enter the password for the first time.
4. Then go to Client side and type " VNCVIEWER :N

Linux Home PREV TOC NEXT