facebook

Genuitec's Blog: Java

Microservices: A Developer’s Perspective

Posted on Jun 7th 2016
Microservices: A “new” conceptIn the last couple of years, we have been hearing a lot about microservices. There is already a lot of valuable (and also not so much) content regarding defining the term and the general concept behind it. The definition is not always enough to fully … Read More

Jersey vs. RESTEasy: A JAX-RS Implementation Comparison

Posted on Nov 25th 2015
IntroductionTwo frameworks have emerged to simplify the development of RESTful web services and applications in Java—Jersey and RESTEasy. These frameworks are two of the most popular implementations of the JAX-RS standard. Both frameworks provide a nice feature set that simplifies the development of REST APIs. Sometimes the implementation is … Read More
Show More