Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] [DISCUSS] Mark Application Client as deprecated in Jakarta EE 11 Platform Profile?

The reason for this is that vendor-specific remote JNDI lookup pre-dates the ACC. It’s just a very narrow set of customers that ever bothered with the ACC.
 

From: jakartaee-platform-dev <jakartaee-platform-dev-bounces@xxxxxxxxxxx> on behalf of Arjan Tijms via jakartaee-platform-dev <jakartaee-platform-dev@xxxxxxxxxxx>
Sent: Thursday, January 9, 2025 1:57 AM
To: jan@xxxxxxxxxxx <jan@xxxxxxxxxxx>; jakartaee-platform developer discussions <jakartaee-platform-dev@xxxxxxxxxxx>
Cc: Arjan Tijms <arjan.tijms@xxxxxxxxxxx>
Subject: Re: [jakartaee-platform-dev] [DISCUSS] Mark Application Client as deprecated in Jakarta EE 11 Platform Profile?
 


On Tue, 3 Dec 2024 at 14:30, Jan via jakartaee-platform-dev <jakartaee-platform-dev@xxxxxxxxxxx> wrote:

As I understand it the appclient is what Swing uses to connect to the application server. I'm now mostly retired but I can refer to the last 20+ years of development in Java/JavaEE/JakartaEE.

My hunch is that quite a lot of people confuse "plain" remote JNDI access (using some client libs and InitialContext) with the application client container. All the Swing applications I ever saw in the same last 20+ years used remote JNDI access to talk to a J2EE/Java EE server.

The actual application client container does uses this technology under the hood, but is a rather distinct thing itself.

Kind regards,
Arjan Tijms


Back to the top