-
Software Development
Improve your Feedbackloop with Continuous Testing
Have you ever though about what the most valueable thing in software development was for you? And im not talking…
Read More » -
Core Java
An Annotation Nightmare
@XmlElementWrapper(name="orders") @XmlJavaTypeAdapter(OrderJaxbAdapter.class) @XmlElements({ @XmlElement(name="order_2",type=Order2.class), @XmlElement(name="old_order",type=OldOrder.class) }) @JsonIgnore @JsonProperty @NotNull…
Read More » -
Software Development
Boost your development speed
I’m really pragmatic on this. To go faster, you need to avoid the things that slow you down. These blockers…
Read More » -
Agile
Are you really Agile?
From what i have seen, Agile Software Development is widely misinterpreted nowadays. Many people think to be agile, they just…
Read More » -
Enterprise Java
Spring Data REST in Action
What is spring-data-rest? spring-data-rest, a recent addition to the spring-data project, is a framework that helps you expose your entities…
Read More » -
Enterprise Java
Why REST is so important
This post is dedicated to REST, an architectural style of shaping webservices and the most misunderstood concept in the history…
Read More » -
Enterprise Java
Spring MVC – @RequestBody and @ResponseBody demystified
In this post i want to dig into spring mvc a little, revealing what happens behind the scenes when a…
Read More » -
Enterprise Java
Modern Web Development
In the last few years web technology has lived through rapid growth and heavy change. We went from frames to…
Read More » -
Enterprise Java
Selenium Test Automation with Maven
Today i want to help you manage your Automated GUI Tests (Selenium) better. In the past i have seen many…
Read More »
- 1
- 2