AppFuse as backend for Spring-RCP Standalone
Sunday, September 23, 2007
Posted by toubsen
To easily build a fully working backend for Spring with database access and services, you can use an AppFuse backend. As it's based on Spring, it is very easy to integrate with Spring-RCP.
Modify Maven configuration
Add the following dependency in the pom.xml:Modify Context configuration
Add the following two bean definitions to the file richclient-application-context.xml:Modify security configuration
Add the following bean definitions to the security.xml:Add property files
Copy the following two property files from the AppFuse project to src/main/resources- src/test/resources/jdbc.properties
- src/test/resources/mail.properties
Using AppFuse in the client
Add two of the AppFuse configuration files to your RCP runtime configuration:
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
appfuse,
java,
spring,
spring-rcp
. Follow any responses to this post through RSS. You can leave a response, or trackback from your own site.
Subscribe to:
Post Comments (Atom)
Post a Comment