• 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

Template creation witha technology other than JSP

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could some one give me some Idea on how I may approach the following problem.

I have an application that displays data from a database, in this app I have
templates to display this data using jsp.

Now rather than build templates in jsp and have to redeploy the application
every time I want to impliment some type of template editor to impliment
a template as if it were as good as deploying a jsp, that allows me to display dynamic content.

Does any one know of what technology I could look at to give me this capability?

Reg
 
reply
    Bookmark Topic Watch Topic
  • New Topic