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

use serviceloader from java to start server #15

Open
toepi opened this issue Mar 29, 2014 · 0 comments
Open

use serviceloader from java to start server #15

toepi opened this issue Mar 29, 2014 · 0 comments

Comments

@toepi
Copy link
Owner

toepi commented Mar 29, 2014

Replace current reflection mechanism with standard java5 serviceloader. Make change of server implementation easier (Impl. one Interface and one 'service description'-file)

@toepi toepi added this to the 0.9.2 milestone Mar 29, 2014
@toepi toepi self-assigned this Mar 29, 2014
toepi added a commit that referenced this issue Apr 12, 2014
define 'contract' between bootstrap and server (AditoServerFactory) to create/start server.
Because switch of classloader needed, reflection can not be replace completly. But do not use/load classes
from different module.

fixes adito/#15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant