Hi,
I would like to announce Moonshine - an application framework based on Google Guice.
Moonshine is based on the notion of a Service. Service is a distinct component implementing a certain functionality. Services can depend on each other and they can register bindings in Google Guice. Moonshine provides mechanisms for configuring, executing and testing services.
Moonshine, out of the box, provides services to start and configure transactions support through JTA engine, database access with migrations, persistence using Hibernate and Spring Data, two HTTP engines:Jetty and Tomcat, servlets, websockets and REST services. Additionally Moonshine contains services which allow to profile your application and collect metrics which can be retrieved directly using JMX or through the provided REST wrapper or web console.
Have fun!
Sławek
sentinel at atteo com