Hi.
Our company is building a Java framework that we can use for many of our web applications. There has been some debate about whether or not to use Struts for the presentation layer. Is there a better option ?
What other capabilities, features should be in our framework ?
I know that the Apache group offers many components that could be part of a framework (eg. Jakarta Struts).
If you could put together a wish list for a framework what would it be (we don't want to reinvent the wheel so please point out framework components that are already built and can be downloaded).
Any comments are appreciated.
Regards,
Wayne
Discussions
Web tier: servlets, JSP, Web frameworks: Java framework wish list ? Is Struts recommended ?
-
Java framework wish list ? Is Struts recommended ? (2 messages)
- Posted by: Wayne Leishman
- Posted on: June 26 2003 16:21 EDT
Threaded Messages (2)
- Struts by Sheng Sheen on June 27 2003 10:26 EDT
- WebWork by Tim Dwelle on June 27 2003 13:24 EDT
-
Struts[ Go to top ]
- Posted by: Sheng Sheen
- Posted on: June 27 2003 10:26 EDT
- in response to Wayne Leishman
I've used Struts with Tiles before. It works well. -
WebWork[ Go to top ]
- Posted by: Tim Dwelle
- Posted on: June 27 2003 13:24 EDT
- in response to Sheng Sheen
Struts certainly has the mindshare. But, after working with Struts, I've been particularly impressed with WebWork. The upcoming 2.0 release is one of the cleaneast MVC implementations around.
http://www.opensymphony.com/webwork/
If you haven't committed to a web framework yet, I recommend at least giving WebWork a look.
-Tim.