EJBContainer testing
Recently I have tried to optimize my integration tests for my Java EE 7 application. Previously I had used Cargo to run the server for my integration testing seeing as the team was accepting my...
View ArticleUsing MySQL as a Glassfish data source
Though I don’t really recommend people to use a “shared” database, I do prefer running on a real database once in a while rather than relying on the embedded Derby that comes with Glassfish. The main...
View ArticleUsing StartSSL Class 1 Certificates with Glassfish
StartSSL provides a service that allows frugal site owners to get an HTTPS server with a proper certificate for free. This post documents the steps of setting up Glassfish to work with the certificate....
View ArticleCreating a simple JASPIC auth module
One of the problems I have with several web frameworks or even tools that I have used such as Sonar and Jenkins is that they deemed it necessary to develop their own authentication system or use...
View ArticleSet up MySQL on Glassfish using asadmin
MySQL provides a good step-by-step guide to install MySQL on GlassFish. However, it is manual so I have taken their information and converted it to set of asadmin commands to set up MySQL on Glassfish...
View Article