On 4/23/05, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Hi Craig, > > I just noticed that you changed the dialog stuff in Shale, > like you suggested a time before. >
Yep :-). > Also I saw that the DialogController clazz is now deprecated. > > So, can you publish a new version of the JavaDoc of Shale? > That would be nice ;) > Excellent idea! I've updated the pointers on the Wiki page: http://wiki.apache.org/struts/StrutsShale to today's javadocs for the core library, the experimental "clay" plug-in, a test framework for building unit tests for Shale-based applications, and the "Use Cases" example app that shows off the various features. In particular, the logon and edit profile dialogs (of the use cases app) have been modified to use the new dialog mechanism. The package javadocs for the "org.apache.shale.dialog" package (in the Core Library section) have a fairly extensive discussion on the new concepts. Other interesting recent additions: * The "Clay" plug-in, for reusable trees of components (reuse on a finer grained scale than pages or fragments) * David Geary and Cay Horstmann have generously contributed the code from "Core JavaServer Faces" that integrates with Commons Validator. * Integration of Spring's dependency injection framework into the JavaServer Faces managed beans capability (so you can configure beans with Spring but access them through value binding expressions in JSF) > regards, > matthias > Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
