October 3, 2007 – 5:29 am
In my previous post I described how to use a CAL function as part of the implementation of a Java class.
This post looks at interfacing CAL to Tapestry 5 using the ‘Java Bean’ conventions of getter and setter methods for the fields in an object.
Tapestry 5 provides a BeanEditForm component which simplifies providing CRUD operations [...]
September 24, 2007 – 10:13 pm
The technique described in my previous post can be used to create Tapestry 5 pages which call CAL functions. Tapestry also uses Javassist to enhance pages, so adding CAL integration requires that Tapestry is reconfigured to apply the CAL transformations in addition to its own — I wasn’t able to find a way to transparently [...]