GlassFish Extension for Oracle JDeveloper
Posted
by Shay Shmeltzer
on Oracle Blogs
See other posts from Oracle Blogs
or by Shay Shmeltzer
Published on Mon, 24 Sep 2012 16:25:34 +0000
Indexed on
2012/09/24
21:44 UTC
Read the original article
Hit count: 320
/Oracle/JDeveloper
We just release a new version of Oracle JDeveloper - 11.1.2.3.
One new feature here is built-in support for GlassFish. This include the ability to create an "application server" connection to GlassFish and then deploy to that server with one click from inside JDeveloper. You can use this for deploying Oracle ADF Essentials application on Glassfish, but you can also use it to deploy any Java EE application you build in JDeveloper on GlassFish.
However, if you are planning to work with GlassFish and JDeveloper on a more regular basis as your development server, then you might find my new extension useful.
The new extension allows you to start and stop an external GlassFish instance, as well as start it in debug mode (which will allow JDeveloper to remotely debug your application as it runs on the server. I also added a button that will invoke the web admin console of Glassfish.
Here is a quick demo that will show you how to work with the extension:
The extension is available from help->check for updates, or you can download it directly from here, and then use help->check for updates pointing to the local zip file.
© Oracle Blogs or respective owner