• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Resuable Design pattern for jsps

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We have one application which is developed for some number of branches. and for all these branches we have some similarity in display and data(around 60% similar in case of data). which we have developed and running in production.
Now we want to add some more branches in our application. for this we have to add some new jsps/java codes in our application.
we want to make our jsp as plugable jsps.so that next time when new branch come we can add jsp for that particular branch and there should no need for testing previously developed application.
Using Weblogic6.1/ejb1.1/jsp/java
Thanks in advance.
vikalp
reply
    Bookmark Topic Watch Topic
  • New Topic