-
Enterprise Java
Spring Security Concurrent Session Control Example Tutorial – How to limit number of User Session in Java JEE Web Application
If you don’t know, Spring security can limit the number of sessions a user can have. If you are developing a…
Read More » -
Enterprise Java
Get to Know JSON Binding: Overview Series
The Java API for JSON Binding (JSON-B) 1.0 strengthens the Java EE platform’s overall support for the JSON data interchange…
Read More » -
Software Development
Refactoring for the Tell Don’t Ask Pattern
Design patterns provide us with guidelines to help us implement clear and concise maintainable code. When implementing object-oriented design, both…
Read More » -
Enterprise Java
How to setup JNDI Database Connection pool in Tomcat – Spring Tutorial Example
Setting the JNDI Database Connection pool in Spring and Tomcat is pretty easy. Tomcat server documentation gives enough information on…
Read More » -
Agile
What Product Owners should not do
Last time I set out some of the things a Product Owner should be doing – or at least considering doing. Even…
Read More » -
Software Development
Why I Deleted My IDE; and How It Changed My Life For the Better
Everything you need to know if you decide to delete your IDE About 3 years ago, I made a big…
Read More » -
Software Development
How to Be Lazy and Stay Calm
What frustrates me most in my profession of software development is the regular necessity to understand large problem scopes before…
Read More » -
Software Development
Dolls and Maquettes
I’ve already written quite a few posts about why I don’t consider JavaBeans real objects. For instance, I think we…
Read More » -
Core Java
Parallel and Asynchronous Programming in Java 8
Parallel code, which is code that runs on more than one thread, was once the nightmare of many an experienced…
Read More »