The Spring Framework
As a result of my research into Hibernate that I’ve been doing over the last couple of weeks, I can across enough references to the Spring Framework for me finally to give it a look. I was quickly hit by the wealth of information out there, however nothing really provides a good concise overview – the Spring Framework tutorial for example is a 48 page PDF which gives an overview of each package in turn – not my idea of a tutorial at all. There seems to be an inordinate amount of waffle on the subject – looking at the petclinic example in the distribution, I can understand some of Spring’s power, but at the same time it can be very confusing. I’m fairly sure I can come up with a more concise getting started guide, which I’m going to aim to do over the next week or so.
This entry was posted on Wednesday, November 12th, 2003 at 9:33 am and is filed under Java. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.
7 Responses to “The Spring Framework”
have you looked into the ‘step-by-step’ tutorial available at
http://www.springframework.org/docs/MVC-step-by-step/Spring-MVC-step-by-step.html
?
Yes, I found that walkthrough recently. I would of prefered something which gave a ‘block-diagram’ view of the MVC arcitecture. Its making sense to me now – much of the confusion was bought about by the petclinic example that comes with the distribution. The problem is I’m historically a struts user, and struts user forms objects are very beasts. In Spring a form is almost doing the job of the action class as well. I’m thinking about renaming my Spring web-form’s ‘handlers’ or something to avoid the confusion – dealing with 2 frameworks at work, and 2-3 completely different ones at home, is getting a bit much…
Sam,
What are your feelings about Spring now? It has been 7 months? I am a struts user and evaluting Spring for some future work. I have found the concepts hard (being somewhat biased).
Michael
Well, to summarise a few points at once:
Hope that helps!
You can find number of good “hello world” examples of spring at:
http://gabriel.jarchitect.org/spring/index.html
the above seems to have been moved to http://www.jarchitect.org/web/document.php?id=1
Try my tutorial.
http://www.newspiritcompany.com/withspring.html
Have your say
Fields in bold are required. Email addresses are never published or distributed.
Some HTML code is allowed:
URIs must be fully qualified (eg: http://www.domainname.com) and all tags must be properly closed.
Line breaks and paragraphs are automatically converted.
Please keep comments relevant. Off-topic, offensive or inappropriate comments may be edited or removed.