Link to home
Start Free TrialLog in
Avatar of michael_martinek
michael_martinekFlag for United States of America

asked on

Example of modular Java code for non-web applications

Greetings,

I'm looking for an example of simple modular code in Java. After quite some researching, I'm only finding complex examples and "full" packages which also utilize larger frameworks and such. It seems like there would be a much simpler solution.

I'm assuming some usage of reflection and such. The modules don't need security considerations; they will only be provided and written by in-house developers. The reflection and interfacing is cake, but what I'm largely confused about is how to get the classes loaded dynamically at run-time when the JAR files may be dropped in place at any time.
ASKER CERTIFIED SOLUTION
Avatar of jatyap
jatyap

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of michael_martinek

ASKER

Exactly it. Thanks!