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):
- 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.
- One object is more than 3 or 4 fields, not normally on the form, including fields (e.g., created date, created, last ModifiedDate, lastModifiedBy).
- 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
Post a Comment