PDA

View Full Version : WCF integration


Bruno Baia
06-27-2007, 11:50 PM
Hi,

WCF integration is in CVS since a long time now.
The code is under Spring.Services project (Spring.ServiceModel namespace)

You can now export any Spring-managed object as a WCF service as we do today for Web Services, Remoting or Enterprise Services.
This way you can apply DI or AOP on any WCF Service !

There is a new Spring.WcfQuickStart example showing current functionalities :
- Support for .svc files
- Spring version of the ServiceHost class
- ServiceExporter class


There is still some work to do :
- Client proxy factories
- Improve ServiceExporter to decorates automaticaly Services with ServiceContract and OperationContract attributes.
- etc...


All suggestions are welcome.


Bruno