RE: JSP editor - plugin for eclipse ?

2004-01-20 Thread Norm Deane
I've been using Eclipse 3.0M6 with Lomboz
(http://www.objectlearn.com/products/lomboz.jsp) and really like it.  It
supports code completion in JSP pages, syntax checking, syntax highlighting,
and even shows you the generated servlet.

FWIW, I've also been very happy with XMLBuddy for XML editing.
(http://www.xmlbuddy.com/)

--Norm

-- 
Norm Deane
MIS Consultant
Vanderbilt University
(615) 322-7855
[EMAIL PROTECTED] 

 -Original Message-
 From: Divya B Sridhar [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, January 20, 2004 5:15 AM
 To: [EMAIL PROTECTED]
 Subject: JSP editor - plugin for eclipse ?
 
 
 Hi All,
 Do we have a plugin for eclipse which would check JSP syntax 
 at save time/compilation time or so? 
 Since Eclipse would recognise Java keywords if JDK is 
 installed; similarly, do we have a plugin for eclipse which 
 enables eclipse to recognise JSP tags?
  
 Thanks for any inputs,
 Regards,
 Divya.
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: jsp editor

2003-03-27 Thread shirishchandra.sakhare
What it means it The jsp editor can offer u syntax help and code completion..in 
addition to syntax highlighting..

for example if u type html: it will give u all the struts html tags available ...also 
if u miss some compulsory attribute, it will alert you..

-Original Message-
From: Dan Allen [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 2:41 AM
To: Struts Users Mailing List
Subject: Re: jsp editor



Ashish Kulkarni ([EMAIL PROTECTED]) wrote:

 Hi,
  u may also wana look at macromedia dreamweaver MX, u
 can add any number of taglibs and it works fine, also
 have capability to do visual editing

I have never understood this request at all, I mean, what does it
really mean to have a JSP editor?  You need to deploy the site with
data and includes to see anything.  Sure, maybe it syntax highlights
or helps with the taglibs, but the preview is going to be totally
messed up until it is in the container.

The best way I found to test these things is just to edit and then
view in a local test container.  But most of the design should be
done without jsp tags anyway and those just thrown in at the last
minute to provide dynamic content.

I am interested to hear what a JSP editor really is.  VIM is a JSP
editor if you want something with syntax highlighting.

Dan

-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Daniel Allen, [EMAIL PROTECTED]
http://www.mojavelinux.com/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Real programmers don't change their wardrobe too often: there 
are no clothes stores that are open at two o'clock in the morning. 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: jsp editor

2003-03-26 Thread Jeff_Mychasiw

Netbeans 3.4.1 does a decent job of that, I have also tried Eclipse, but I
have since started looking at Intellij.
I am afraid to say that does the best job of any that I have seen with
struts and standard JSP and Java.







Tim Stadinski [EMAIL PROTECTED] on 03/26/2003 12:31:06 PM

Please respond to Struts Users Mailing List
   [EMAIL PROTECTED]

To:[EMAIL PROTECTED]
cc:

Subject:jsp editor


Does anyone recommend a jsp editor that will do tag inspection for the
strut taglibs?

thanks.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: jsp editor

2003-03-26 Thread Ashish Kulkarni
Hi,
 u may also wana look at macromedia dreamweaver MX, u
can add any number of taglibs and it works fine, also
have capability to do visual editing
Ashish
--- [EMAIL PROTECTED] wrote:
 
 Netbeans 3.4.1 does a decent job of that, I have
 also tried Eclipse, but I
 have since started looking at Intellij.
 I am afraid to say that does the best job of any
 that I have seen with
 struts and standard JSP and Java.
 
 
 
 
 
 
 
 Tim Stadinski [EMAIL PROTECTED] on
 03/26/2003 12:31:06 PM
 
 Please respond to Struts Users Mailing List
[EMAIL PROTECTED]
 
 To:[EMAIL PROTECTED]
 cc:
 
 Subject:jsp editor
 
 
 Does anyone recommend a jsp editor that will do tag
 inspection for the
 strut taglibs?
 
 thanks.
 
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 
 
 
 
 
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 


__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: jsp editor

2003-03-26 Thread Dan Allen

Ashish Kulkarni ([EMAIL PROTECTED]) wrote:

 Hi,
  u may also wana look at macromedia dreamweaver MX, u
 can add any number of taglibs and it works fine, also
 have capability to do visual editing

I have never understood this request at all, I mean, what does it
really mean to have a JSP editor?  You need to deploy the site with
data and includes to see anything.  Sure, maybe it syntax highlights
or helps with the taglibs, but the preview is going to be totally
messed up until it is in the container.

The best way I found to test these things is just to edit and then
view in a local test container.  But most of the design should be
done without jsp tags anyway and those just thrown in at the last
minute to provide dynamic content.

I am interested to hear what a JSP editor really is.  VIM is a JSP
editor if you want something with syntax highlighting.

Dan

-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Daniel Allen, [EMAIL PROTECTED]
http://www.mojavelinux.com/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Real programmers don't change their wardrobe too often: there 
are no clothes stores that are open at two o'clock in the morning. 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: jsp editor

2003-03-26 Thread A Stephen
http://www.intellij.com/idea/
- Original Message -
From: Tim Stadinski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 10:31 AM
Subject: jsp editor


Does anyone recommend a jsp editor that will do tag inspection for the strut
taglibs?

thanks.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.463 / Virus Database: 262 - Release Date: 3/18/2003


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]