 93 | /JPA database driven web application (for Tomcat / Jetty) in Eclipse or NetBeans. Building a new ... for the Jetty embedded server. No need to download and install ObjectDB or a Java web server - Maven will download the ObjectDB jar and the Jetty embedded server automatically. When the Jetty server |
 87 | for the Jetty embedded server. It is not necessary to download and install ObjectDB or a Java web server - Maven will download the ObjectDB jar and the Jetty embedded server automatically. When the Jetty |
 68 | , so you should be able to run it on any servlet container (e.g. Apache Tomcat, Jetty, Caucho Resin), as well as |
 68 | you can run the web application using the embedded Maven Jetty plugin: Right click the project node |
 68 | the embedded Maven Jetty plugin: Right click the project node and select Run As > Maven Build... Enter |
 49 | .mortbay. jetty
maven-jetty-plugin
6.1.10
start-jetty
pre-integration-test
stop-jetty
post-integration-test
|
 49 | >org.mortbay. jetty
maven-jetty-plugin
6.1.10 ... >
start-jetty
pre-integration-test
stop-jetty
post-integration-test
|
 43 | Step by step tutorial that demonstrates how to build a simple database web application (with Servlet and JSP) in Eclipse using JPA. |
 43 | This tutorial demonstrates how to create run a database driven Java web application in Eclipse - using Tomcat 6, ObjectDB and JPA. |
 43 | Step by step tutorial that demonstrates how to build a simple database web application (with Servlet and JSP) in NetBeans using JPA. |