Hi Harald, What you have done seems really interesting and promising. I will have a look and come back to you soon. I have used Apache Wicket + Spring to integrate DAO layer so what you have done interest me (https://github.com/cmoulliard/camel-osgi-servicemix-tutorial see reportincident.web).
Regards, Charles Moulliard Apache Committer Blog : http://cmoulliard.blogspot.com Twitter : http://twitter.com/cmoulliard Linkedin : http://www.linkedin.com/in/charlesmoulliard Skype: cmoulliard On Mon, Jul 11, 2011 at 7:43 PM, Harald Wellmann <[email protected]> wrote: > In the past few weeks, I've been experimenting with both Aries and Wicket on > OSGi. With a tiny glue component wicketstuff-osgi [1], the two frameworks > nicely play together. > > Instead of creating another demo application, I simply took the Aries Blog > sample and added an alternative web bundle based on Wicket. The backend > bundles only required minor changes, like adding "implements Serializable" > in a few places. > > See [2] for more details and links to the source code. The sample is based > on Aries 0.3.0 and WicketStuff 1.5-SNAPSHOT. > > Just to show you are not limited to plain old Servlets and JSPs to build a > web front-end on top of Aries ;-) > > Best regards, > Harald > > [1] https://github.com/wicketstuff/core/wiki/Osgi > [2] http://code.google.com/p/osgi-enterprise/wiki/AriesBlogWithWicket > > >
