• 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

JspTester 1.0 is now available!

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are glad to announce the release of JspTester 1.0, a tool for testing and prototyping JSPs. JspTester allows the developer to inject beans, session variables and request parameters directly into the JSP's rendering process, without the need of business logic or MVC controllers. JSPs can be edited and tested on the fly, improving the developer's productivity. JspTester is ideal in environments where the front-end elements are implemented in parallel with the back-end.

For more information, visit: http://www.jsptester.com

 
reply
    Bookmark Topic Watch Topic
  • New Topic