AbstractForm Sample Application

Abstract From Framework for Java

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.abstractform
ArtifactId

ArtifactId

org.abstractform.sampleapp
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

war
Description

Description

AbstractForm Sample Application
Abstract From Framework for Java

Download org.abstractform.sampleapp

How to add to project

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

Dependencies

compile (16)

Group / Artifact Type Version
org.abstractform : org.abstractform.core jar 0.1.1
org.abstractform : org.abstractform.core.fluent jar 0.1.1
org.abstractform : org.abstractform.vaadin jar 0.1.1
org.abstractform : org.abstractform.binding.vaadin jar 0.1.1
org.abstractform : org.abstractform.binding jar 0.1.1
org.abstractform : org.abstractform.binding.fluent jar 0.1.1
org.abstractform : org.abstractform.binding.eclipse jar 0.1.1
org.abstractform : org.abstractform.test.common jar 0.1.1
com.vaadin : vaadin jar 6.8.2
javax.validation : validation-api jar 1.1.0.Final
org.abstractform » org.eclipse.core.databinding jar 1.4.1.v20120521-2329
org.abstractform » org.eclipse.core.databinding.beans jar 1.2.200.v20120523-1955
org.abstractform » org.eclipse.core.databinding.observable jar 1.4.1.v20120521-2329
org.abstractform » org.eclipse.core.databinding.property jar 1.4.100.v20120523-1955
org.abstractform » org.eclipse.equinox.common jar 3.6.100.v20120522-1841
org.abstractform » org.eclipse.osgi jar 3.8.0.v20120529-1548

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.4

Project Modules

There are no modules declared in this project.

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.1.1