Martin Marinschek wrote:
Ok, I updated the proposals to include two AJAX ones, due to your
feedback, and included a proposal for JavaScript - but note again that
JSF can only work with disabled JavaScript if you use ServerSide state
saving and for navigation - use commandButtons inside forms, which you
might try to style to look like commandLinks.

Please tell me if you have other proposals to make!

Another one, which is hopefully not to far off.
Some kind of xdoclet2 code generator, which can generate all the artefacts needed for component creation (which are quite a lot)

Something like

/**
* @jsf.componentTag renderer="true" controller="true" controllerBaseClass="fdgfd" rendererBaseclass=""
 *
 */
class Tagclass extends ....  {
        maybe some inline tags here for the creation of the bindings
        to the tag attributes
}

This one would generate all the artefacts needed for component creation
so that you can fill out the flesh.

Reply via email to