Spring-RCP: VLDocking with history
Sunday, September 23, 2007
Posted by toubsen
If you like the concept of perspectives and views in Eclipse, you probably wish you had something similiar in Spring-RCP. Part of it can be accomplished using VLDocking. Additionally I added the functionality to persist the view state on client exit, to present the user just the same layout on the next application start.
Modifying bindings in Spring-RCP
Sunday, September 23, 2007
Posted by toubsen
Sometimes one wants to modify the appearance of bean properties in when bound to the GUI. Spring-RCP offers mutiple ways to achieve this.
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.