ConPaaS-team / conpaas

ConPaaS: integrated runtime environment for elastic cloud applications
http://www.conpaas.eu
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Add more generic (utility) code in ConPaaS core libraries and use it to simplify the implementation of managers and agents. #105

Open gtato opened 8 years ago

gtato commented 8 years ago

For example, at the moment, a big percentage of the code in managers and agents deals with checking the parameters of the exposed methods. All this code can be abstracted and moved to an utility library, which will greatly simplify the original code.