Re: Converting Model Data to View

2005-02-21 Thread brenmcguire
You have to use some J2EE design patterns to achieve this: http://java.sun.com/blueprints/patterns/catalog.html 1) Put all of your business logic in a Business Delegate, i.e. the code that accesses to XML files (I am supposing that you know everything about XML manipulation, otherwise it will be of

Converting Model Data to View

2005-02-20 Thread Tushar Agrawal
Hi Folks, I am using Struts1.1, Tiles and Validator framework. In my application user enters data into a portlet and that data gets stored as comma seperated values. While retreveing we tokenize and displayed it in View JSPs. I want to store this data in some structured format (Such as XML).