Oracle JDeveloper

Card Puncher Data Processing

About

Oracle JDeveloper is the Oracle's full-featured Java IDE.

In JDeveloper, you create your work in an application, within which you can organize your work into a number of projects. JDeveloper provides a number of application templates, to help you to create the project structure for standard types of application relatively quickly and easily. At the time you create your application in JDeveloper, you can choose the application template that matches the type of application you will be building.

The application template you select determines the initial project structure (the named project folders within the application) and the application technologies that will be included. You can then add any extra libraries or technologies you need for your particular application, and create additional projects if you need them.

Application servers

JDeveloper supports direct deployment to the following production application servers:

  • Oracle WebLogic Server
  • Oracle Application Server
  • Apache Tomcat
  • IBM WebSphere
  • JBoss

And

Web service

JDev can be used for end-to-end development of Web services.

Developers can build Java classes or EJBs, expose them as Web services, automatically deploy them to an instance of Oracle WebLogic Server, and immediately test the running Web service.

Alternatively, JDeveloper can be used to drive the creation of Web services from WSDL descriptions.

JDeveloper also is Ant-aware. You can use this tool to build and run Ant scripts for assembling the client and for assembling and deploying the service.

How to, Example

Directory

A JDeveloper Application (.jws) may contains one or more JDeveloper Project (.jpr).

In JDeveloper you always work with projects contained within an application. A JDeveloper project is a logical grouping of related files. You can add multiple projects to an application to easily access, modify and reuse your source code.

OJVM

OJVM is the specialized Oracle Java Virtual Machine for JDeveloper





Discover More
Card Puncher Data Processing
Integrated development environment (ide)

At first, IDEs simply connected the big three: text editor, compiler, and debugger See The Big Bang Theory of IDEs, CASPAR BOEKHOUDT, INFORMATION METHODOLOGIES...
Adf Architecture
J2EE - Oracle Application Development Framework (ADF)

Oracle ADF Faces is: an library of JavaServer Faces (JSF) component (based on the JSR 127 specification) based on the Project Apache Trinidad Oracle Application...
Java Conceptuel Diagram
Java - J2EE - Web Services Implementation

Java Web services are implemented according to the JSR 109: Implementing Enterprise Web Services specification, which defines the standard Java EE runtime architecture...
Java Conceptuel Diagram
JavaServer Faces (JSF)

The request: means to maintain the state for the time of a request session: means to maintain the state for the time of a session (between page views) none: means that the bean will be created but...



Share this page:
Follow us:
Task Runner