448191 Posted June 7, 2008 Share Posted June 7, 2008 I didn't post this in the Other Langs board because it is more of a general question, not code help or anything. I already know some Java, but I want to invest some time in building a proper web app using a Java framework. I haven't tried either, but simply looking at the docs, I tend to go for Spring, while Struts has the benefit of being more established... So I don't know, really. Advice? Link to comment https://forums.phpfreaks.com/topic/109183-struts-or-spring-java/ Share on other sites More sharing options...
keeB Posted June 9, 2008 Share Posted June 9, 2008 You can use both. They're not mutually exclusive, although could be redundant if it's just a website. I work on an App that is SpringMVC based, it work's rather well. 2 other pieces of technology I have read about/used: http://www.javaworld.com/javaworld/jw-01-2002/jw-0104-tilestrut.html Tiles w/ Struts http://java-source.net/open-source/web-frameworks/google-web-toolkit Google Web Toolkit Struts is more 'main stream.' Fellow co-workers swear by it. The reason we use SpringMVC is because our application is built using Spring, and the Web Site is just a small component of the application. Link to comment https://forums.phpfreaks.com/topic/109183-struts-or-spring-java/#findComment-560837 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.