Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] Retire EJB-Lite from web profile?

First if this is a road people wanted to go down then it would first have to be deprecated from Web profile as it is a major breaking change so Jakarta EE 11 is too soon. Second there isn’t currently a CDI mechanism for doing every thing that is done with EJB-lite. Therefore I think we need to have CDI equivalents for capabilities of Session beans. These could be spread between different specifications e.g. @Pooled into concurrency. Finally use of the @RunAs, @RolesAllowed etc. needs to be normalised across specs to ensure behaviour would be equivalent on a CDI bean as it would be on an EJB in all specifications.

 

Ultimately it may be possible to replace @Stateless with a stereotype that includes a bunch of other relevant interceptor annotations to get the same behaviour as a Stateless EJB on a CDI bean.

 

Steve

 

From: jakartaee-platform-dev <jakartaee-platform-dev-bounces@xxxxxxxxxxx> On Behalf Of Brian Stansberry
Sent: 08 August 2022 15:45
To: jakartaee-platform developer discussions <jakartaee-platform-dev@xxxxxxxxxxx>
Subject: Re: [jakartaee-platform-dev] Retire EJB-Lite from web profile?

 

How would EJB-Lite compatibility be validated? By continuing to maintain a well defined set of test modules in the full platform TCK?

 

That's the main concern that quickly comes to mind; that the EJB Lite concept kind of rots a bit because specific testing of it falls apart.  But that seems like a problem that's easy enough to avoid.

 

On Mon, Aug 8, 2022 at 9:13 AM arjan tijms <arjan.tijms@xxxxxxxxx> wrote:

Hi,

 

With Concurrency being added to the web profile of Jakarta EE 10, and the focus in Jakarta EE 10 dramatically having shifted away from EJB and towards CDI, do we still need EJB-Lite in the web profile?

 

Obviously vendors can still add EJB-Lite to their web profile offering, just as the sole web-profile only product does today, but should EJB-Lite still be a requirement going forward for EE 11?

 

Thoughts?

 

Kind regards,

Arjan Tijms

_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev


 

--

Brian Stansberry

Principal Architect, Red Hat JBoss EAP

He/Him/His


Back to the top