Category Archives: Tapestry

TomEE Embedded: a Spring Boot air without no EE features for business code


TomEE embedded is great but until now it needed a real application to deploy to at least get web features (was possible to deploy ejb modules from classpath but then you don’t get Servlet/WebSocket/… features).

Now you can do it simply calling deployClasspathAsWebApp() method!

Continue reading

Tapestry with CDI beans?


I’ve just started a small CDI integration with tapestry web framework: https://github.com/rmannibucau/cdi-tapestry-contribution

The idea is to be able to inject CDI beans as tapestry page fields.

Continue reading