This is _not_ necessarily JSP. It could be the script lang of your choice.
At absolutely least the '<jsp:' should be used to be XML compliant.


Any other approach should be treated with any respekt as (very fast ;-) hacking.

bax

Am Dienstag, 01.04.03, um 18:23 Uhr (Europe/Budapest) schrieb Hunter Hillegas:

Funny you mention this as your fave part cause most folks that do tons of
JSP think this is one of the more evil parts of JSP...


From: julien viet <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Tue, 1 Apr 2003 12:39:33 +0200
To: marc fleury <[EMAIL PROTECTED]>
Subject: Re[6]: [JBoss-dev] php5 is coming

I dont't want to reinvent a scripting language, but JSP are
not adapted to nukes at all. I think the nicest feature of
JSP is the possibility to embed true java code whithin text :

<TABLE><TR>
<% for (int i = 0;i < 5;i++) { %>
<TD><%= i %></TD>
<% } %>
</TR>
</TABLE>

This is what I want to do. All others things from JSP are not very
much usefull within nukes. I've been browsing old website JSP and
95% of the time <% %> tags are used.

julien

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Bill Burke
Sent: Monday, March 31, 2003 10:52 AM
To: [EMAIL PROTECTED]
Subject: RE: Re[4]: [JBoss-dev] php5 is coming


I'd really prefer JSP integration or integration with some other popular Java based web scripting.

mf> JSP is clearly the way to go. We will fail if we reinvent the scripting
mf> wheel. Let people port to JBoss with existing pages. All I hear from
mf> Julien is lame-ass whining on the compiler and such... :) I will
mf> personally work on him in Paris :)


mf> marcf




mf> -------------------------------------------------------
mf> This SF.net email is sponsored by: ValueWeb:
mf> Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
mf> No other company gives more support or power for your dedicated server
mf> http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
mf> _______________________________________________
mf> Jboss-development mailing list
mf> [EMAIL PROTECTED]
mf> https://lists.sourceforge.net/lists/listinfo/jboss-development




--
Best regards,
julien                            mailto:[EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development


Holger Baxmann - bitwind e.K.
 41539 Dormagen/NRW/Germany
     Vom-Stein-Str. 29
      +49 2133 537747



-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to