• 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 Editor

 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm new to JSP. What editor would you recommend to create JSP? Use html editor like HTMLKit or Java editor like Kawa or JCreator?
Another question is how to debug JSP. Is there a compiler for that?
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
Ya, u can go for Jrun studio from Allaire (or)Itellij Idea 2.0
Hope this helps u.
bye
Ramkumar.c

Originally posted by Tom Tang:
I'm new to JSP. What editor would you recommend to create JSP? Use html editor like HTMLKit or Java editor like Kawa or JCreator?
Another question is how to debug JSP. Is there a compiler for that?


 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
You can use edit plus which is good for jsp as well as java. You can also use it for c++. I hope this too helps you.
abhinav
 
Tom Tang
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you both. JRun seems to be what I'm looking for. but I'm having trouble using its debugger. When I start debugging, it always says"An error occurred contacting RDS server(localhost HostName: localhost): 9) Unable to connect to server"
I configured the "remote development setting" to localhost.
All help will be appreciated.
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use NetBeans for all my Java development including JSP work. The code completion features it has for JSP files are quite impressive.

------------------
Brent Worden
http://www.brent.worden.org/
[This message has been edited by Brent Worden (edited November 28, 2001).]
 
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try Forte for Java from Sun Microsystems.
------------------
Sreenivasa Kumar Majji
Sun Certified Java Programmer
SCJP Mock Test
 
Ranch Hand
Posts: 567
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
has anybody got emacs to work in jsp major-mode?
i'm learning emacs at the moment & i haven't mastered that bit yet.
basically a java-evangelist raved about how good emacs is, & I thought I'd try it. Steep learning curve though. But is it worth it? Any opinions?
[This message has been edited by Adam Hardy (edited November 29, 2001).]
 
Ranch Hand
Posts: 140
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Re Emacs:
I think text editors are a very good idea. I dont know emacs myself (I use vi or winvi32) -- generally I find that you have a clearer idea of what you wrote it you did it yorself, magical GUI wizards tend to hide what happend during development.
This is great for simple things that work first time, but for "real" work I like to write it character by character, and blame the faults on me not some stupid paperclip that thinks it can code better than me....
So, yes, learn emacs -- you can then work on windows/UNIX/whatever without re-learning new tools.
James
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
U can go for any editor which meintained above but for debugging visual age bye ibm is very good.i mean you can use ibm test environment.
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use TextPad from www.textpad.com
 
Ranch Hand
Posts: 2378
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Many Eclipse lovers use Lomboz as J2EE plugin. You'll find it in sourceforge.net/projects/lomboz
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
emacs should do fine
 
reply
    Bookmark Topic Watch Topic
  • New Topic