Is it worth using Struts for a static site that is CMS
Driven ? I can think of two options: 

1. Fetching the data from database into Action forms
and then building the page using Struts HTML taglibs. 
:Can be done, but I doubt that Struts HTML is powerful
enough to handle minute details of the HTML page 
eg:tool tips, sections, javascripts

2. Give away Struts and go for simple JSP-Bean based
architecture. JSP, Bean:Presentation[Controller will
be driven from database], Business classes to interact
with database:Modal, Database:MYSQL 

Regards, 

Nitin Dubey


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to