Skip to content

mytechia/mytechia_commons

Repository files navigation

Mytechia Commons

The Mytechia Commons library is a collection of general utilities that can be useful when programming in JAVA.

Currently Mytechia Commons is divided into three different maven projects.

Mytechia Commons Library:

  • com.mytechia.commons.framework.i18n: Very light internationalization framework.
  • com.mytechia.commons.patterns.observer: Implementation of the observer pattern in JAVA.
  • com.mytechia.commons.patterns.prototype: Implementation of the prototype pattern using the com.mytechia.commons.di.container.
  • com.mytechia.commons.util: General purpose utilities. Take a look.

Mytechia Commons DI:

  • com.mytechia.commons.di.container: Implements part of the Dependency Injection architectural pattern, providing runtime access and configuration of software dependencies

Mytechia Commons ModelAction:

  • com.mytechia.commons.framework.modelaction: An action oriented framework to implement the business model of applications.

Latest releases are uploaded to Maven Central.

For the general utilities:

<dependency>
	<groupId>com.mytechia</groupId>
	<artifactId>mytechia-commons-library</artifactId>
	<version>1.3.0</version>
</dependency>

For the DI container:

<dependency>
	<groupId>com.mytechia</groupId>
	<artifactId>mytechia-commons-di</artifactId>
	<version>1.3.0</version>
</dependency>

For the "modelaction" framework:

<dependency>
	<groupId>com.mytechia</groupId>
	<artifactId>mytechia-commons-modelaction</artifactId>
	<version>1.3.0</version>
</dependency>

About

The Mytechia Commons library is a collection of general utilities that can be useful when programming in JAVA.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages