|
From: Lachezar D. <l.d...@gm...> - 2007-09-08 14:17:44
|
A thought really, but I have used it very successfully time and again: Use a Factory Bean to 'call' the legacy framework to create the service, in the process sending all the properties of the factory bean down the legacy framework. This is a common approach actually and to the best of my knowledge is used (or something similar) in the projects for connecting with other frameworks (SOAP, RMI, etc...). |