Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

How we can build dynamic jsp pages?

  Asked By: Dylan    Date: Aug 08    Category: Java    Views: 1928
  

I am working on j2ee application using struts frame work and EJB, I need to build a dynamic jsp pages which fields are configured in xml files, I should make that pages in good layout, and ready to delete or add new fields. did you have ideas about that (framework,API,... any thing help on that).

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Janis Hart     Answered On: Aug 08

You can create a decorator tag that read the fields  from the xml  file(once; Next times from memory) and decorate them in your JSP. Then you can extend it and change its behaviour by your sub decorator tags for your diffrent projects, subsystems, modules, usecases,...

 
Didn't find what you were looking for? Find more on How we can build dynamic jsp pages? Or get search suggestion and latest updates.




Tagged: