Jaspersoft / jrs-rest-java-client

Java Rest Client for JasperReports Server
GNU Lesser General Public License v3.0
100 stars 102 forks source link

using yaml files over properties for server config #49

Closed mortias closed 9 years ago

mortias commented 10 years ago

maybe for devops it could be a good idea to use yaml files for your configuration instead also using http://www.jasypt.org/ for password encryption could be a nice feature

Krasnyanskiy commented 10 years ago

The main case for yml is the complex data structures. For now our client configuration is trivial. So it's a good idea to use it when the client would be big, but now it's just unnecessary. Anyway I'll keep it in my mind. Thanks.

Krasnyanskiy commented 10 years ago

It could be something like this: https://gist.github.com/Krasnyanskiy/f59f8ea792db2fecebde

mortias commented 10 years ago

Actually it is very usefull in the case you have this client embedded in a microservice architecture :) but indeed not trivial.. for ops where you have only one