Skip to content

zachradtka/JavaCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaCode

A repository of some useful Java programs

List of Projects

  • javaRestClient - CLI REST client using Apache HttpClient
  • introspector - Interrogation via reflection

Projects

javaRestClient

A description of the javaRestClient

introspector

A description of the introspector

Tips

Maven

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

Style Guide

The styleguide I use for eclipse is under the resources folder. It is based off of a Google Style Guide.

About

A repository of some useful Java programs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages