java - Is there a source for real-world Spring and Hibernate examples? -


I have seen through many spring and hibernate tips and have not found real world examples in the 'tutorial' form. I mean by the real world (for example):

  1. A search is used to retrieve a person's object. That object description is then displayed. An area of ​​the object is then modified by the user and the form is stored and the object is saved. Most examples retrieve and save in the same method, which is similar to the example on the Spring website.
  2. One object is more than 3 or 4 fields, not normally on the form, including fields (e.g., created date, created, last ModifiedDate, lastModifiedBy).
  3. If an order is related to the order form, then we have person.jsp, PersonForm.java, and PersonController.java

    for the above three examples of the indicators Will be appreciated.

    A good example application in which you are interested, use those techniques (and not that toy) is) .

    A real world site which is powered by the latest Java and Spring technology! See Githab repository A series of blog posts can be found on the development of that site

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -