On Tue, 18 Jan 2005 06:24:01 -0800 (PST), nitin dubey <[EMAIL PROTECTED]> wrote: > Is it worth using Struts for a static site that is CMS > Driven ? I can think of two options:
Yes. > > 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 You don't have to use the struts taglibs if you don't want to. It makes a lot of things easier. You certtainly don't use the Struts taglibs without a lot of supporting html. > > 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 Nah.... if you think thats viable you don't have a lot of experience with Struts or JSP/Servlet development. > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]