A repository of some useful Java programs
- javaRestClient - CLI REST client using Apache HttpClient
- introspector - Interrogation via reflection
A description of the javaRestClient
A description of the introspector
To create a new maven project, use the following command, where <artifact_name> is the name of the artifact to generate when the project is built.
mvn archetype:generate -DgroupId=com.zachradtka -DartifactId=<artifact_name> -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
The styleguide I use for eclipse is under the resources folder. It is based off of a Google Style Guide.