I'm proud to announce the first in a series of example applications
built with JsonFx.NET is complete and available on Google Code:
http://code.google.com/p/jsonfx-examples/
This first app is a simple database of music groups and the musicians
in those groups. It demonstrates JsonFx in a non-trivial example that
heavily leverages JBST client-side templating and JSON-RPC Ajax
services.
The UI allows you to navigate between these relationships performing
all typical CRUD (Create/Read/Update/Delete) operations. Editing of
data is performed inline by switching between read-only and editable
fields.
In addition to browsing the source online, Google Code allows you to
anonymously checkout the source via SVN:
svn checkout
http://jsonfx-examples.googlecode.com/svn/trunk/
MyWorkingDir