The original implementation has the parser classes in the main jar, decouple these so independent parsing sets can be dynamically provided at server build time.
Will need to distribute SQL resource requirements into the classes. Use an abstract method for DB initialization to be called on parser class discovery. Discovery must be added as part of server start-up.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=2791
Originator: YES
Will need to distribute SQL resource requirements into the classes. Use an abstract method for DB initialization to be called on parser class discovery. Discovery must be added as part of server start-up.