IO Tesler - Plugins

Java framework designed for creating Enterprise Rich Web Applications

License

License

GroupId

GroupId

io.tesler
ArtifactId

ArtifactId

tesler-plugins
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

IO Tesler - Plugins
Java framework designed for creating Enterprise Rich Web Applications
Project Organization

Project Organization

Tesler

Download tesler-plugins

Filename Size
tesler-plugins-2.3.0.pom 2 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/io.tesler/tesler-plugins/ -->
<dependency>
    <groupId>io.tesler</groupId>
    <artifactId>tesler-plugins</artifactId>
    <version>2.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.tesler/tesler-plugins/
implementation 'io.tesler:tesler-plugins:2.3.0'
// https://jarcasting.com/artifacts/io.tesler/tesler-plugins/
implementation ("io.tesler:tesler-plugins:2.3.0")
'io.tesler:tesler-plugins:pom:2.3.0'
<dependency org="io.tesler" name="tesler-plugins" rev="2.3.0">
  <artifact name="tesler-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.tesler', module='tesler-plugins', version='2.3.0')
)
libraryDependencies += "io.tesler" % "tesler-plugins" % "2.3.0"
[io.tesler/tesler-plugins "2.3.0"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

Project Modules

There are no modules declared in this project.

Tesler Build Status Quality Gate Status

Tesler is a framework that allows you to quickly develop applications using the full power of existing enterprise Java solutions.

Core features

Tesler includes:

  • Abstraction of a business component to simplify access to data;
  • A fixed contract with a user interface called Tesler-UI, which allows you to create typical interface elements in the form of Json files;
  • A single DAO layer, simplifying work with JPA;
  • The SQL engine that allows you to quickly generate typical business components in the application;
  • Abstraction of the task scheduler to create background tasks;
  • Built-in BPM - an engine that allows you to create business processes.

Projects

Tesler is based on the following opensource projects:

  • Spring 5.x and Spring Boot 2.x;
  • Hibernate as a JPA implementaton;
  • Liquibase for database migration;
  • Quartz for planning tasks;
  • Etc.

Database support

The following databases are currently supported:

  • Postgresql 9.6.15 and later
  • Oracle 11g and later

Versioning

Tesler follows semver, e.g. MAJOR.MINOR.PATCH All significant changes are documented in our changelog file.
Backwards incompatible changes are denoted with [BREAKING CHANGE] mark.

Contributing

Please check ours contributing guide

io.tesler

Tesler Platform

Is framework for makes it easy to create Enterprise Rich Web Applications

Versions

Version
2.3.0
2.3.0.RC4
2.3.0.RC3
2.3.0.RC2
2.3.0.RC1
2.2.0
2.2.0.RC2
2.2.0.RC1
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0