ObjectDB ObjectDB

Internal Website Search

1-2 of 2 resultsRefresh
15

Step 4: Add a Controller Class

.RequestMapping; import org.springframework.web.servlet.ModelAndView; @Controller public class ... ") public ModelAndView guestbook(HttpServletRequest request) { // Handle a new guest ... ): return new ModelAndView("guest.jsp", "guestDao", guestDao); } } The GuestController class
15

Step 4: Add a Controller Class

.RequestMapping; import org.springframework.web.servlet.ModelAndView; @Controller public class ... ") public ModelAndView guestbook(HttpServletRequest request) { // Handle a new guest (if any ... ModelAndView("guest.jsp", "guestDao", guestDao); } } The GuestController class is defined as

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