wwerner's blog

tutorials, tips and trivia on eclipse, osgi, web & xml technologies

Archive for March, 2010

Building web services on Equinox and Restlet #1

with 16 comments

In this series, we’ll look at creating modular and flexible server applications based on OSGi/Equinox and Restlet. The first article of this series covers the basics: It will walk you through creating a simple REST style web service using Restlet and show you how to roll it into a standalone application based on the equinox OSGi framework.

The next posts will go into how the different Restlet types can be assembled into bigger applications. We’ll then build extension points to lift the actual plumbing to a declarative level instead of hardcoding it.

We’ll see that the uniform interface proposed in the REST architectural style and the extension/extension point mechanisms in Equinox make quite a good couple.


read more ...

Written by Wolfgang Werner

March 31st, 2010 at 11:46 am

Posted in Uncategorized

Tagged with , , , ,