• 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

edit HTML code on fly using java

 
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
does any one know a class or utility in java which
will allow to update or modify HTML code on the fly,
Here is what i am trying to do, i have a filter which
which intercepts the response before being send out to
browser, depending on some condition i want to modify
this response which is HTML code, and add some tags
and modify some text and then send this modified
response to the browser,
My project is sort of screen scraper (web facing on
AS400)
In this i want to add some features which are not
available in green screen, like adding some graphics
on the fly by modifying the response generated by web
facing tool
Any guidance on doing so with speed, it will be for
every request for that particular jsp

Is there some utility which will help in doing this, i
dont want to work with strings manipulation but some
kind of class which will allow me to work with the
HTML as XML file
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic