IO Tesler - Vanilla Source

Java framework designed for creating Enterprise Rich Web Applications

Лицензия

Лицензия

Группа

Группа

io.tesler
Идентификатор

Идентификатор

tesler-vanilla-source
Последняя версия

Последняя версия

2.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

IO Tesler - Vanilla Source
Java framework designed for creating Enterprise Rich Web Applications
Организация-разработчик

Организация-разработчик

Tesler

Скачать tesler-vanilla-source

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
io.tesler : tesler-core jar 2.3.0
org.hibernate : hibernate-validator jar 6.0.17.Final
org.glassfish : javax.el jar 3.0.1-b09
javax.xml.bind : jaxb-api jar 2.3.0
com.sun.xml.bind : jaxb-impl jar 2.3.0
com.sun.xml.bind : jaxb-core jar 2.3.0

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.8

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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