|
|
||
Roberto Chinnici's BlogJuly 2006 ArchivesTracking JSR-223 ChangesPosted by robc on July 18, 2006 at 05:33 PM | Permalink | Comments (0)In Mustang b91, the JSR-223 API was updated to fix some issues around the Invocable interface. Sundar's blog entry has all the details. We updated the Phobos code in CVS to use the new API, but the latest binary build (dated 2006/7/10) predates this change. The practical consequences for Phobos users are the following:
Finally, this change won't impact anyone running Phobos on JDK 1.5. New Phobos Build, Plus All The Source Code!Posted by robc on July 12, 2006 at 04:18 PM | Permalink | Comments (1)There is a new Phobos build in the documents and files section of our project site. The build is dated July 10, 2006 and is available in binary form for the Solarix/x86, Windows, Linux and Mac OS X platforms. This build fixes most of the issues I described in my previous post. In particular:
Additionally, it is now possible run a Phobos application on any servlet container by packaging it up as a war file. You can download the war files for our two sample applications from this page. We tested them with GlassFish Milestone 7 and Tomcat 5.5.12. Please let us know if you find any problems with other servlet containers. Finally, the source code for Phobos and the sample apps has been checked into the java.net CVS repository. As detailed on the getting started page, the GlassFish-specific code is in a branch of the GlassFish CVS repository. Like GlassFish, all the code is under an open source license, the OSI-certified CDDL. | ||
|
|