ObjectDB ObjectDB

Internal Website Search

1-4 of 4 resultsRefresh
30

How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client?

/siegfried] in DispatcherServlet with name 'spring' Here is my controller. @Controller @RequestMapping("/api") public class APIController{ @Autowired private GuestDao guestDao; @RequestMapping(value ... : @Controller @RequestMapping("/api") public class APIController{ Try http://localhost:8080/Guestbook/api
24

Metamodel Attribute NOT EQUALS to same Attribute in a different EntityManager

Attribute from Metamodel initialized on @PostConstruct event IS NOT EQUALS of the same Attribute from Metamodel of a differente EntityManager initialized on a @Controller @RequestMapping event. I ... and the other on a @Controller @RequestMapping event, they return not equals Attributes using
12

Step 4: Add a Controller Class

.RequestMapping; import org.springframework.web.servlet.ModelAndView; @Controller public class GuestController { @Autowired private GuestDao guestDao; @RequestMapping(value="/guest ... (using the @RequestMapping annotation) uses the GuestDao component to process the web request
12

Step 4: Add a Controller Class

.RequestMapping; import org.springframework.web.servlet.ModelAndView; @Controller public class GuestController { @Autowired private GuestDao guestDao; @RequestMapping(value="/guest ... the @RequestMapping annotation) uses the GuestDao component to process the web request: If a new

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