New versions of the Openmocha and Jhino javascript server-side
packages are available to download.
http://code.google.com/p/e4xd/downloads/list
They now contain basic support for fetchlets and many bug fixes:
- Added support for fetchlets, javascript functions that are invoked
on the client-side but run on the server-side.
- added sendScript method, which renders a script to be sent to the
clientside
- turned the rhino.debug property for the exampleapp back on, since
the debugger is now working again
- fixed render method to always return an xml object
- fixed breadcrumbs to be properly combined in a div and changed
stylesheet accordingly
- changed initial registration process to be more distinct from the
normal login/register experience
- added experimental support for clientside and serverside filename
extensions
- changed Page to Scaffold in order to work around a problem where the
page prototype overrides the one in an applications main repository if
the jhino module is added via an app.addRepository call
- added workaround for Helma bug #598, which causes onInit on the root
object to fail
- fixed lists to be contained in ul-element as intended and to use an
items title and only fallback on the name if there is no title
- updated rhino to latest cvs head with debugger related bug fixes
- updated helma to current svn trunk and added fetchlet support
Cheers,
Chris