From this release forward, Maven is the project admin tool. The project web-site is built and deployed using maven.
Since maven satisfies project dependencies form a remote repository there is no need to have a binary distribution, the src distribution can be downloaded and everything required to build the project will be downloaded the first time you run maven.
Version 0.0.5 new features include:
A complete rewrite of the configuration code. SwitchRMI now uses JNDI Lookup in
server for published object implementation and in client for proxy implementation.
A minimal implementation of javax.naming.Context is included.
The XML configuraiton file now has a DTD for validation.
Scripted objects and Java objects can be declared with a codebase and libraries
to be loaded into SwitchRMI from a remote location.... read more
New release has support for XMLRPC services
written in Javascript (and other script languages) via BSF.
A Javascript implementation of XMLRPC validation suite is included.
The User Guide has been updated to include more details of HTTP and SMTP RMI, Javascript services
and interoperability with other XMLRPC implementations.
This new release has better support for SMTP as a transport and unit tests to flex the sending and receiving of
messages via SMTP.
The distribution files now contain a copy of the user guide in HTML format.
A source code distribution, much smaller at ~100K is also available:
Get it at: http://www.sf.net/projects/tapestry
The SwitchRMI home page is online with links to Javadoc and source code cross-reference pages