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...
Type: Posts; User: springboynewbie; Keyword(s):
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...
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...
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 ...
I have a scheduler configuration like this:
<bean id="scheduler.example" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean">
<property name="targetObject"...