What SM modules are you using or have used?
Cache
Data Access (db4o/JCR/OJB/ORBroker)
Jakarta Commons (includes Ant also)
JavaSpace
Lucene
Rule Engines integration (Drools, Jess)
Template framework
Validation
Workflows integration (Flux, jBPM, OSWorkflow)
XT
What SM modules are you using or have used?
Costin Leau
SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
http://twitter.com/costinl
Please use [ c o d e ] [ / c o d e ] tags
I had to merge the options since at the moment we have over 15 modules and the poll allows only 10 options...
Comments on each module are welcomed!
Costin Leau
SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
http://twitter.com/costinl
Please use [ c o d e ] [ / c o d e ] tags
For the BeanValidation FW it would be nice, if it would have an interceptor/advice which can be configured which classes shall be validated.
E.g.:
Code:<bean class ="org.springmodules...ValidationInterceptor"> <property name="validate"> <value> <list> com.foo.bar.bla(..) </list </value> </property> </bean>
This should call the BeanValidator before every call of com.foo.bar.bla(..).