Skip to content

bingoohuang/javacode-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-sandbox

sandbox of some java usages

  • Demo of qdox wherein QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files.
  • Demo of jcl for custom classloader
  • Demo of grok.
  • Demo of jmh for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targetting the JVM.
  • Demo of template Rythm
  • Demo of DOM4J setExpandEmptyElements to allow output <name></name> instead of <name/>.
  • Demo of Regex substituter expr like s/foo/bar/g and java regex find and appendTail method
  • Demo of log4j and logback log message's mask, like mask 60476 to 6***6
  • Demo of sql parser for detecting the sensitive fields like credit card no base on Druid
  • Demo of ibatis simple usage
  • Demo of junit-benchmarks
  • Demo of MongoDb client Jongo examples
  • Demo of quartz scheduler
  • Demo of Spring mvc restful
  • Demo of Retrofit-A type-safe REST client for Android and Java
  • Demo of SpecParser for @Abc(x,y) expression
  • Demo of spring bean property difference between value and ref
  • Demo of reactor
  • Demo of java version sync.WaitGroup

Releases

No releases published

Packages