Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

STRUTS VS TAPESTRY?

Status
Not open for further replies.

jemminger

Programmer
Jun 25, 2001
3,453
US
Hello,

Anyone have experience with Tapestry?

Any opinions on how hard it is to learn/use Struts, and any limitations or shortcomings of Struts?

Thanks for your time!

=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); }
 
Struts looks great on paper, and it can be a really clean way of doing things, but you have to be very careful about how the Struts framework fits into not only your web application 'idea', and more importantly how it fits into your business structure. Personally, I like Struts, but I did HATE it. The problem is, is that we have mapped a Struts front-end onto an Oracle database. Now this is fine, except that when the whole "grand design" was being done, it was not thought about what Struts does best - filling in form data, and sending it back. To cut a long story short, to add, say one text field to a page, can result in writing up to 7 class files. Now, I admit this is not Struts' fault per-say, but its a warning that the framework can be dangerous and unflexible unless you take into account the business framework (of DB etc) before-hand !!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top