Similar Posts
Embedding Jasper
Jasper is the JSP compiler inside Tomcat. For reasons, mainly of curiosity, I wanted to build a Pragmatach plugin which exposes Jasper. Pragmatach supports some template engines such as FreeMarker, ThymeLeaf and Velocity, but I thought Jasper would be a good addition. I chose to use Tomcat 6, mainly because Tomcat 7 uses Servlet 3.0. Pragmatach…
Pragmatach
Firstly, here’s the site, and here’s the code. There’s a slideshow, here. Pragmatach is a Java-based web development platform that I wrote, based on ideas from Struts2, Play, JSF2 and Grails. My goals in writing it were: Configuration via annotations. I wanted to be able to fully configure a controller using only annotations and…
Pragmatach-1.32 Released
The latest release of the Pragmatach Framework is version 1.32. Changes in this release include: Bug fix in JMX registration. Web contexts can now be reloaded by the container and the JMX beans are gracefully unregistered and re-registered Addition of the @Startup and @Shutdown annotations to allow methods to be run at container shutdown and…