Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate Application Client Container (ACC) #1015

Open
m-reza-rahman opened this issue Jan 3, 2025 · 0 comments
Open

Deprecate Application Client Container (ACC) #1015

m-reza-rahman opened this issue Jan 3, 2025 · 0 comments
Labels
EE12 Issues being targetd for Jakarta EE 12

Comments

@m-reza-rahman
Copy link

The ACC was never really that popular and it's primary target use cases - remote EJB and Applets - are long out of favor. It should be deprecated to keep the platform lightweight, agile, and forward looking.

There are already many better alternatives for many years now. Just some of them:

  • Not using Java SE clients in the first place and use JavaScript clients instead.
  • Using REST, WebSocket, etc instead.
  • Using vendor specific remote JNDI client libraries.
@ivargrimstad ivargrimstad added the EE12 Issues being targetd for Jakarta EE 12 label Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EE12 Issues being targetd for Jakarta EE 12
Projects
None yet
Development

No branches or pull requests

2 participants