Am Dienstag, 01.04.03, um 19:07 Uhr (Europe/Budapest) schrieb julien viet:


I can bend jasper compiler to compile JSP to java classes, I've
already done that.

However compiling classes is a CLASSPATH nightmare. That's why
I would like an in memory compiler. Not anymore.

Now I think JSP are the best things ever done.

.. until someone invented tag libs and JSTL. Unusable in the long run without them.


bax



julien

BB> Julien, It is going to be hard enough to attract developers to Nukes, don't
BB> make it harder by developing your own proprietary scripting language.


BB> Bill

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
julien viet
Sent: Tuesday, April 01, 2003 7:36 AM
To: Pavel Kolesnikov
Subject: Re[7]: [JBoss-dev] php5 is coming


for me no. I don't like jsp tags.


PK> On Tue, 1 Apr 2003, julien viet wrote:

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>

PK> Ok, but what about JSTL?


PK> <table><tr>
PK> <c:forEach  var="i" begin="0" end="4">
PK>   <td><c:out value="${i}"/></td>
PK> </c:forEach>
PK> </tr></table>

PK> Isn't such code a bit nicer?

PK> And if you want to restrict users a little bit, you can
PK> do it with Tag Library Validators (part of JSTL specs).

PK> Pavel




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



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


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