Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jaxrs-dev] Request for extension with Application interface

So, sadly, the answer is, "No, it doesn't handle @Context injection of Applications correctly". Not yet, anyway.

I'm glad you're using Wildfly, of course. And it seems we're correct enough for your purposes. ;-)

-Ron

On 1/9/19 3:24 AM, Christian Kaltepoth wrote:
Ron,

In one of my current projects I'm also using two JAX-RS applications within a single WAR. Mostly because there are two different types of resources:
  • There is an API called from another Java application with exposes data and enforces a special kind of stateless authentication
  • And there are resources for the _javascript_-based frontend which require session-based authentication.
As I need different exception mappers and filters for both kinds of resources, it was the easiest solution to use two Application subclasses and list the corresponding resources/providers via Application.getClasses().

May I ask which implementation of JAX-RS you're using? And, if it's not RESTEasy, do you know if it handles @Context injection of Applications correctly?

The project is deployed to Wildfly 14.0.1. So it's RESTEasy. :-)

Christian

 
--

_______________________________________________
jaxrs-dev mailing list
jaxrs-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jaxrs-dev
-- 
My company's smarter than your company (unless you work for Red Hat)

Back to the top