Tag Archives: web
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. […]
Webapplikationen mit Vaadin
Nach einiger Evaluierungszeit, für ein anstehendes Projekt, hat sich meine Firma für den Einsatz eines Webframeworks namens Vaadin entschieden. Da ich von dem Framework und der dahinter stehenden Company sehr begeistert bin möchte ich meine 2 Cents zur Verbreitung beitragen und einmal kurz umreißen worum es sich handelt. Vaadin ist ein finnisches Framework das von der gleichnamigen […]
Apache Shiro part 2 – securing a JSF Java EE 7 application