Dynamo Framework - Spring

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

License

License

GroupId

GroupId

org.dynamoframework
ArtifactId

ArtifactId

dynamo-spring
Last Version

Last Version

1.6-CB1
Release Date

Release Date

Type

Type

jar
Description

Description

Dynamo Framework - Spring
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-spring

How to add to project

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

Dependencies

compile (23)

Group / Artifact Type Version
org.dynamoframework : dynamo-core jar 1.6-CB1
org.dynamoframework : dynamo-vaadin jar 1.6-CB1
org.dynamoframework : dynamo-jpa jar 1.6-CB1
com.vaadin : vaadin-spring jar 1.0.0.beta3
com.vaadin : vaadin-server jar 7.7.6
org.vaadin.addons » extended-token-field jar 0.2.0
org.springframework : spring-web jar 4.1.6.RELEASE
org.springframework : spring-expression jar 4.1.6.RELEASE
org.springframework : spring-context jar 4.1.6.RELEASE
org.springframework : spring-tx jar 4.1.6.RELEASE
org.springframework : spring-aop jar 4.1.6.RELEASE
org.springframework : spring-orm jar 4.1.6.RELEASE
org.springframework : spring-test jar 4.1.6.RELEASE
org.aspectj : aspectjrt jar 1.6.12
org.aspectj : aspectjweaver jar 1.6.12
com.mysema.querydsl : querydsl-core jar 3.6.3
com.mysema.querydsl : querydsl-jpa jar 3.6.3
com.mysema.querydsl : querydsl-apt jar 3.6.3
org.apache.poi : poi jar 3.12
com.monitorjbl : xlsx-streamer jar 0.2.9
net.sf.opencsv : opencsv jar 2.3
commons-lang : commons-lang jar 2.6
commons-io : commons-io jar 2.4

provided (4)

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

test (5)

Group / Artifact Type Version
org.dynamoframework : dynamo-test jar 1.6-CB1
junit : junit jar 4.12
junit-addons : junit-addons jar 1.4
org.mockito : mockito-all jar 1.10.19
com.h2database : h2 jar 1.4.187

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-CB1
1.2.2-CB2
1.0.1
1.0.0