mdd-fakespringboot

shared interfaces for mateu mdd

Лицензия

Лицензия

Группа

Группа

io.mateu
Идентификатор

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

mdd-fakespringboot
Последняя версия

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

0.0.19
Дата

Дата

Тип

Тип

jar
Описание

Описание

mdd-fakespringboot
shared interfaces for mateu mdd
Ссылка на сайт

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

https://mateu.io
Система контроля версий

Система контроля версий

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

Скачать mdd-fakespringboot

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

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

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]

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

Версия
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15