Author: Jakub Nabrdalik
How to get to TouK
This Tuesday, architect-wannabe group has it’s meeting at TouK at 18:00. Since TouK is not an easy company to find, here’s the video tutorial Piotr Read more
Bash’ing your git deployment
Atom Feeds with Spring MVC
How about Spring MVC?
Here are my assumptions:
- you are using Spring
JBoss Envers and Spring transaction managers
I’ve stumbled upon a bug with my configuration for JBoss Envers today, despite having integration tests all over the application. I have to admit, it Read more
NoSQL devmeeting in Warsaw
How to write a good Request for Proposal
How to test Spring session scoped beans
I wanted to use the http session just as a repository (database/files), to keep facebook access token for currently logged user. While I can manipulate
Spring Security by example: OpenID (login via gmail)
This is a part of a simple Spring Security tutorial:
1. Set up and form authentication
2. User in the backend (getting logged user, authentication,