The main purpose of Java Platform, Enterprise Edition (Java EE) 5 is to ease development. Now the Jsp2.1 includes the Java Standard Tag Library(JSTL) and JavaServerFaces technology.
1. This version has new expression language (EL ) syntax that allows deferred evaluation of expressions. It now enables using the expression to both get and set data and to invoke methods, and facilitates customizing the resolution of a variable or property referenced by an expression.
2. It supports resource injection through annotations to simplify configuring access to resources and environment data.
3. It has complete alignment of JSF technology tags and JSP software code. Earlier the version 1.0 of jsf technology depended on jsp 1.2 technology. The reason is that the Jsp 1.2 was already available at the time, and the intension was to make the Jsf 1.0 interface more accessible to a broader audience. As jsp1.2 does not have an integrated expression language and because the Jsp 2.0 EL does not meet all of the needs of Jsf, therefore jsp2.1 was developed to enhance the expression language to meet the needs of Jsf technology.
4. Qualified functions now take precedence over the ternary operator when the "." operator in use or we can say that ability to redefine the behavior of the "."operator through a Property Resolver API.
5. EL now supports "literal expressions". The expression which were previously considered to be non-EL value text must now be considered an EL expression.
6. EL now supports Java 5.0 enumerations.
7. Ability to plug in Property Resolvers on a per-application and per-page basis.
8. Ability to express references to bean methods using the expression language and invoking those methods via a Method Binding API.
This version requires these jars:
1) ant-1.6.5.jar
2) core-3.1.1.jar
3 jsp-2.1.jar
4) jsp-api-2.1.jar
Source:
http://www.roseindia.net/jsp/FeaturesOfJsp2.1.shtml
1. This version has new expression language (EL ) syntax that allows deferred evaluation of expressions. It now enables using the expression to both get and set data and to invoke methods, and facilitates customizing the resolution of a variable or property referenced by an expression.
2. It supports resource injection through annotations to simplify configuring access to resources and environment data.
3. It has complete alignment of JSF technology tags and JSP software code. Earlier the version 1.0 of jsf technology depended on jsp 1.2 technology. The reason is that the Jsp 1.2 was already available at the time, and the intension was to make the Jsf 1.0 interface more accessible to a broader audience. As jsp1.2 does not have an integrated expression language and because the Jsp 2.0 EL does not meet all of the needs of Jsf, therefore jsp2.1 was developed to enhance the expression language to meet the needs of Jsf technology.
4. Qualified functions now take precedence over the ternary operator when the "." operator in use or we can say that ability to redefine the behavior of the "."operator through a Property Resolver API.
5. EL now supports "literal expressions". The expression which were previously considered to be non-EL value text must now be considered an EL expression.
6. EL now supports Java 5.0 enumerations.
7. Ability to plug in Property Resolvers on a per-application and per-page basis.
8. Ability to express references to bean methods using the expression language and invoking those methods via a Method Binding API.
This version requires these jars:
1) ant-1.6.5.jar
2) core-3.1.1.jar
3 jsp-2.1.jar
4) jsp-api-2.1.jar
Source:
http://www.roseindia.net/jsp/FeaturesOfJsp2.1.shtml
Search News
News Categories
What's the News?
Post a link to something interesting from another site, or submit your own original writing for the Java community to read.
Most Popular News
-
How to stand out from other Java/JEE Professionals?
Published about 14-01-2009 | Rated +3 -
10 reasons IT certification will be important in 2009
Published about 05-01-2009 | Rated +2 -
The 9 hottest skills for `09
Published about 02-01-2009 | Rated +1 -
New Features in Servlets 3.0
Published about 05-01-2009 | Rated +4
Most Recent User Submitted News
- Java Programming Language
Published about 02-07-2009 | Rated 0 - Punching Holes with Java RMI
Published about 24-05-2009 | Rated +1 - finalize
Submitted by Balamurali | Rated 0 - Protection! Licensing Framework 1.3 for Java-Enabled Platforms
Published about 05-07-2009 | Rated 0







