Enterprise Java
-
Upcoming Webinar: 5 Best Practices for Debugging Java in Production
Does your team spend over 10% of its time debugging Java in production? Deploying new code to production is a…
Read More » -
JSR 365 Update: Digging Into CDI 2.0
Contexts and Dependency Injection 2.0 (JSR 365), is an update to CDI 1.2, which is currently part of the Java…
Read More » -
Spring Data with JPA and @NamedQueries
If you use Spring Data and @NamedQuery annotations at your JPA entity you can easily use them in a more…
Read More » -
Using UAA OAuth2 authorization server – client and resource
In a previous post I had gone over how to bring up an OAuth2 authorization server using Cloud Foundry UAA project and…
Read More » -
Neo4j: Graphing the ‘My name is…I work’ Twitter meme
Over the last few days I’ve been watching the chain of ‘My name is…’ tweets kicked off by DHH with…
Read More » -
Spring Tutorial: Creating a Hello World REST API Using Spring Framework and Spring Boot
Spring Framework was created as a result of disappointment of Java community with earlier versions of Enterprise Java. Since then…
Read More » -
Neo4j: How do null values even work?
Every now and then I find myself wanting to import a CSV file into Neo4j and I always get confused…
Read More » -
From Microservices to Distributed Systems – Survival guide for Java Developers
It kind of feel like the hype for Microservices is slowly coming down to earth and our industry is starting…
Read More » -
Going off-heap to improve latency and reduce AWS bill
Most performance issues can be solved in several different ways. Many of the solutions applicable are well-understood and familiar to…
Read More »