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

[Spy] Should consider to include the OSGi fx Console as an external spy #371

Open
opcoach opened this issue Oct 27, 2022 · 1 comment
Open
Labels
good first issue Good for newcomers

Comments

@opcoach
Copy link
Contributor

opcoach commented Oct 27, 2022

On osgifx.org there is a very nice console that mixes a lot of nice tabs (see image below), it is done by @amitjoy (see repository here : https://github.com/amitjoy/osgifx)

image

This osgi console is a java fx external application that must connect using the osgi.fx.agent.port parameter (but could use the default value without setting it).

So the goal of this new spy will be to open the the osgifx console in a separate application and connect it automatically...

(In the same spirit we could think to define a link to java mission control but that will be another issue)

If you want to try the console, download agent from osgifx.org, add the com.osgifx.console.agent in the target platform (no P2 repository provided for the moment, must download it and add it as a folder) and launch your application. Then launch the osgifx console (download installer on osgifx.org), and connect them on the 2000 default port or using the osgi.fx.agent.port parameter value.

Any comment welcome

@AddRain1
Copy link

Hi, I'm working on this.

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

No branches or pull requests

2 participants