• 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

JSP wysiwyg editor

 
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Building pages by hand is a real pain and keeping them current with browser updates is a nightmare. I know there are html editors out there for static content. But I build interactive pages using Ajax and dynamic data using servlets and jsp's. Is there a wysiwyg studio out there I can use to build pages and manage my JEE apps?
 
Ranch Hand
Posts: 417
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

M Burke wrote:Building pages by hand is a real pain and keeping them current with browser updates is a nightmare. I know there are html editors out there for static content. But I build interactive pages using Ajax and dynamic data using servlets and jsp's. Is there a wysiwyg studio out there I can use to build pages and manage my JEE apps?



I use eclipse and I know it supports wysiwyg through several plugins although I have never used any wysiwyg editor for dynamic sites.

You might want to try Bravo wysiwyg editor and report back. It's the first that comes up while googling for this topic.
 
author
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are interested to migrate to JSF there are many tools that let generate the web pages directly from a database schema. Take a look at JBoss Forge f.e.
BTW also Netbeans has got some nice plugins for generating JSF from a DB schema. See this tutorial about building a Java EE app from a DB schema
regards
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic