You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mark Roth <ma...@sun.com> on 2003/05/01 07:28:40 UTC

[PATCH] jakarta-servletapi-5 (New examples)

Attached is a patch to add a couple of examples of the new JSP 2.0 XML 
syntax (aka .jspx).  There are two examples - one is a simple XHTML 
Basic example and the other is an SVG example (requires Batik to view).

Added Files (jakarta-servletapi-5.newfiles.tar.gz):

* jsr152/examples/jsp2/jspx/
* jsr152/examples/jsp2/jspx/basic.jspx
* jsr152/examples/jsp2/jspx/basic.html
* jsr152/examples/jsp2/jspx/svgexample.html
* jsr152/examples/jsp2/jspx/textRotate.jspx
* jsr152/examples/jsp2/jspx/textRotate.jpg
* jsr152/examples/jsp2/jspx/textRotate.html
* jsr152/examples/WEB-INF/tags/xhtmlbasic.tag


Modified Files (jakarta-servletapi-5.patch.txt)

* /jsr152/build.xml
     - Now copies *.jspx to *.jspx.txt in examples

* /jsr152/examples/index.html
     - Added link to new JSPX examples (JSP 2.0 XML syntax)

* /jsr152/examples/jsp2/el/basic-arithmetic.jsp:
     - Uncommented example for ternary operator (a?b:c)

* /jsr152/examples/jsp2/el/functions.jsp:
     - Changed "${param["foo"]}" to cleaner '${param["foo"]}'

* /jsr152/examples/jsp2/el/basic-arithmetic.html:
* /jsr152/examples/jsp2/el/basic-comparisons.html:
* /jsr152/examples/jsp2/el/functions.html:
* /jsr152/examples/jsp2/el/implicit-objects.html:
     - Fixed broken link ../index.html --> ../../index.html


---
Mark Roth, Java Software
JSP 2.0 Co-Specification Lead
Sun Microsystems, Inc.