Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Fully Managed MySQL, PostgreSQL, and SQL Server
Automatic backups, patching, replication, and failover. Focus on your app, not your database.
Cloud SQL handles your database ops end to end, so you can focus on your app.
Converter for named parameters on Java command line call
The Named-Parameter-Converter accepts named parameters from commandline. Thus it analyzes the args[] string array parameter of the static main method, validates and converts these named parameters.
The parameters are converted in Map or Object structure when nothing else is configured. However, you can also convert it into a bean class.
More details under https://sourceforge.net/p/namedparameterconverter/wiki/Home/
EasyJSON is a Java library to convert Objects to JSON strings and to construct Objects from JSON strings. Supported types/interfaces: primitive, String, Date, Array, Hashtable, List, Map, Set and JavaBeans (objects with getters and setters for each field