-
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 » -
Agile
Architects Need a Pragmatic Software Development Process
I have been a non-stop software architect since 2006. During my experience, I realized that it’s really hard to perform…
Read More » -
Desktop Java
JavaFX 2.0 Layout Panes – HBox and VBox
If you want an overview on all different layout panes in JavaFX 2.0 or if you want to know yome…
Read More »