Java
-
Would you use JSF for your next project?
There was an excellent stackoverflow blog post last week about the “Brutal Lifecycle of Javascript Frameworks”. The article was about…
Read More » -
How to Add JARs to a Jetbrains MPS Project
Jetbrains MPS is a wonderful tool to create DSLs. We love it and use it regularly in our consultancy work.…
Read More » -
Referring to ADF Faces component in EL expression
EL expressions are commonly used to specify attribute values of ADF Faces components on our page. It is interesting to…
Read More » -
How to write less and better code, or Project Lombok
I have long intended to write about Project Lombok, so much so that I am probably doing it when every…
Read More » -
Easy Fine-Grained Sorting with JDK 8
Java 8‘s introduction of streams and useful static/default methods on the Comparator interface make it easy to compare two objects…
Read More » -
Monitoring and measuring reactive application with Dropwizard Metrics
In the previous article we created a simple indexing code that hammers ElasticSearch with thousands of concurrent requests. The only way to…
Read More » -
When a REST Resource should get its own Address?
In a purist REST approach, all endpoints (except the starting endpoint) are opaque and their various details shouldn’t need to…
Read More » -
Free eBook: The Complete Guide to Automated Root Cause Analysis
A guide to getting started with Automated Root Cause analysis. We spend our nights here at OverOps dreaming of a…
Read More » -
The AppD Approach: Java 9 Support
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More »