Search:

Type: Posts; User: springboynewbie; Keyword(s):

Search: Search took 0.01 seconds.

  1. Spring async listeners instead of threads?

    Spring Provides e Application Listeners to handle Application Events. I want to get rid of my Thread classes and use these listeners for event handling .Any hint to start?Can I do this?


    public...
  2. , Getting added with composite id in show form

    Hi

    My User.hbm file is like this ,

    <composite-id>
    <key-property name="username" type="java.lang.String">
    <column name="USERNAME"></column>
    </key-property>
    <key-property...
  3. Replies
    0
    Views
    789

    Spring mvc+jsp+ajax

    I have a form controller.Form element is a drop down box.

    For eg there is user name form element.if user select his name .I want the children names to be loaded for particular user.

    I have ...
  4. How to assign security to scheduler ?

    I have a scheduler configuration like this:
    <bean id="scheduler.example" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean">
    <property name="targetObject"...
Results 1 to 4 of 4