-
Enterprise Java
Logback: Application errors notification
Some months ago when I was doing big application refactoring I found really annoying pieces of log4j based code used…
Read More » -
Enterprise Java
Tomcat Context JUnit @Rule
A first draft of a JUnit @Rule that create the test context. This can be used with the Spring context…
Read More » -
Software Development
Implementing SAML to XACML
Before Implementing SAML This is how a XACML request will looks like when it is arriving at PDP(Policy Decision Point)…
Read More » -
Enterprise Java
REST + Spring Security session problem
REST, sessions .. wait. There are no sessions in REST application, right? Well, thats true. If we can avoid sessions…
Read More » -
Core Java
How to analyze Thread Dump – Thread Stack Trace
This article is part 5 of our Thread Dump analysis series. So far you have learned the basic principles of…
Read More » -
Communications
Mobicents Diameter has a new home.. powered by git!
Due to the increasingly number and complexity of sub-projects, Mobicents has been splitting it’s projects under independent project homes. We…
Read More » -
Enterprise Java
Apache Thrift with Java quickstart
Apache Thrift is a RPC framework founded by facebook and now it is an Apache project. Thrift lets you define…
Read More » -
Enterprise Java
Four solutions to the LazyInitializationException – Part 1
In the post today we will talk about the common LazyInitializationException error. We will see four ways to avoid this…
Read More » -
Enterprise Java
Four solutions to the LazyInitializationException – Part 2
This article continues from part 1 of the tutorial. Load collection by Stateful EJB with PersistenceContextType.EXTENDED This approach can be…
Read More »