Tag: spring
Spring Security by example: securing methods
1. Set up and form authentication
2. User in the backend (getting logged user, authentication, testing)
3. Securing
Spring Security by example: securing web resources
1. Set up and form authentication
2. User in the backend (getting logged user, authentication, testing)
3. Securing
Spring Security by example: user in the backend, testing
1. Set up and form authentication
2. User in the backend (getting logged user, authentication, testing)
3. Securing
Spring Security by example: set up and form authentication
Javamelody, Spring & AspectJ
Javamelody is a tool for monitoring Java applications. It measures and calculates statistics of JVM state, JDBC calls, Spring, EJB or Guice managed beans’ methods Read more
Getting rid of null parameters with a simple spring aspect
What is the most hated and at the same time the most popular exception in the world?
I bet it’s the NullPointerException.
NullPointerException can mean anything, Read more
SpringWeb + Hibernate + Database encoding problems – solved!
Some time ago, I was investigating SmartClient (SmartGWT) and writting small app to connect via hibernate to MySQL database. During this tests I stuck with Polish locale Read more
Hibernate annotations + Spring transactions in OSGI
On our new project we decided to develop backend as services deployed on Servicemix 4.2. To make it easier for developers more familiar with ‘traditional’ Read more