1. How to send an event to another bean in spring? stackoverflow.comIn spring it is possible to do this. Does anybody have code samples? |
2. Application design question: property and object events forum.springsource.orgApplication design question: property and object events Hi, I have a question about designing object events with Spring & Hibernate. At the moment i've created several annotations, @OnObjectCreate() @OnFieldChange(), @OnObjectDelete(). The ... |
3. Configuring bean event listeners forum.springsource.orgConfiguring bean event listeners I'd like to configure bean event listeners in a class from a legacy library through Spring's XML mechanism. These methods follow the naming convention detailed in the ... |
4. Spring Bean as actionListener forum.springsource.orgI'm using Spring 2.5 within my JSF application. I've integrated it as outlined in the documentation using the class: org.springframework.web.jsf.DelegatingVariableReso lver My issue is that I have a class that implements ... |
5. revert throws a new change property event forum.springsource.orgAll of them. I have a Form. And this one has its createFormControl. Code: protected JComponent createFormControl() { TableFormBuilder formBuilder = new TableFormBuilder( getBindingFactory() ); formBuilder.setLabelAttributes( "colGrId=label colSpec=right:pref colSpec=right:pref" ); formBuilder.add( ... |