mdd-fakespringboot

shared interfaces for mateu mdd

License

License

GroupId

GroupId

io.mateu
ArtifactId

ArtifactId

mdd-fakespringboot
Last Version

Last Version

0.0.19
Release Date

Release Date

Type

Type

jar
Description

Description

mdd-fakespringboot
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-fakespringboot

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

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.19
0.0.18
0.0.17
0.0.16
0.0.15