ObjectDB ObjectDB

Internal Website Search

11-20 of 34 resultsRefresh
9

Step 4: Add a Servlet Class

.getRequestDispatcher("/guest.jsp").forward(request, response); } @Override protected void doPost ... the following operations on every http request: If a new guest has registered (using a JSP form ... " attribute. Then the processing is forwarded to the JSP page (which is presented in the next tutorial
9

Step 4: Add a Servlet Class

.getRequestDispatcher("/guest.jsp") .forward(request, response); } finally ... ) is constructed. If a new guest has registered (using a JSP form that is shown in the next tutorial step ... is forwarded to the JSP page (which is presented in the next tutorial step). The JSP uses the "guest
6

Step 6: Set the Spring XML

</session-timeout> </session-config> <welcome-file-list> <welcome-file>index.jsp ... for JSP pages in the WEB-INF directory. The next step (and the last in this tutorial) is running the Spring web application.
6

Step 1: Create a Maven Web Project

> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId
6

Step 6: Set the Spring XML

> </session-config> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome ... , controllers and transactions), to inject a JPA EntityManager, to manage transactions and to look for JSP
6

Step 1: Create a Maven Web Project

>   </dependency>   <dependency>    <groupId>javax.servlet.jsp</groupId>    <artifactId>jsp-api</artifactId
6

JPA Tutorials

, including Servlets, JSP and HTML. The first tutorial demonstrates a simple JPA web application with a Servlet and a JSP: JPA Web Application Tutorial This web application does not use EJB
4

Step 7: Run the Spring Web App

At this stage your project should have the following structure: Use copy and paste to replace the content of the index.jsp file (which serves as the default front page) with the following redirection to the controller path: <jsp:forward page="guest.html" /> If Tomcat 6.0 is installed as
4

Step 7: Run the Spring Web App

At this stage your project should have the following structure: Use copy and paste to replace the content of the index.jsp file (which serves as the default front page) with the following redirection to the controller path: <jsp:forward page="guest.html" /> Assuming that Tomcat 6.0 is installed
3

[ODB1] Chapter 1 - About ObjectDB

integrated into any JSP/servlet web application. The JDO Guest Book sample provided with ObjectDB ... to deploy a web application with ObjectDB on any web hosting system that supports servlets/JSP. Just drop

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support