Garth
Garth

Reputation: 1446

Spring WS Osgi samples

We are currently researching OSGI at work and I need to provide a proof of concept on its use with spring dm and spring-ws in the appropriate application server(tomcat / jetty).Does anyone have a example or a tutorial or any links that can help in my research?

I have for the past dew days been looking for some samples on how to implement spring ws in OSGI along with Spring DM.

Any help will be really appreciated.

In the interim I am waiting for my Spring DM in Action book.

Thanks, so much.

Garth

Upvotes: 2

Views: 1151

Answers (1)

glyn
glyn

Reputation: 1180

The Eclipse Virgo project, which is based on OSGi and Tomcat with Jetty support in the process of being added, provides a tutorial "Creating an application with Virgo" that leads you through building the Greenpages sample web application. That may be of interest.

Upvotes: 1

Related Questions