Jump to content

Struts or Spring (Java)


448191

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.