Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-jsf-dev] JSF Tools Project: Review support for Unified Expression Language in WTP 2.0..

Hi David, Nitin,

 

I would like to schedule a conference call on Friday, 10/6 at 11.00 AM PDT to review support for the Unified _expression_ language.

Agenda:

1)       Feedback on the requirements doc, , http://wiki.eclipse.org/index.php/Unified_Expression_Language_Support

2)       Discussion / understanding of the work that is planned by the JSP/SSE team in this area for WTP 2.0

 

Please let me know if this time works for you.

 

Thanks

Raghu

 

 


From: raghunathan srinivasan [mailto:raghunathan.srinivasan@xxxxxxxxxx]
Sent: Tuesday, September 12, 2006 3:28 PM
To: wtp-jsf-dev@xxxxxxxxxxx; wtp-dev@xxxxxxxxxxx; wtp-pmc@xxxxxxxxxxx
Subject: WTP 2.0 - JSF Tools Project: Support for Unified _expression_ Language..

 

Hi,

 

The JSF Tools project is targeting support for JavaServer Faces 1.2 (Java 5 EE) in the WTP 2.0 release.  As a first step, we have identified the requirements for supporting the Unified _expression_ Language and have posted a document on the JSF Tools Project Wiki, http://wiki.eclipse.org/index.php/Unified_Expression_Language_Support

 

Please review and post your comments to the development mailing list, wtp-jsf-dev@xxxxxxxxxxx .

 

Thanks

Raghu Srinivasan

Project Lead – JSF Tools Project

 

Summary:

The JavaEE 5.0 specification defines a new "Unified _expression_ Language" that is to be used by both release 1.2 of Java Server Faces (JSF) and release 2.1 of Java Server Pages (JSP). The new EL language is intended to be completely independent of its container (i.e. JSP). A new Java API and _expression_ evaluation mechanism has been defined to support this container independence. The new evaluation mechanism, although mostly backward compatible, has a significant impact on the way tooling supports design time _expression_ evaluation for the purposes of such features as validation and auto-completion.

 

This document enumerates the changes to EL as they affect the JSP/JSF tooling and discusses framework changes that will be required to support Unified EL for Faces 1.2. Previous limitations of the framework and backward compatibility are also considered.


Back to the top