Re: how Presentation reuse in many one web apps

2009-11-25 Thread Saeed Iqbal
No problem :) On Wed, Nov 25, 2009 at 5:48 PM, emil thushanga wrote: > JSTL ‘ resources outside of the current domain. Thanks for the great Idea. > Thanks > Emil > > > On Wed, Nov 25, 2009 at 5:35 PM, Saeed Iqbal wrote: > > > So you want a decorator outside the domain of application to decorat

Re: how Presentation reuse in many one web apps

2009-11-25 Thread emil thushanga
JSTL ‘ wrote: > So you want a decorator outside the domain of application to decorate your > items? > > If so then I also do something similar. I jsp include inside my decorators > because i have some pages that do not use decorators to be able to change > at > one place and reflect in others. The

Re: how Presentation reuse in many one web apps

2009-11-25 Thread Saeed Iqbal
So you want a decorator outside the domain of application to decorate your items? If so then I also do something similar. I jsp include inside my decorators because i have some pages that do not use decorators to be able to change at one place and reflect in others. These pages however use some of

Re: how Presentation reuse in many one web apps

2009-11-25 Thread emil thushanga
Thanks lot for the reply, I have one business model application based on spring, guess I have 400 S2 Client web apps. In every S2 web app use common template to display retrieved dynamic listing based on the region. What I want to use one decorator (Sitemesh) or template (Tiles) to use in every S2

Re: how Presentation reuse in many one web apps

2009-11-25 Thread Saeed Iqbal
IMO Presentation logic is your Action Beans and if you want to re-use decorator you can reuse the JSP I guess I dont understand your needs. On Wed, Nov 25, 2009 at 4:30 PM, emil thushanga wrote: > Hi All, > > I am currently developing a large website; witch is having more than > 400 client web

how Presentation reuse in many one web apps

2009-11-25 Thread emil thushanga
Hi All, I am currently developing a large website; witch is having more than 400 client websites, each and every web app is relying on one single business model which is done by spring. So the business logic is being reused here. But I want my presentation logic also to be reused in every web app