RE: [ot] something similar to phps ?

2004-09-19 Thread Alex
cool. was showing a few folks in the office here how to set up tomcat (.net converts) and they were looking at the examples provided with the tomcat 5.0.x release. i thought, boy, this would be nice if out of the box, all the examples had some nice colour syntax highlighting, just like php

Re: [ot] something similar to phps ?

2004-09-19 Thread Jarl Skogsholm
Syntax highlighting is an editor feature not a language feature. Ed4W at www.getsoft.com takes care of it nicely. Some of the IDEs also have this feature. On Sun, 19 Sep 2004 05:52:51 -0400 (EDT), Alex [EMAIL PROTECTED] wrote: cool. was showing a few folks in the office here how to set up

Re: [ot] something similar to phps ?

2004-09-19 Thread QM
On Sun, Sep 19, 2004 at 05:52:51AM -0400, Alex wrote: : cool. was showing a few folks in the office here how to set up tomcat : (.net converts) and they were looking at the examples provided with the : tomcat 5.0.x release. i thought, boy, this would be nice if out of the : box, all the examples

Re: [ot] something similar to phps ?

2004-09-19 Thread Alex
] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: [ot] something similar to phps ? Syntax highlighting is an editor feature not a language feature. Ed4W at www.getsoft.com takes care of it nicely. Some of the IDEs also have this feature

[ot] something similar to phps ?

2004-09-17 Thread Alex
would it be of any use to anyone for the development of something similar to phps in php? where you can rename a file to .jsps for instance and it would show you the code line for line and have pretty colours... - To

RE: [ot] something similar to phps ?

2004-09-17 Thread Shapira, Yoav
Hi, would it be of any use to anyone for the development of something similar to phps in php? where you can rename a file to .jsps for instance and it would show you the code line for line and have pretty colours... Something like that is trivial to do already -- just serve the JSP with

Re: [ot] something similar to phps ?

2004-09-17 Thread John Villar
Also, you could do a Servlet that serves all the .jsps files that take the corresponding jsp file and outputs it on html format, coloured with graphics, etc John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Shapira, Yoav escribió: Hi, would it be of

Re: [ot] something similar to phps ?

2004-09-17 Thread John Villar
Expanding a little more the idea, you could enabled the servlet output to receive modifications to the jsp page and ave it ot the corresponding jsp *grin* and that way you integrate nice output with editing capabilities John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058

RE: [ot] something similar to phps ?

2004-09-17 Thread Mike Curwen
Ok, I'll bite. Isn't this what IDE's are for? Browser as IDE? no thanks. ;) -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 9:39 AM To: Tomcat Users List Subject: Re: [ot] something similar to phps ? Expanding a little more

Re: [ot] something similar to phps ?

2004-09-17 Thread John Villar
as IDE? no thanks. ;) -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 9:39 AM To: Tomcat Users List Subject: Re: [ot] something similar to phps ? Expanding a little more the idea, you could enabled the servlet output to receive