Thursday, January 7, 2016

Implementing a JAX-RS webservice with Jersey

In this tutorial we’ll create a JAX-RS webservice with the Jersey implementation. The Jersey is the best choice, if you have an older JBoss instance. But, if you have a JBoss 6.1, 7.1, EAP 6+, you should use RestEasy or Apache CXF.

Configure and use VSCode for Java web development

Embarking on Java web development often starts with choosing the right tools that streamline the coding process while enhancing productivity...