----- Original Message -----
From: "Filip Panovski" <fil.panovski(a)gmail.com>
To: resteasy(a)lists.jboss.org
Sent: Monday, August 15, 2016 4:52:11 AM
Subject: [resteasy] Deploying a Jersey Servlet and using the war file's own web.xml
for deployment
Hello everyone,
I have a couple of API Services that I would like to combine with a main
'framework' of sorts that would load the services as needed. The services
themselves however, should be as decoupled from each other as possible (to
be able to independently develop them ala microservice architecture).
Basically, I would like to:
- Start up a WebAppContext for my Framework 'loader'
I suggest looking at
the @Context annotion and how it can be used.
Here are a couple of articles to get you started
-
https://docs.jboss.org/resteasy/docs/3.0.6.Final/userguide/html_single/#_...
-
https://abhirockzz.wordpress.com/2015/05/03/using-context-in-jax-rs-part-1/
-
https://www.ibm.com/support/knowledgecenter/SSEQTP_8.5.5/com.ibm.webspher...
- Deploy the various services using .war files of all the services
- Have the services' own web.xml configuration descriptors be in effect so
that I can set per-service configurations
Is this possible? If so, how can it be done? If not, what would be the best
way to accomplish something similar? Thanks for any responses.
Best,
Filip
_______________________________________________
resteasy mailing list
resteasy(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/resteasy