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

Create separate, not-modular, program to do the work for JBoss EAP #6

Open
edburns opened this issue Mar 23, 2023 · 3 comments
Open

Comments

@edburns
Copy link
Member

edburns commented Mar 23, 2023

Date: Wednesday, March 22, 2023 at 19:21
Ed Burns wrote:
I can commit to hacking upon the existing code in a fork to create separate, not-modular, programs that do the work for WLS, JBoss EAP, and tWAS.

@edburns edburns changed the title Create separate, not-modular, program to do the work for WLS Create separate, not-modular, program to do the work for JBoss EAP Mar 23, 2023
@edburns
Copy link
Member Author

edburns commented Mar 27, 2023

@qiaoleiatms
Copy link
Contributor

qiaoleiatms commented Apr 20, 2023

Hi @edburns @showpune @selvasingh , which do you prefer?
a. shared cli
/cli
/go.mod
/springboot [GO Module]
/jboos [GO Module]
/weblogic [GO Module]
/websphere [GO Module]

b. standalone cli
/springboot-cli [GO Module]
/springboot [GO Module]
/jboss-cli [GO Module]
/jboos [GO Module]
/weblogic-cli [GO Module]
/weblogic [GO Module]
/websphere-cli [GO Module]
/websphere [GO Module]

@showpune
Copy link
Collaborator

@qiaoleiatms , I guess we need a CLI to scan all the workload. So

  1. So component is reusable like server, process...
  2. But we need different discoverApp processor.
  3. For Java EE, we can discovery multiple apps from one single process.

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

3 participants