The following information has been updated from the original request.
2010年02月15日:
The Maintenance Lead of this JSR has changed from Sun Microsystems to Oracle America, Inc.
Specification Lead: Kin-Man Chung
E-Mail Address: kinman.chung@oracle.com
Telephone Number: +1 408 276 7116
Fax Number: -
2006年02月14日:Specification Lead: Jan Luehe
E-Mail Address: jan.luehe@sun.com
Telephone Number: +1 415 762 0186
+1 718 408 3164
Fax Number: -
Original Java Specification Request (JSR)
Identification |
Request |
Contributions
Section 1. Identification
Submitting Member: Sun Microsystems, Inc.
Name of Contact Person: Mark Roth
E-Mail Address: mark.roth@sun.com
Telephone Number: +1 718 408 3164
Fax Number: + 1 718 408 3164
Specification Lead: Pierre Delisle & Mark Roth
E-Mail Address: pierre.delisle@sun.com
mark.roth@sun.com
Telephone Number: +1 408 276 7056
+1 718 408 3164
Fax Number: + 1 408 276 7056
+1 718 408 3164
Initial Expert Group Membership:
BEA Systems
Boeing
Borland Software Corporation
Hans Bergsten (Individual)
Jayson Falkner (Individual)
IBM
Kevin Jones (Individual)
Macromedia, Inc.
New Atlanta Communications, LLC
Novell, Inc.
Oracle
SAS Institute, Inc.
Shawn Bayern (Individual)
Sun Microsystems, Inc.
Supporting this JSR:
BEA Systems
Boeing
Borland Software Corporation
Hans Bergsten (Individual)
Jayson Falkner (Individual)
IBM
Kevin Jones (Individual)
Macromedia, Inc.
New Atlanta Communications, LLC
Novell, Inc.
Oracle
SAS Institute, Inc.
Shawn Bayern (Individual)
Sun Microsystems, Inc.
Section 2: Request
JSP technology is focused on simplifying the generation of dynamic web content. The JSP 2.0 specification (JSR-152) substantially extended the technology by integrating a simple yet powerful expression language, simplifying the tag extension API, and enhancing the pure XML syntax, among other important enhancements. These enhancements greatly reduced the learning curve of the technology, warranting a major version number upgrade.
The scope of JSP 2.1 is much narrower and focuses on better alignment with the next release of JavaServer Faces.
JavaServer Faces 1.0 (JSR-127) defines a standard framework for building User Interface components, and builds on top of JSP 1.2 technology. Because JSP 1.2 technology does not have an integrated expression language and because the JSP 2.0 EL does not meet all of the needs of JSF, a new expression language was developed for JSF 1.0. The JSF EG attempted to make the language as compatible with JSP 2.0 as possible but some differences were necessary. The JSF EG agreed that the JSF 1.0 EL will be phased out in the next release of the JSF specification in favor of the JSP 2.1 expression language. It is a goal, therefore, of JSP 2.1 to enhance the expression language to meet the needs of JSF technology. Many of these enhancements are likely to be useful in other contexts as well.
Enhancements to be considered for the JSP 2.1 expression language include, but are not limited to, the following:
JavaTM 2 Platform, Enterprise Edition (J2EE) 1.5.
This specification targets the J2EE 1.5 Platform. It will be based on the corresponding release of the J2SE platform.
No.
JSP 2.1 will address the need of the Java community for closer synchronization between the JavaServer Faces and JavaServer Pages specifications.
JSP 2.0 finalized before JSF 1.0 did and thus could not fully accommodate JSF's changing requirements.
See 2.1 above.
javax.servlet.jsp.*, javax.servlet.jsp.tagext.*, javax.servlet.jsp.el.*
No.
The JSP specification will build on the Servlet specification in this area.
JSP technology deals with internationalization and localization and may provide small refinements to existing features in this area.
The JavaServer Faces specification will need to be revised to support the new JSP 2.1 expression language. JSF will continue to support its existing expression language for backwards compatibility but will favor the JSP 2.1 expression language going forward.
The specification will follow the J2EE 1.5 schedule.
The following dates are preliminary:
We envision an elaboration of the style followed in the JSR-152 EG: an active Expert Group, with an open mailing list that is combined with private communication and with a EG web site for exchanging of information. In addition, members from both the JavaServer Pages and the JavaServer Faces expert group will form an EL subteam to ensure that the needs of both JSP and JSF are well represented.
The leads of this JSR strongly believe in the importance of transparency and will create project "jsp-spec-public" at java.net to keep members of the community informed about the work performed in this JSR.
More specifically, this transparency will be realized at java.net through the following tools:
- Community pages will be maintained within the project to provide general information on the JSP specification and more specifically on the currently active JSR.
- The users@jsp-spec-public mailing list will be open to the public to discuss issues related to the JSP specification.
- The 'Issue Tracker' tool will be used as a public repository of issues related to the JSP specification. Through the various categorization fields offered by the tool, it will be easy to get information on issues being considered for the current JSR, as well as on other issues being postponed for future revision JSRs.
Finally, it is also important to note that the source tree for the Reference Implementation of this JSR is open-sourced within the jakarta-tomcat project at Apache.
Sun will deliver a Reference Implementation (RI) and Technology Compatibility Kit (TCK) as part of J2EE 1.5. In addition, the source code for the RI will be available through Apache and the TCK for JSP will be available independently. See the business terms for more details.
N/A
Pursuant to Section 2.2.1 of the Java Community Process version 2.6, the following is a summary of Sun's anticipated principal license terms and conditions for the JSR ### JavaServer Pages, version 2.1.
The JavaServer Pages 2.1 TCK will be licensed at no charge, without support, to qualified not-for-profit entities in accordance with the terms of Compatibility Testing Scholarship Program. For more information, please refer to: http://java.sun.com/scholarship/. The TCK may be licensed for commercial use by licensing the J2EE 1.5 CTS.
The Reference Implementation source may be licensed for commercial redistribution by licensing the J2EE 1.5 Reference Implementation source.
Licensing of the RI is not required for the licensing of the TCK.
Section 3: Contributions
The JSP 2.0 specification will be used as a starting point for the work on JSP 2.1, which will be part of the greater J2EE 1.5 platform, which also includes the next version of Servlet. The needs of the JavaServer Faces specification that JSP 1.2 and JSP 2.0 do not fulfill will drive some of the requirements for JSP 2.1. JSTL is a related technology.