Create a maven project and use one of the built-in web servers like jetty or Glassfish.
In addition, this approach allows you to work with the command line directly or use Netbeans, Eclipse, or IntelliJ as an IDE because they support Maven projects. I don't think JDeveloper can still.
(Eclipse may require the m2e plugin from the market, and it will handle the entire Eclipse configuration transparently and directly. Highly recommended).
source share