Skip to content
/ balau Public
forked from borasoftware/balau

Enterprise C++ application framework with dependency injection, test framework, and logging

License

Notifications You must be signed in to change notification settings

pylot/balau

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Balau

Documentation: developer manual, API documentation

Main repository: Balau Git repository

License: Boost Software License Version 1.0

Balau is a C++ application framework designed for enterprise quality C++ software development.

Following the recent revisions of the language, C++ has matured to become an attractive candidate for rapid enterprise quality application development. Balau provides tools designed to support the rapid development of high performance C++ enterprise applications.

Balau builds on the foundations of the ICU and Boost projects, and focuses on using modern C++17 features and the standard unicode string classes.

The library has been conceived for the development of applications that have a dependency injection based architecture, have complex logging requirements, and will be developed with a test driven development methodology. Balau has also been designed to provide a base on which Unicode aware C++ software applications may be written with ease.

Four key components of the Balau library are the injector, the environment configuration framework, the logging system, and the test runner. In this respect, part of Balau is a C++ equivalent to the de facto standard Java application development components consisting of the Java standard library for Unicode support, Guice/Spring for dependency injection and environment configuration, Log4j/Slf4j/Logback for logging, and JUnit/TestNG for testing.

In addition to the injector, environment configuration, logger, and test runner, Balau also provides a set of components and utilities with simple APIs, including an HTTP/WebSocket web application framework.

For more information on using and contributing to the library, please refer to the Balau developer manual.

About

Enterprise C++ application framework with dependency injection, test framework, and logging

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.4%
  • JavaScript 13.3%
  • XSLT 3.8%
  • CSS 1.8%
  • CMake 1.6%
  • HTML 0.1%