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

Move Java client and server classes to separate packages #31

Open
bernardnormier opened this issue Nov 8, 2018 · 0 comments
Open

Move Java client and server classes to separate packages #31

bernardnormier opened this issue Nov 8, 2018 · 0 comments
Labels
Milestone

Comments

@bernardnormier
Copy link
Member

The Java demos currently show Client and Server classes in the same directory, in the default package. Because of that, we create client.jar and server.jar that contain the same classes: they are identical except for the MANIFEST file.

We should:

  • move Client and client-related classes to its own package
  • move Server and server-related classes to its own package
  • for demos with other components such as plugins and services, move each component to its own package
  • create a separate jar file for each component (client.jar, server.jar, service.jar, plugin.jar...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants