Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cu-dev] Thoughts on attempting to move Jakarta Concurrency into Web Profile.
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Thu, 22 Apr 2021 10:07:42 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=QX6JGRcgbMfExlajst5EjMCdQfyhH1h6xCoEbjMSUtc=; b=nFLDOirgIXJFKmfhm4YKUSLgqe2wu6oKwwzAiSCX9ChrEcPA8W1JseB1zf7Gob77QqFnsTLQ0tvAc1UgcqEZMGs7Tk905knQmHmd+P/cVOvjVpVoMM3AZiWiLn0vGEMTTJLdLxjySs98a5tIJ1QdDWFhoBKpeL+LrlJj9tVpzg0MNyV9gnT8jK5PwOghsmUCs/yRZH3eVHq2VoXutQ2bXQRTyk+hLhjcnVbXo2osOSGWnyU4YD4AOYLdQBDxoj1AAj+t81I/b5KOEqgH4DxKFA6nWf+27n/qsN3BFp9w3N2+RBuSVAVp/pFwaqXfaR7jtlRMQdeV2rVEkxeEI2W9LQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dQr9797MnKl7fkQSw15djViGPMwZnzy26ClSEuVtlHyNyS2YY6qyddBzDcXRjCXEB2M7T2H2wOx/xPO4FH8cTQX9/EPOUvWfTjj0Rr4wjXjANa3Z91dww3nMb0LjocTKifiW1X9Zj/QUX6m4NlFc/3iIIYUPHw6oPaRYOKuV1/Bi7JNtrMqPc559jTf9MI2g7OkKCEM2Fk5euHh6hpINb4LBrgS+bmQwC0QVfaYO26+MocMFO3oi0tkgtgMwzAm5ODb1rM8HRXe2VFREFqa5UcRCmysnqPe0+DdrEw+PM8xi75ydIQDzFt0SCa5wu4UdDbnD7DTQpnT9hxxzJb+eAA==
  • Delivered-to: cu-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cu-dev/>
  • List-help: <mailto:cu-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adc3U9BBYtvqriE+TwOJjTbRapR8varATRkA
  • Thread-topic: [cu-dev] Thoughts on attempting to move Jakarta Concurrency into Web Profile.

Hi Gurkan,

 

But Jakarta Concurrency provides a bunch of basic capabilities that can be used by other specs in the platform so for example we could have 1 @Asynchronous annotation that could be reused and deprecate the others. Also asynch processing in other specs could be redefined to utilise the underlying user defined ThreadFactory, ManagedExecutors etc. Adding Jakarta Concurrency to Web Profile could then enable removal of EJB lite if desired.

 

I think this would make the platform more unified.

 

Steve

 

 

From: cu-dev <cu-dev-bounces@xxxxxxxxxxx> On Behalf Of Gurkan Erdogdu
Sent: 22 April 2021 10:46
To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Subject: Re: [cu-dev] Thoughts on attempting to move Jakarta Concurrency into Web Profile.

 

Hi Steve 

I am not favor of adding another spec to Web or Core profile. It already includes EJB lite container which provides the  similar features. For me, we can even remove the EJB lite from web profile.

Regards.

Gurkan



On 22 Apr 2021, at 11:45, Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

 

All,

 

I’m thinking of raising an issue on the platform project to get Jakarta Concurrency included in the Web Profile for Jakarta EE 10 and maybe also Core Profile if it is available in EE10 timeframe.

 

Main reasons are;

 

First I’m not sure why it isn’t there now as it is pretty principle and therefore would be of benefit to “Web” applications and REST services.

 

Second some of the things we are proposing could then be usable by other specifications @Asynchronous, @Lock and @Schedule

 

Third it would then pave the way of providing some of the capabilities of Session Beans to all CDI beans and therefore driving @Stateless to be more of a stereotype.

 

Thoughts?

 

Steve

 

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

 


Back to the top