The excluded examples
by Jim Ma
Hi all,
I saw there are flollowing resteasy examples are not inlucded in pom
file : https://github.com/resteasy/resteasy-examples/blob/master/pom.xml.
api-clients
ejb-integration
oreilly-workbook-as7
resteasy-springMVC
spring-hibernate-contacts
I already fixed all the included examples, and don't know if I need to
continue to look at these excluded ones. Do you know if these examples
are deprecated one or it should be configure some extra things to run them ?
Thanks,
Jim
8 years, 5 months
Re: [resteasy-dev] Resteasy Vert.x
by Alessio Soldano
Hi Julien,
I'm cc-ing the resteasy dev list, which I believe where the discussion
could possibly take place. I can't anticipate the actual interest for
such an additional feature, but we're clearly open to contribution /
collaboration.
Cheers
Alessio
Il 13/07/2016 10:04, Julien Viet ha scritto:
> Hi Alessio,
>
> I would like to contribute a Vert.x server adapter to Resteasy codebase that allows users to use Resteasy with Vert.x, either as standalone server, or to embed a JAXRS annotated class in a Vert.x application.
>
> Can you tell me if you have community forums or place to take this discussion or if it should be done privately (like in this email thread).
>
> thanks
>
> Julien
>
--
Alessio Soldano
Web Service Lead, JBoss
8 years, 5 months
Dependencies in RESTEasy-client
by Marek Kopecky
Hi all,
in my point of view, resteasy-client should contains dependencies to
important RESTEasy providers, because users just want to add
"resteasy-client" dependency to their project and start to using it. But
it is not possible now, they also need to add some providers (if they
are not satisfied with text/plain media type). For example, users needs
to use dependency to resteasy-jackson2-provider, if they have end-point
in with "@Produces(MediaType.APPLICATION_XML)".
What providers would you like to have as dependencies in
resteasy-client? You can answer in
https://issues.jboss.org/browse/RESTEASY-1424
Thank you,
Marek
8 years, 5 months