AbstractForm Integration Tests

Abstract From Framework for Java

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.abstractform
ArtifactId

ArtifactId

org.abstractform.itest
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

AbstractForm Integration Tests
Abstract From Framework for Java

Download org.abstractform.itest

How to add to project

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

Dependencies

compile (17)

Group / Artifact Type Version
org.abstractform : org.abstractform.core jar 0.2.0
org.abstractform : org.abstractform.vaadin jar 0.2.0
org.abstractform : org.abstractform.binding.vaadin jar 0.2.0
org.abstractform : org.abstractform.binding jar 0.2.0
org.abstractform : org.abstractform.binding.eclipse jar 0.2.0
org.abstractform : org.abstractform.test.common jar 0.2.0
com.vaadin : vaadin jar 6.8.2
org.abstractform : org.abstractform.core.fluent jar 0.2.0
org.abstractform : org.abstractform.binding.fluent jar 0.2.0
org.abstractform : org.abstractform.binding.fluent test-jar 0.2.0
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
org.slf4j : slf4j-api jar 1.6.4

test (3)

Group / Artifact Type Version
junit : junit jar 4.10
org.seleniumhq.selenium : selenium-java jar 2.39.0
org.mockito : mockito-all jar 1.9.5-rc1

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.2.0
0.1.1