-
Enterprise Java
AmazonSQS and Spring for messaging queue
The next post will demonstrate how to use Spring JMS templates and DLMC’S together with AmazonSQS API in order to place…
Read More » -
Enterprise Java
Authentication and Authorization as an open source solution service
Designing a centralized service for all user data by implementing authentication and authorization (a&a) mechanism. I’ll share my experience and finalize…
Read More » -
Enterprise Java
Invoking Async method call using Future object in Spring
The next example will demonstrate an async method call inside the Spring container. Why do we need async method calls?…
Read More » -
Enterprise Java
Aggregating async results using Spring Integration
Hi, I came across an issue which has very nice solution using Spring Integration. Many times we have the need…
Read More » -
Enterprise Java
Spring Integration key notes with real life scenarios
This post will summarize Spring Integration (SI) important key notes together with messaging Integration patterns. For each key note I will add…
Read More » -
Core Java
Monitoring and detecting memory leaks in your java application
So your application is running out of memory, you’re spending days and nights analyzing your application hoping to catch the memory holes in your objects.…
Read More »