Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1 KB

README.md

File metadata and controls

26 lines (21 loc) · 1 KB

MyJavaStudio - Java Web

My Java Studio, some testing code and usage of open-source code, which are tested to verify the functionalities before being used in real projects, or tested for study/investigation.

一些测试代码和开源代码的使用测试,以便在正式项目中使用之前验证功能是否满足要求。

And some customized utilities, encapsulated open-source code.

另外还有一些小工具、以及对开源代码的二次封装。

Java:

  • Cache: A local cache example using spring cache support
  • FreeMarker: A simple implementation of freeMarker
  • FTP: A simple FTP client with progress shown
  • Guava Cache: example for using Guava cache framework
  • HTTP
  • POI/Excel example
  • Redis: A simple example using spring data redis
  • Spring Batch
  • SpringMVC example
  • Timers
  • Utilities: ClassPathUtils, DateUtils

Web:

  • Example to trigger the web browser to be in Full Screen state.
  • SpringMVC receive Form Data or Query String using Map, MultiValueMap.
  • SpringMVC receive JSON data using Map.