Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 2.39 KB

resteasy.md

File metadata and controls

39 lines (32 loc) · 2.39 KB

Bookmarks tagged [resteasy]

https://stackify.com/multiple-media-types-java-microservices-resteasy/

Learn how RESTEasy can help you support XML and JSON in a Java web service. Know the differences between REST, media types, web services and microservices.


https://www.baeldung.com/resteasy-client-tutorial

A quick guide to building out a client for the REST API using RESTEasy.


https://access.redhat.com/articles/112673

Shows which versions the different components have in Jboss EAP platform (like Hibernate, RESTEasy, Weld) etc.


http://www.baeldung.com/resteasy-client-tutorial

In this quick tutorial is introduced the RESTEasy Proxy Framework and built a super simple client API with it.

The framework gives us a few more helper methods to configure a client and can be de...


http://resteasy.jboss.org/docs.html

The documentation below is a combination of DocBook and Javadoc. The docbook is a Maven module in our source tree. If you download or check out our source code from GitHub, you will find it under th...