
Originally Posted by
kschlaudt
Hi Pedro & Vincent,
I really appreciate both of your efforts integrating Spring, DJN & ExtJS.
However, still find myself a little overwhelmed with all of the configurations.
Do either of you have a complete working example you can share?
Thanks again!
Kurt
Hi,
I have almost finished to release the spring-api but I didn't find the time to release and write the documentation.
I give you the last release candidate and the source of my test project !
You will find example about how to declare action and js-Api in the spring-definition.xml.
There is 4 method to do it.
-The first is className injection. Used to run the base test of Djn without coding.
-The second is a simple injection. Action is declared as a bean and injected in the ApiConfiguration. (not implemented in this version)
-The third method is autowired method.
Action could be declared in context or scanned by spring (@Component). Action must inherit the interface used in the ApiConfiguration.
Hope to help you.
I aim to release before the end of the next week..Don't hesitate to give your opinion about this api 
Vincent