View Poll Results: What SM module(s) are you using or have used?

Voters
118. You may not vote on this poll
  • Cache

    41 34.75%
  • Data Access (db4o/JCR/OJB/ORBroker)

    11 9.32%
  • Jakarta Commons (includes Ant also)

    10 8.47%
  • JavaSpace

    2 1.69%
  • Lucene

    9 7.63%
  • Rule Engines integration (Drools, Jess)

    5 4.24%
  • Template framework

    6 5.08%
  • Validation

    42 35.59%
  • Workflows integration (Flux, jBPM, OSWorkflow)

    23 19.49%
  • XT

    21 17.80%
Multiple Choice Poll.
Results 1 to 3 of 3

Thread: SM modules usage

  1. #1
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default SM modules usage

    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

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    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

  3. #3
    Join Date
    Mar 2007
    Posts
    561

    Default

    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(..).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •