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?



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