Dynamo Framework - Core

Dynamo Web Application Accelerator is a development framework that aims to increase productivity.

Лицензия

Лицензия

Группа

Группа

org.dynamoframework
Идентификатор

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

dynamo-core
Последняя версия

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

1.6-CB1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Dynamo Framework - Core
Dynamo Web Application Accelerator is a development framework that aims to increase productivity.
Ссылка на сайт

Ссылка на сайт

https://github.com/opencirclesolutions/dynamo
Организация-разработчик

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

Open Circle Solutions

Скачать dynamo-core

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

<!-- https://jarcasting.com/artifacts/org.dynamoframework/dynamo-core/ -->
<dependency>
    <groupId>org.dynamoframework</groupId>
    <artifactId>dynamo-core</artifactId>
    <version>1.6-CB1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dynamoframework/dynamo-core/
implementation 'org.dynamoframework:dynamo-core:1.6-CB1'
// https://jarcasting.com/artifacts/org.dynamoframework/dynamo-core/
implementation ("org.dynamoframework:dynamo-core:1.6-CB1")
'org.dynamoframework:dynamo-core:jar:1.6-CB1'
<dependency org="org.dynamoframework" name="dynamo-core" rev="1.6-CB1">
  <artifact name="dynamo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dynamoframework', module='dynamo-core', version='1.6-CB1')
)
libraryDependencies += "org.dynamoframework" % "dynamo-core" % "1.6-CB1"
[org.dynamoframework/dynamo-core "1.6-CB1"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : slf4j-log4j12 jar 1.7.5
log4j : log4j jar 1.2.17
commons-lang : commons-lang jar 2.6

provided (1)

Идентификатор библиотеки Тип Версия
javax.validation : validation-api jar 1.0.0.GA

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
com.h2database : h2 jar 1.4.187

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

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

Dynamo

The Dynamo Web Application Accelerator is a software development framework initially developed by Open Circle Solutions that aims to increase productivity by using design principles such as convention over configuration, model-driven development and DRY (don’t repeat yourself).

At the core of Dynamo is the concept of the Entity Model. The Entity Model is defined as the model describes the attributes and behaviour of an entity (or domain object) in your application. This entity model can then be used as the basis for creating forms, tables, search screens etc.

The Entity Model of an entity can be automatically generated based on the properties of the attribute model (using sensible defaults as described by the convention over configuration principle) and can further be modified by using attributes and message bundle overwrites. The main goal is to reduce the amount of (boilerplate) code required to perform common actions like creating search screens and edit forms.

Complementing the Entity Model is a set of user interface components (widgets) that can be used to quickly construct screens for common use cases, and a number of base classes for the Data Access and Service layers. The Framework is built around a number of proven and highly productive set of technologies:

  • Vaadin as the user interface framework
  • Spring as the application framework
  • JPA2 for ORM
  • QueryDSL for type-safe query generation
  • Apache Camel for integration

Interested in contributing? Check our wiki!

org.dynamoframework

Open Circle Solutions

Open Source solutions for business critical applications. Experts in Java, Mobile and Business Intelligence.

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

Версия
1.6-CB1
1.2.2-CB2
1.0.1
1.0.0