-
Enterprise Java
HOW-TO: Get started quickly with Spring 4.0 to build a simple REST-Like API (walkthrough)
HOW-TO: Get started quickly with Spring 4.0 to build a simple REST-Like API (walkthrough) Yet another tutorial about creating Web…
Read More » -
Enterprise Java
Spring REST: Exception handling vol. 3
It’s a last article from the series about Spring REST exception handling. Finally this time I will talk about handling…
Read More » -
Core Java
Mastering Java Bytecode
Hey! Happy Advent :D I’m Simon Maple (@sjmaple), the Technical Evangelist for ZeroTurnaround. You know, the JRebel guys! We’ll as…
Read More » -
Core Java
A conversational guide for JDK8’s lambdas – a glossary of terms
Last advent…I wrote a post related to the new treats that JDK8 has for us. Most probably the feature that…
Read More » -
Core Java
Java: Moving conditions into Message files
The Java classes ResourceBundle and MessageFormat provide a nice toolset for resolving localized messages inside Java applications. This post provides…
Read More » -
Core Java
We Are Failing to Even Have an Inclusive Discussion
The tech industry needs to be more inclusive of woman and people of color. It’s about having the largest pool…
Read More » -
Software Development
Can we learn to restrict our work to a budget?
I’ve previously talked about the idea of shifting from estimates to budgets. The fundamental point of this article is that…
Read More » -
Core Java
Java Nested Transaction using ThreadLocal in POJO
Mostly nested transaction was implemented using EJB , now we try to implement the nested transaction on POJO. Here we…
Read More » -
DevOps
Vagrant – a swiss Army knife for every developer
Whenever we move to a new project, or we want to explore a new stack of technologies; we face the…
Read More »