Hi all,

  This is thlee from JXP. It's glad to see some interest/disinterest in JXP. 
Here are some facts that you might find useful:
1. JXP is created as a subproject and is used mainly in swingweb project to 
render html representation of awt/swing components. 
2. Since it is interpreted it would never be as fast as compiled-code (duh). 
The performance are mainly improved using reflection lookup caching and the 
compiled page caching.
3. Encoding is supported since 1.3.0
4. There's nothing in EL that cannot be achieved using <%=...%>.b EL feature 
can actually be added with 2 lines in JavaCC syntax file.
5. It is far from being able to emulate (full) JSP since it was not designed to 
be JSP replacement
6. It is indeed a one man stunt.

I'm not sure what you guys are up but I assume you guys will use your best 
judgement ;)

thlee
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=46468&messageID=94593#94593


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

Reply via email to