Spring-RCP using AppFuse webservices
Sunday, September 23, 2007
Posted by toubsen
To build a classical 3-tier architecture, you can use AppFuse as a back end. This full-featured web-framework provides many time-saving features, additionally it's very easy to export the managers as webservice and use them as a backend to your Spring-RCP application.
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.
UserDetails from LDAP and Database
Saturday, June 23, 2007
Posted by toubsen
A drawback of the LDAP authentication approach is, that roles and other user details are only retrieved from the LDAP server (plus it breaks the user counter, as it casts to org.appfuse.model.User). You might have the wish, to define additional properties or assign roles just available in the application scope. For this purpose I extended the base LdapAuthenticationProvider to integrate with AppFuse and return User objects, carrying merged data from the LDAP directory and the database.
LDAP-Authentication with Active Directory
Saturday, June 23, 2007
Posted by toubsen
This post describes how to integrate Spring/AppFuse applications with a Windows Active Directory server (tested with Windows 2003 server).
Webservices with HttpInvoker
Saturday, June 23, 2007
Posted by toubsen
It's easy to export the AppFuse managers as a webservice to various clients using Spring remoting.