Its not quite there where I want it to be but it is a start. The issues are I want more than groovy in, but for now as far as I could see only groovy allows direct classloading. JRuby for instance only allows object loading or jsr 223. The same probably applies to jython.
We probably can work around the object only limitation in the long run. But lets get the groovy stuff proper first :-) Werner Grant Smith schrieb: > Werner, thank you very much for this. This is a huge deal for MyFaces! > > Sent from my iPhone > > On Aug 17, 2009, at 11:13 AM, Wernecr Punz <[email protected]> wrote: > >> Hello everyone >> I just checked in the current state of the myfaces groovy/scripting >> bindings. >> >> First of all >> the url is: >> >> https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk >> also you need to check out the latest myfaces 1.2 trunk, since >> a plugin mechanism was added which allowed to enable this extension. >> >> If you run the included "very rough so please do not hammer me it is a >> testing ground" example, you can change the various jsf artefacts >> located under WEB-INF/groovy/... on the fly either with a request reload >> or with a regeneration of the component tree, depending on the artefact >> you can see the change instantly. >> >> Sort of like javarebel, but on scripting level. >> Sorry for the huge delay for posting it, one year late, but as many know >> my private situation I have become father a while ago, so my sparetime >> currently is limited. >> >> >> Werner >> >
