mdd-annotationprocessing

shared interfaces for mateu mdd

License

License

GroupId

GroupId

io.mateu
ArtifactId

ArtifactId

mdd-annotationprocessing
Last Version

Last Version

0.0.22
Release Date

Release Date

Type

Type

jar
Description

Description

mdd-annotationprocessing
shared interfaces for mateu mdd
Project URL

Project URL

https://mateu.io
Source Code Management

Source Code Management

https://github.com/miguelperezcolom/mateu-mdd

Download mdd-annotationprocessing

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.olivergondza : maven-jdk-tools-wrapper jar 0.1

provided (1)

Group / Artifact Type Version
com.google.auto.service : auto-service jar 1.0-rc7

test (10)

Group / Artifact Type Version
junit : junit jar 4.11
com.vaadin : vaadin-server jar 8.11.2
javax.servlet : javax.servlet-api jar 3.1.0
io.mateu : lombok jar 1.18.11.97
org.slf4j : slf4j-api jar 1.7.25
org.eclipse.persistence : jakarta.persistence jar 2.2.2
org.springframework.boot : spring-boot-starter-web jar 2.3.4.RELEASE
io.mateu : util jar 1.0.6
io.mateu : security-core jar 1.0.8
io.mateu : mdd-fakespringboot jar 0.0.19

Project Modules

There are no modules declared in this project.

Mateu MDD

Mateu MDD is a framework for creating awesome responsive web applications from java at speed of light, and it's main target is to allow you to do it with the minimum lines of code.

MDD

For achieving this goal, Mateu MDD provides

  • a set of abstract classes and interfaces for defining your app
  • Model Driven Development (aka MDD) utilities
  • and the power of the Vaadin framework

So, you define your whole application by using plain java clases. From the application structure and menus to any UI custom component.

The true power of this approach comes up when you compose or extend existing appications just by using java inheritance, polimorphism and the maven dependency mechanism, or when you want to customize the styles or add your custom components with Vaadin.

I hope you like it ;)

Read the user manual

Please go to [https://github.com/miguelperezcolom/mateu-mdd/wiki]

Versions

Version
0.0.22
0.0.21
0.0.20
0.0.18
0.0.17
0.0.16
0.0.15