Tag Archives: java ee
Dynamic switching dev and prod datasource with maven profiles
Most of the time when you develop an application that uses a database you are likely to use another database for your local development work than what you will use later in production. The main reason for this is that there are databases like H2 which by design are fitting the development situation while they […]
Posted in coding, english, Java Also tagged automation, H2, intellij, java, java enterprise, maven, mysql, persistence, wildfly Comments closed
Apache Shiro part 2 – securing a JSF Java EE 7 application
In the first part I described why I chose Apache Shiro as an Authentication framework. In this part I will describe the simplest working solution to secure a Java EE7 application with JSF/Primefaces frontend. To be honest I wont use much of Primefaces in this sample but the application for which I did this research […]
Posted in coding, english, Java, Security Also tagged apache, authentication, english, java, java enterprise, jsf, security, shiro, web 2 Comments
Apache Shiro part 1 – selecting a Java security framework
What is Shiro? Apache Shiro is an open source Java security framework which makes authentication, authorization and cryptography very easy to use with a simple and small configuration. It is very portable because of its independence from the used application frameworks and covers all kinds of scenarios from console over desktop client to web applications. […]
Integrating Flyway with Java EE and using its datasource