↧
Glassfish 3.0.1, JDBCRealm with JPA2 entities
In the last post, I described how to install a JDBCRealm on Glassfish 3.0.1 and use form based authentication in JSF2. This time, I’ll discuss how to put JPA2 entities over these tables. After all, we...
View ArticleIgnite a Java EE 6 project for Eclipse Juno with Maven 3
Supposed that Maven and Eclipse are correctly installed, we can execute in the workspaces directory… E:\dev\workspaces>mvn archetype:generate [INFO] Scanning for projects... [INFO] [INFO]...
View ArticleCustom JAAS Realm for Glassfish 3
Building a custom JAAS realm for Glassfish 3 is actually quite straight forward, as long as you know how to do it :) The documentation available around is not very clear and it takes some time to...
View Article