Skip to content
fenixLee edited this page Jul 21, 2022 · 11 revisions

User Guide

Gauss Engine, which gives a totally fresh mechanism for Java development, is designed for Spring Boot based project. it contains several parts that would provide a new way to develop in Java project.

But trawling through JavaDoc is not always an effective way to learn how to make best use of a library and we are pleased to provide a readable guide line to help users try out Gauss Framework.

  • Basic Utilities: GaussBeanFactory
    • getBean from 'container'
    • create object
    • set Application Context by client if wish to change underlying mechanism
  • Basic Utilities: GaussBeanMapper
    • bean copy
    • bean copy with custom convertor
  • Design Pattern adoption: GaussFactory
    • composition pattern with GaussFactory
    • factory creator
  • Cache mechanism: GaussCache(under development)
    • custom configuration
Clone this wiki locally