Re: jsp tools [some new ones]

2000-02-16 Thread Scott Stirling

Just learned this today--I've been using my own vim syntax file for JSPs for
a while now, but I was editing a JSP on a machine today that I knew didn't
have my syntax file, but I noticed the JSP file extension was recognized by
vim and the syntax was highlighted.  I looked at the syntax files and sure
enough, VIM 5.6 has a JSP syntax file.  I like mine better, but, hey . .

Another tool that has a JSP "mode" is Forte from Sun/Netbeans.  I was
exploring that on Linux today.  The Community edition has a JSP template.  I
didn't get far with it though, as the JVM segfaulted and died right after I
selected the JSP template.  So it goes with Java GUIs . . .

Scott Stirling
West Newton, MA


- Original Message -
From: "Fernando Ribeiro" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 15, 2000 12:44 PM
Subject: Re: jsp tools


 Take a look at the TextPad text editor. Just download the JSP syntax
 dictionary and you are ready to go.

 The best tool Ive ever used. If you want a IDE, Im not sure we have the
 right product for now. I use VJ++ sometimes to compose but thats all.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html



Re: jsp tools [some new ones]

2000-02-16 Thread Fernando Ribeiro

It will take some time till we get something like Microsoft Visual
Interdev, a full-feature IDE for ASP, but do not forget: text editors
have been our best friends for years :-)

See ya

fribeiro

Scott Stirling wrote:

 Just learned this today--I've been using my own vim syntax file for JSPs for
 a while now, but I was editing a JSP on a machine today that I knew didn't
 have my syntax file, but I noticed the JSP file extension was recognized by
 vim and the syntax was highlighted.  I looked at the syntax files and sure
 enough, VIM 5.6 has a JSP syntax file.  I like mine better, but, hey . .

 Another tool that has a JSP "mode" is Forte from Sun/Netbeans.  I was
 exploring that on Linux today.  The Community edition has a JSP template.  I
 didn't get far with it though, as the JVM segfaulted and died right after I
 selected the JSP template.  So it goes with Java GUIs . . .

 Scott Stirling
 West Newton, MA

 - Original Message -
 From: "Fernando Ribeiro" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, February 15, 2000 12:44 PM
 Subject: Re: jsp tools

  Take a look at the TextPad text editor. Just download the JSP syntax
  dictionary and you are ready to go.
 
  The best tool Ive ever used. If you want a IDE, Im not sure we have the
  right product for now. I use VJ++ sometimes to compose but thats all.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html



Re: jsp tools [some new ones]

2000-02-16 Thread Robert Young

if you can spend some money, and do a lot of multi-language programming
[sort of a definition of web stuff, what], Visual SlickEdit is slick.
it's not an IDE, just a Very Good editor.  there is a trial download
at www.slickedit.com .  you have to do some tweaking to get it to
recognize the java stuff distinct from javascript [syntax similarities
seem to get in the way]; but they tell me that an update is due
soon.  they have said in the past that more extensive support for JSP
is due, so it might be in this next update.

[rest of my group does use Forte Community Edition.  for jsp/servlets
a good editor is enough.]

robert young


On Wednesday, February 16, 2000 05:58, Fernando Ribeiro [SMTP:[EMAIL PROTECTED]] 
wrote:
 It will take some time till we get something like Microsoft Visual
 Interdev, a full-feature IDE for ASP, but do not forget: text editors
 have been our best friends for years :-)

 See ya

 fribeiro

 Scott Stirling wrote:
 
  Just learned this today--I've been using my own vim syntax file for JSPs for
  a while now, but I was editing a JSP on a machine today that I knew didn't
  have my syntax file, but I noticed the JSP file extension was recognized by
  vim and the syntax was highlighted.  I looked at the syntax files and sure
  enough, VIM 5.6 has a JSP syntax file.  I like mine better, but, hey . .
 
  Another tool that has a JSP "mode" is Forte from Sun/Netbeans.  I was
  exploring that on Linux today.  The Community edition has a JSP template.  I
  didn't get far with it though, as the JVM segfaulted and died right after I
  selected the JSP template.  So it goes with Java GUIs . . .

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html



Re: jsp tools [some new ones]

2000-02-16 Thread Rupa Schomaker

Another JSP editing tool is IBM's Websphere Studio.  Supports .92 and
1.0 -- seems pretty decent.  IBM has it for free eval download
(limitation is lack of remote debugging and max 250 pages in any given
publish session) at www.software.ibm.com.

Scott Stirling [EMAIL PROTECTED] writes:

 Just learned this today--I've been using my own vim syntax file for JSPs for
 a while now, but I was editing a JSP on a machine today that I knew didn't
 have my syntax file, but I noticed the JSP file extension was recognized by
 vim and the syntax was highlighted.  I looked at the syntax files and sure
 enough, VIM 5.6 has a JSP syntax file.  I like mine better, but, hey . .

 Another tool that has a JSP "mode" is Forte from Sun/Netbeans.  I was
 exploring that on Linux today.  The Community edition has a JSP template.  I
 didn't get far with it though, as the JVM segfaulted and died right after I
 selected the JSP template.  So it goes with Java GUIs . . .

 Scott Stirling
 West Newton, MA


 - Original Message -
 From: "Fernando Ribeiro" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, February 15, 2000 12:44 PM
 Subject: Re: jsp tools


  Take a look at the TextPad text editor. Just download the JSP syntax
  dictionary and you are ready to go.
 
  The best tool Ive ever used. If you want a IDE, Im not sure we have the
  right product for now. I use VJ++ sometimes to compose but thats all.

 ===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
 FAQs on JSP can be found at:
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.html

--
-rupa

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html