ObjectDB ObjectDB

Internal Website Search

11-20 of 104 resultsRefresh
39

Spring MVC and JPA Tutorial

This tutorial demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application using Tomcat (or GlassFish), JPA, ObjectDB and Maven. The demo web application manages a basic guestbook page. Every visitor can sign the guestbook by filling a simple form. All visitors
39

Step 7: Run the Spring Web App

/. This Spring web application can also run with GlassFish 3.0.1, with a small change in
36

Step 7: Run the Spring Web App

Shows how to run the NetBeans Spring MVC JPA web application.
27

ObjectDB Object Database Features

integration with Tomcat, Jetty, GlassFish, WildFly, Spring MVC and Spring Boot. Operating Modes Client ... Application Tutorial (Tomcat/Jetty). Java EE Web Tutorial (GlassFish/JBoss). Spring MVC Framework Web
8

Step 1: Create a Maven Web Project

Name (e.g. Guestbook) and select Java EE 5. Enter Maven Group Id (e.g. com.objectdb.tutorial.spring ... under Project Files in the [Project] window: To add dependency on the Spring MVC Framework and ObjectDB ... "> <modelVersion>4.0.0</modelVersion> <groupId>com.objectdb.tutorial.spring</groupId> <artifactId>Guestbook
7

Step 1: Create a Maven Web Project

project. To add dependency on the Spring MVC Framework and ObjectDB and to automatically download ... .0.0</modelVersion> <groupId>com.objectdb.tutorial.spring</groupId> <artifactId>Guestbook ... .springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>3.0.5.RELEASE</version
6

Step 4: Add a Controller Class

In this step we will add a Spring Controller to manage guestbook web requests: Open the [New Java ... exactly that case sensitive class name. Click Finish to create the new Spring Controller class. Now ... is defined as a Spring managed web controller using the @Controller annotation. A GuestDao component
6

Step 4: Add a Controller Class

In this step we will add a Spring Controller to manage guestbook web requests: Open the [New Java ... name. The Package should be guest. Click Finish to create the new Spring Controller class. Now ... a Spring managed web controller using the @Controller annotation. A GuestDao component
5

Step 5: Add a JSP Page

name. The Folder should be WEB-INF (to prevent accessing the JSP directly not through Spring). Click ... > <% } %> </ol><hr> <iframe src="http://www.objectdb.com/pw.html?spring ... (and the last in this tutorial) is setting the Spring XML configuration.
5

Step 5: Add a JSP Page

(to prevent direct access to the JSP bypassing Spring). Enter guest as the jsp file name - use exactly ... .objectdb.com/pw.html?spring-eclipse" frameborder="0" scrolling="no" width="100 ... the previous step). The next step (and the last in this tutorial) is setting the Spring XML configuration.

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