 323 | We start by creating a new Maven-WTP dynamic web project in Eclipse: Open the [New Project] dialog box, e.g. by using File > New > Project... Select Maven > Maven Project and click Next. Verify that the Create a simple project checkbox is disabled and click Next. Enter maven-archetype-webapp as |
 318 | We start by creating a new Maven web project in NetBeans: Open the [New Project] dialog box, e.g. by using File > New Project... Select Maven > Maven Web Application and click Next. Choose a Project Name (e.g. Guestbook) and select Java EE 5. Enter Maven Group Id (e.g. com.objectdb.tutorial.spring |
 291 | the result application as a Maven project: JPA Web App - Maven Project (6KB) If Maven is installed ... for the Jetty embedded server. No need to download and install ObjectDB or a Java web server - Maven ... is ready - open your browser at http://localhost:8080/Guestbook/ You may also open and run the Maven |
 291 | application as a Maven project: Spring MVC JPA - Maven Project (8KB) If Maven is installed - extract ... - Maven will download the ObjectDB jar and the Jetty embedded server automatically. When the Jetty ... the Maven project in your IDE: NetBeans IDE and IntelliJ IDEA have built in Maven support. |
 291 | a Maven project: Getting Started with JPA - Maven Project (3KB) If Maven is installed - extract ... should be points-console (containing the pom.xml file). No need to download and install ObjectDB - Maven will download the ObjectDB jar automatically. You may also open and run the Maven project in your IDE |
 287 | and run the result application as a Maven project: Java EE JPA Web App - Maven Project (7KB) If Maven ... your GlassFish server. You may also open and run the Maven project in your IDE: NetBeans IDE and IntelliJ IDEA have built in Maven support. |
 80 | the project zip file: Java EE JPA Web App - Maven Project (7KB) Open the Maven project in Eclipse: Select File > Import... > Maven > Existing Maven Projects and click Next. Select the guestbook-jee6 ... only if Maven Integration for WTP is installed when the Maven project is imported into the IDE). Choose |
 80 | the project zip file: JPA Web App - Maven Project (6KB) Open the Maven project in Eclipse: Select File > Import... > Maven > Existing Maven Projects and click Next. Select the guestbook-web directory as Root ... click the project node and select Run As > Run On Server. (this command is available only if Maven |
 80 | zip file: Spring MVC JPA - Maven Project (8KB) Open the Maven project in Eclipse: Select File > Import... > Maven > Existing Maven Projects and click Next. Select the guestbook-spring directory as Root ... click the project node and select Run As > Run On Server. (this command is available only if Maven |
 77 | , Tomcat (or GlassFish) and Maven. The demo web application manages a basic guestbook page ... above). Eclipse IDE for Java EE Developers. m2eclipse (Maven plugin) including Maven Integration ... would be the same). The tutorial is based on using a Maven project. Therefore, required JAR files (ObjectDB |