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

[Question] How to add a remotely managed jboss/wildfly #538

Closed
gayanper opened this issue May 12, 2022 · 5 comments
Closed

[Question] How to add a remotely managed jboss/wildfly #538

gayanper opened this issue May 12, 2022 · 5 comments

Comments

@gayanper
Copy link

In Eclipse Jboss Tools you could add a remotely managed server instance into Eclipse and deploy artifact into it. How to achieve the same with this vscode extension ?

@robstryker
Copy link
Contributor

The eclipse plugins depended on a set of plugins called RSE (Remote System Explorer) to do a lot of this dirty work. Those plugins are big, complicated, and no longer maintained. Porting them into the server connector framework would be hard and likely a huge boondoggle, considering their codebase is very eclipse specific, extendable to a fault (ie so extendable that much of the code is needless abstractions), and we may be better off supporting a single protocol and doing it from scratch or with the aid of a more widely used library.

The short answer is, no, we don't have that support right now. But, some users have found luck by doing things like creating a "server adapter" who's home directory is a folder that is actually, on the OS level, a remote system mounted via sshfs or similar.

@gayanper
Copy link
Author

gayanper commented Jul 2, 2022

So you mean the eclipse jboss plugins will be not updated frequently anymore and vscode plugins will be more prioritize and will get this feature in a future release is it ?
So if i focus on working with java, jboss I should focus on using vscode if i need upto date plugin support ?

@robstryker
Copy link
Contributor

Right now JBT is being maintained. If something works there, it will likely continue working, until it doesn't. And when remote server connections stops working, we'll have to see if the resources are available to fix it. If the fix is easy, it would likely be solved. If the fix is hard, it's possible the resources won't be available.

The vscode extension is undergoing more development, but so far remote servers have not been added as a primary use case the way they were for JBT. Since we lack the 'eclipse infrastructure' to just plug in to other extensions here in vscode, we'd need to roll our own solution for this, and that may be hairy. It's hard for me to talk intelligently about this topic for vscode at the moment because no serious evaluation of the options available has been undertaken yet.

@gayanper
Copy link
Author

gayanper commented Jul 6, 2022

Thanks @robstryker

@robstryker
Copy link
Contributor

I've opened #547 to track the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants