What Framework is better among Struts and Spring
By vkpardava
@vkpardava (10)
India
December 6, 2010 1:33am CST
Hi Friends
Nowdays a lot of frameworks are being sued by IT companies. Most of them are Struts and Spring.
What do you think which is the best?
STRUTS or SPRING ?
please give your votes and discuss why your vote goes to respective choice
cheers!!!
2 responses
@jackycui (32)
• China
3 Apr 11
Struts and Spring are both frameworks, but they are different.
Struts is only a web framework.
Spring is not only a web framework, whose core is IOC framework. and it also contains a web framework called Spring MVC.
So, I think you can learn Spring. Then, you do not only learn web framwork - Spring MVC, but also learn IOC framework.
you can view my profile, and visit my Java blog.
I hope my blog can help you to learn Java easily.