AbstractForm

Abstract From Framework for Java

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.abstractform
ArtifactId

ArtifactId

org.abstractform.parent
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

AbstractForm
Abstract From Framework for Java
Source Code Management

Source Code Management

https://github.com/frincon/abstractform

Download org.abstractform.parent

How to add to project

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

Dependencies

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

Project Modules

  • 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

Versions

Version
0.2.0
0.1.1
0.1.0