AbstractForm

Abstract From Framework for Java

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

org.abstractform
Идентификатор

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

org.abstractform.parent
Последняя версия

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

0.2.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

AbstractForm
Abstract From Framework for Java
Система контроля версий

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

https://github.com/frincon/abstractform

Скачать org.abstractform.parent

Имя Файла Размер
org.abstractform.parent-0.2.0.pom 20 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/org.abstractform/org.abstractform.parent/ -->
<dependency>
    <groupId>org.abstractform</groupId>
    <artifactId>org.abstractform.parent</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.abstractform/org.abstractform.parent/
implementation 'org.abstractform:org.abstractform.parent:0.2.0'
// https://jarcasting.com/artifacts/org.abstractform/org.abstractform.parent/
implementation ("org.abstractform:org.abstractform.parent:0.2.0")
'org.abstractform:org.abstractform.parent:pom:0.2.0'
<dependency org="org.abstractform" name="org.abstractform.parent" rev="0.2.0">
  <artifact name="org.abstractform.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.abstractform', module='org.abstractform.parent', version='0.2.0')
)
libraryDependencies += "org.abstractform" % "org.abstractform.parent" % "0.2.0"
[org.abstractform/org.abstractform.parent "0.2.0"]

Зависимости

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

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

  • org.abstractform.core
  • org.abstractform.vaadin
  • org.abstractform.binding
  • org.abstractform.binding.vaadin
  • org.abstractform.binding.eclipse
  • org.abstractform.itest
  • org.abstractform.sampleapp
  • org.abstractform.test.common
  • org.abstractform.core.fluent
  • org.abstractform.binding.fluent
  • org.abstractform.swing
  • assembly

AbstractForm

Build Status

Abstract Form Framework for Java

This api amis to be an abstract framework to generate forms for diferent GUI frameworks with same definition. Actually, the definition is a Java Class usign fluent API, but the framework are built with abstraction in mind and different definitions can be provided, for example XML.

The goal of this api is to create an abstract definition of a Form, with field type, description, validations, etc., and with this definition, the framework has the ability to construct this form to defferent Graphical frameworks.

At this moment, the framework has Vaadin plugin and Swing plugin.

For details please visit AbstractForm.org

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

Версия
0.2.0
0.1.1
0.1.0