RE: web.xml editor

2002-04-19 Thread Jim Urban

Alex,

Check out jEdit (www.jedit.org) it has an XML plugin that identifies syntax
errors, provides auto-completion of tags (you type the open tag, it supplies
the close tag), a tag wizard and a tree view window.  BTW, it's a great Java
programmer's editor too and its open source.

Jim


[PARA]Jim Urban - [EMAIL PROTECTED][TAB][PARA]Clinical
Connectivity Suite Product Manager[PARA]Suite 295[PARA]500 Park
Blvd.[PARA]Itasca, IL  60143[PARA]Voice:  (630) 250-3045 x106[PARA]Fax:
(630) 250-3046[PARA][PARA]Advancing Healthcare
Performance[PARA]www.parkcitysolutions.com[PARA]


-Original Message-
From: Alex Kachanov [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 19, 2002 8:37 AM
To: Tomcat Users List
Subject: web.xml editor

Hi, guys!

does any one knows any gui web.xml editor that shows all application
properties
in nice fasion?


and. yes I know I can edit web.xml with a Notepad, but some user interface
would be nice.



with best wishes
Alexander Kachanov

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: web.xml editor

2002-04-19 Thread Alex Kachanov

well thanx for the lin but this is not what I'm looking for

as example I would like to remind you the Properties bar in any IDE (Delphi or Visual 
Studio)
that would be nice to have

with best wishes
Alexander Kachanov

-Original Message-
From: Jim Urban [mailto:[EMAIL PROTECTED]]
Sent: 19 ?? 2002 ?. 22:51
To: Tomcat Users List
Subject: RE: web.xml editor


Alex,

Check out jEdit (www.jedit.org) it has an XML plugin that identifies syntax
errors, provides auto-completion of tags (you type the open tag, it supplies
the close tag), a tag wizard and a tree view window.  BTW, it's a great Java
programmer's editor too and its open source.

Jim

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: web.xml editor

2002-04-19 Thread Sefton, Adam

XML Spy is an excellent XML editor

http://www.xmlspy.com

I don't know if it will do what you want (I'm afraid I don't use visual studio) but it 
is excellent if you do a lot of work with XML

-Original Message-
From: Alex Kachanov [mailto:[EMAIL PROTECTED]]
Sent: 19 April 2002 14:58
To: Tomcat Users List
Subject: RE: web.xml editor


well thanx for the lin but this is not what I'm looking for

as example I would like to remind you the Properties bar in any IDE (Delphi or Visual 
Studio)
that would be nice to have

with best wishes
Alexander Kachanov

-Original Message-
From: Jim Urban [mailto:[EMAIL PROTECTED]]
Sent: 19 ?? 2002 ?. 22:51
To: Tomcat Users List
Subject: RE: web.xml editor


Alex,

Check out jEdit (www.jedit.org) it has an XML plugin that identifies syntax
errors, provides auto-completion of tags (you type the open tag, it supplies
the close tag), a tag wizard and a tree view window.  BTW, it's a great Java
programmer's editor too and its open source.

Jim

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


**
This message may contain information which is confidential or privileged.
If you are not the intended recipient, please advise the sender immediately
by reply e-mail and delete this message and any attachments
without retaining a copy.  

**


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: web.xml editor

2002-04-19 Thread Jay Gardner

I use Netbeans a lot. It has xml modules that allow you to interrogate DTDs.
I guess nice fashion is somewhat subjective, but I like it.

www.netbeans.org

--Jay Gardner

-Original Message-
From: Alex Kachanov [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 19, 2002 7:37 AM
To: Tomcat Users List
Subject: web.xml editor

Hi, guys!

does any one knows any gui web.xml editor that shows all application
properties
in nice fasion?


and. yes I know I can edit web.xml with a Notepad, but some user interface
would be nice.



with best wishes
Alexander Kachanov

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: web.xml editor

2002-04-19 Thread Alex Kachanov


well, guys, you don't get it.
I'm pretty confortabe with XML, I do not neet just another XML editor of IDE.
I need an application that reads web.xml and shows it in confortable set of
buttons check boxes, switches or whatever.

Just an example: there is a application config file and there is a control panel that
allows you to change application settings anyhow using friendly interface.



with best wishes
Alexander Kachanov

-Original Message-
From: Jay Gardner [mailto:[EMAIL PROTECTED]]
Sent: 19 ?? 2002 ?. 23:34
To: Tomcat Users List
Subject: RE: web.xml editor


I use Netbeans a lot. It has xml modules that allow you to interrogate DTDs.
I guess nice fashion is somewhat subjective, but I like it.

www.netbeans.org

--Jay Gardner

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: web.xml editor

2002-04-19 Thread Øyvind Vestavik


XML Spy is the best I know of..

Øyvind

Øyvind Vestavik
Øvre Møllenberggt 44b
7014 Trondheim
[EMAIL PROTECTED]
41422911



--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: web.xml editor

2002-04-19 Thread Alex Kachanov

Ok, jsut forget it




with best wishes
Alexander Kachanov

-Original Message-
From: Oyvind Vestavik [mailto:[EMAIL PROTECTED]]
Sent: 20 ?? 2002 ?. 0:33
To: Tomcat Users List
Subject: RE: web.xml editor



XML Spy is the best I know of..

Øyvind


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: web.xml editor

2003-10-23 Thread Tim Funk
vi (I'm old school, and vi is not web based)

-Tim

Luiz Ricardo wrote:

Hi everyone,

I would like to know if someone here uses some "free" application to
edit web.xml files, likely this application was web-based.
I also would like to know if Tomcat Team intends to do something like
this.


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


RE: web.xml editor

2003-10-23 Thread Shapira, Yoav

Howdy,
Oh you beat me to it -- emacs ;)

(From another old-schooler)

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Tim Funk [mailto:[EMAIL PROTECTED]
>Sent: Thursday, October 23, 2003 8:46 AM
>To: Tomcat Users List
>Subject: Re: web.xml editor
>
>vi (I'm old school, and vi is not web based)
>
>-Tim
>
>Luiz Ricardo wrote:
>
>> Hi everyone,
>>
>> I would like to know if someone here uses some "free" application to
>> edit web.xml files, likely this application was web-based.
>>
>> I also would like to know if Tomcat Team intends to do something like
>> this.
>>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: web.xml editor

2003-10-23 Thread epyonne
I use UltraEdit32, and it works fine for me.


- Original Message - 
From: "Luiz Ricardo" <[EMAIL PROTECTED]>
To: "Tomcat-Users List" <[EMAIL PROTECTED]>
Sent: Thursday, October 23, 2003 07:29 AM
Subject: web.xml editor


> Hi everyone,
> 
> I would like to know if someone here uses some "free" application to
> edit web.xml files, likely this application was web-based.
> 
> I also would like to know if Tomcat Team intends to do something like
> this.
> 
> Thanks in advance,
> 
> Luiz Ricardo
> 
> 
> -
> 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: web.xml editor

2003-10-23 Thread Ralph Einfeldt

echo "Oh you beat me to it -- emacs ;)" | sed -e "s/emacs/cat, sed/g"

(Shiver...)


> -Original Message-
> From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 23, 2003 2:49 PM
> To: Tomcat Users List
> Subject: RE: web.xml editor
> 
> Oh you beat me to it -- emacs ;)
> 

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



RE: web.xml editor

2003-10-23 Thread Bergan, Mark T - PGPL-5

NetBeans IDE 3.5.1 (It's free & got ever'thin)
Jext editor @ www.jext.org (a good free java xml/html editor)


> -Original Message-
> From: Luiz Ricardo [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 23, 2003 5:30 AM
> To: Tomcat-Users List
> Subject: web.xml editor
> 
> 
> Hi everyone,
> 
> I would like to know if someone here uses some "free" application to
> edit web.xml files, likely this application was web-based.
> 
> I also would like to know if Tomcat Team intends to do something like
> this.
> 
> Thanks in advance,
> 
> Luiz Ricardo
> 
> 
> -
> 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: web.xml editor

2003-10-23 Thread Robert Hall
Luiz,

You should  try oXygen XML editor from .
It can run stand-alone or as an Eclipse plug-in.  (Eclipse is an IDE 
that IBM
open sourced; also worth a look).There is a 30 day trial version of 
oXygen
and if you decide to purchase it's reasonable (~ $45 US).

-Robert

Luiz Ricardo wrote:

Hi everyone,

I would like to know if someone here uses some "free" application to
edit web.xml files, likely this application was web-based.
I also would like to know if Tomcat Team intends to do something like
this.
Thanks in advance,

Luiz Ricardo

-
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: web.xml editor

2003-10-23 Thread Jeremy Whitlock
Luiz,
Don't pay if you don't have to.  Eclipse has many XML Editors
but the best I've found is called BuddyXML.  If you go to:

http://eclipse-plugins.2y.net/eclipse/index.jsp

you can find many Eclipse Plugins.  Eclipse is awesome and can
be your universal editor for many languages.  It's even an IDE for many
languages as well.  Also, I have to second the idea for NetBeans.  It's
great as well although not as fast or modular as Eclipse.  Laters,
Jeremy

P.S. - If you are ONLY looking for an XML IDE/Editor, Cooktop is the
best free one I've found.  Get it here:  http://www.xmlcooktop.com/
(It's only for Windows though)

-Original Message-
From: Robert Hall [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 10:44 AM
To: Tomcat Users List
Subject: Re: web.xml editor

Luiz,

You should  try oXygen XML editor from <http://www.oxygenxml.com>.
It can run stand-alone or as an Eclipse plug-in.  (Eclipse is an IDE 
that IBM
open sourced; also worth a look).There is a 30 day trial version of 
oXygen
and if you decide to purchase it's reasonable (~ $45 US).

-Robert

Luiz Ricardo wrote:

>Hi everyone,
>
>I would like to know if someone here uses some "free" application to
>edit web.xml files, likely this application was web-based.
>
>I also would like to know if Tomcat Team intends to do something like
>this.
>
>Thanks in advance,
>
>Luiz Ricardo
>
>
>-
>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]



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



[OT] RE: web.xml editor

2003-10-23 Thread Kilic, Hakan
A bit off topic, but where would you suggest getting a handle on how to
build Eclipse plug-ins? There's lots of great XML editors for Eclipse
(personally I use Netbeans but it's a much slower response time using
Swing/AWT), but what about JSP compiler plug-ins?

Thanks!

-Hakan Kilic

-Original Message-
From: Jeremy Whitlock [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 12:45 PM
To: 'Tomcat Users List'
Subject: RE: web.xml editor


Luiz,
Don't pay if you don't have to.  Eclipse has many XML Editors
but the best I've found is called BuddyXML.  If you go to:

http://eclipse-plugins.2y.net/eclipse/index.jsp

you can find many Eclipse Plugins.  Eclipse is awesome and can
be your universal editor for many languages.  It's even an IDE for many
languages as well.  Also, I have to second the idea for NetBeans.  It's
great as well although not as fast or modular as Eclipse.  Laters,
Jeremy

P.S. - If you are ONLY looking for an XML IDE/Editor, Cooktop is the
best free one I've found.  Get it here:  http://www.xmlcooktop.com/
(It's only for Windows though)

-Original Message-
From: Robert Hall [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 10:44 AM
To: Tomcat Users List
Subject: Re: web.xml editor

Luiz,

You should  try oXygen XML editor from <http://www.oxygenxml.com>.
It can run stand-alone or as an Eclipse plug-in.  (Eclipse is an IDE 
that IBM
open sourced; also worth a look).There is a 30 day trial version of 
oXygen
and if you decide to purchase it's reasonable (~ $45 US).

-Robert

Luiz Ricardo wrote:

>Hi everyone,
>
>I would like to know if someone here uses some "free" application to
>edit web.xml files, likely this application was web-based.
>
>I also would like to know if Tomcat Team intends to do something like
>this.
>
>Thanks in advance,
>
>Luiz Ricardo
>
>
>-
>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]



-
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: [OT] RE: web.xml editor

2003-10-23 Thread Robert Hall
Hakan,

You can start with the plug-in section at
<http://www.eclipse.org/eclipse/faq/eclipse-faq.html>
-Robert

Kilic, Hakan wrote:

A bit off topic, but where would you suggest getting a handle on how to
build Eclipse plug-ins? There's lots of great XML editors for Eclipse
(personally I use Netbeans but it's a much slower response time using
Swing/AWT), but what about JSP compiler plug-ins?
Thanks!

-Hakan Kilic

-Original Message-
From: Jeremy Whitlock [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 12:45 PM
To: 'Tomcat Users List'
Subject: RE: web.xml editor
Luiz,
Don't pay if you don't have to.  Eclipse has many XML Editors
but the best I've found is called BuddyXML.  If you go to:
http://eclipse-plugins.2y.net/eclipse/index.jsp

you can find many Eclipse Plugins.  Eclipse is awesome and can
be your universal editor for many languages.  It's even an IDE for many
languages as well.  Also, I have to second the idea for NetBeans.  It's
great as well although not as fast or modular as Eclipse.  Laters,
Jeremy
P.S. - If you are ONLY looking for an XML IDE/Editor, Cooktop is the
best free one I've found.  Get it here:  http://www.xmlcooktop.com/
(It's only for Windows though)
-Original Message-
From: Robert Hall [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 10:44 AM
To: Tomcat Users List
Subject: Re: web.xml editor

Luiz,

You should  try oXygen XML editor from <http://www.oxygenxml.com>.
It can run stand-alone or as an Eclipse plug-in.  (Eclipse is an IDE 
that IBM
open sourced; also worth a look).There is a 30 day trial version of 
oXygen
and if you decide to purchase it's reasonable (~ $45 US).

-Robert

Luiz Ricardo wrote:

 

Hi everyone,

I would like to know if someone here uses some "free" application to
edit web.xml files, likely this application was web-based.
I also would like to know if Tomcat Team intends to do something like
this.
Thanks in advance,

Luiz Ricardo

-
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]


-
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]
 



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