Sounds as if you are tightly coupling business layer to presentation
I would recommend de-coupling your presentation layer from Business Entity
possibly using Business Delegate Architecture..take a look at
http://www-106.ibm.com/developerworks/java/library/j-ejb1022.html

If you are seeking an IDE to accomplish this auto-generate ability for Struts there is
Sun Java Framework
http://www.sun.com/software/products/jsenterprise/index.xml
IBM WSAD available at
http://www-306.ibm.com/software/awdtools/studioappdev/
Borland JBuilder
http://www.borland.com/us/products/jbuilder/index.html
Also my favorite Oracle JDeveloper
http://www.oracle.com/technology/products/jdev/index.html
Anyone else?
Martin
----- Original Message ----- From: "minhnguyet" <[EMAIL PROTECTED]>
To: "Struts FAQ" <user@struts.apache.org>
Sent: Wednesday, June 29, 2005 5:10 AM
Subject: Is there any Jsp template like Smarty template ?


Hi All ,

I write web application using Struts framewok . Model layer is ok .
But in view layer , although I almost use taglib . I feel that it is not flexible . If after that we want to change template (html), so , we have to find and edit each code that
we include value by  taglibs.
In PHP , there is a Smarty template which is to facilitate the separation of application code from presentation.
I wonder if there is a template for Jsp like Smarty for Php ?

Thank in advance for your help !
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to