jsr341-experts@el-spec.java.net

[jsr341-experts] Stand-alone EL API, round 2

From: Kin-man Chung <kinman.chung_at_oracle.com>
Date: Wed, 03 Aug 2011 16:30:53 -0700

I have committed my first cut at implementing the stand-alone EL API.
Please check out the sources from the project svn repository,

      https://svn.java.net/svn/el-spec~source-code/trunk/api

Please let me know if you have problem doing this. The sources can be
built by executing a "mvn install" under the api directory, though I
haven't done any test yet. The build also produces a javadoc jar.

The wiki page http://java.net/projects/el-spec/pages/ELProcessorAPI was
also updated to point to the new files that I've committed. You can go
there if you just want to browse.

Please go over the API. I'd appreciate comments on anythings (javadocs
and class definitions and method signatures etc). Feel free to commit
fixes for obvious errors.

Extra credits for finding or fixing bugs in the codes! :-)

Kin-man