Search Results for: Scala
-
Enterprise Java
OSGi: the gateway into micro-services architecture
The terms “modularity” and “microservices architecture” pop up quite often these days in context of building scalable, reliable distributed systems.…
Read More » -
Software Development
Books That Have Most Influenced My Software Development Career
I have read numerous books on software development and have learned valuable things from most of them, but a small…
Read More » -
Enterprise Java
Java EE: Asynchronous constructs and capabilities
Introduction Java EE has a number of APIs and constructs to support Asynchronous execution. This is vital from a scalability…
Read More » -
Core Java
Oracle’s Latest Java 8 Update Broke Your Tools — How Did it Happen?
If you’ve been keeping up with the news in the Java world lately, you’ve probably heard that the latest Java…
Read More » -
Core Java
Java’s Volatile Modifier
A while ago I wrote a Java servlet Filter that loads configuration in its init function (based on a parameter…
Read More » -
Enterprise Java
A beginner’s guide to JPA/Hibernate flush strategies
Introduction In my previous post I introduced the entity state transitions Object-relational mapping paradigm. All managed entity state transitions are…
Read More » -
Software Development
Top 10 Very Very VERY Important Topics to Discuss
Some things are just very very very VERY very important. Such as John Cleese. The same is true for Whitespace:…
Read More » -
DevOps
Caching Architecture (Adobe AEM) – Part 1
Cache (as defined by Wikipedia) is a component that transparently stores data such that future requests for data can be…
Read More » -
Enterprise Java
Mule ESB, ActiveMQ and the DLQ
In this post I will show a simple Mule ESB flow to see the DLQ feature of Active MQ in…
Read More »