• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Good JSP Editor

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Is there an HTML/JSP editor out there that will do simple color coding of different JSP elements like an IDE will do for "pure" java code?
Right now I'm just using an HTML editor that marks all the JSP code one color from the <% to the %>.
Anyone? Anyone?
Thanks!
- Rick
 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use Homesite 4.5 from www.allaire.com.
Good JSP editor
 
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SUN's IDE Forte is good tool for Jsp.
 
Ranch Hand
Posts: 255
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would have to say forte too, its just slow if you have a 200 mhz machine. Since I optimized my machine with nortan system works it works great.
------------------
In Gates we trust. Yeah right....
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JBuilder 4 is my favourite, but you may need the Pro version.
A free editor is provided by SilverStream on http://devcenter.silverstream.com . It is basic, but functional. You can turn syntax highlighting on and off for both HTML and Java code independently (which may come in handy at times). It is designed to integrate with their appserver, but can be used standalone as well.
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
still using JBuilder 3, JUnit and Notepad
 
reply
    Bookmark Topic Watch Topic
  • New Topic