Can someone please help me find out an enterprise standard spring application with explanation tutorial
Can someone please help me find out an enterprise standard spring application with explanation
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should clarify what your experience level is with design patterns and web development. Typically, Java EE developers use Spring and already have prior knowledge of design patterns. If you don’t understand design patterns, it may make learning Spring much more difficult, and in which case you should start by learning design patterns.
If you need quick tutorials with Spring examples, I’d suggest mkyoung’s site. If you need a short introduction with a book, I’d suggest Just Spring, which is only 50+ pages and easy to get through. For a more extensive Spring-MVC/Hibernate book, I found Spring Persistence with Hibernate really helpful, because you can download source code of an entire Spring webapp from their website and get hands-on experience with the code. Even if you don’t buy the book, I suggest you download the source code.