Dynamo Framework - Frontend - Charts

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

License

License

Categories

Categories

Charts User Interface
GroupId

GroupId

org.dynamoframework
ArtifactId

ArtifactId

dynamo-frontend-charts
Last Version

Last Version

1.6.3-CB3
Release Date

Release Date

Type

Type

jar
Description

Description

Dynamo Framework - Frontend - Charts
Dynamo Web Application Accelerator is a development framework that aims to increase productivity.
Project URL

Project URL

https://github.com/opencirclesolutions/dynamo
Project Organization

Project Organization

Open Circle Solutions

Download dynamo-frontend-charts

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.dynamoframework : dynamo-frontend jar 1.6.3-CB3
com.vaadin.addon » vaadin-charts jar 3.2.1
org.springframework : spring-context jar 4.3.7.RELEASE
org.springframework : spring-tx jar 4.3.7.RELEASE
com.vaadin : vaadin-server jar 7.7.13
com.mysema.querydsl : querydsl-core jar 3.7.4
com.mysema.querydsl : querydsl-jpa jar 3.7.4
com.mysema.querydsl : querydsl-apt jar 3.7.4

provided (4)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 4.3.2.Final
org.hibernate : hibernate-entitymanager jar 4.3.2.Final
org.hibernate : hibernate-validator jar 4.3.2.Final
javax.servlet : javax.servlet-api jar 3.1.0

test (3)

Group / Artifact Type Version
org.dynamoframework : dynamo-test jar 1.6.3-CB3
junit : junit jar 4.12
com.h2database : h2 jar 1.4.194

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.6.3-CB3
1.6.2-CB3
1.6.1-CB3
1.6-CB3
1.5-CB3
1.4.3-CB3
1.4.2-CB3
1.4.1-CB3
1.4-CB3
1.2