OpenEngSB :: User Interface :: Common :: Wicket

Common classes for wicket UIs

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.openengsb.ui.common
ArtifactId

ArtifactId

openengsb-ui-common-wicket
Last Version

Last Version

1.1.7.RELEASE
Release Date

Release Date

Type

Type

bundle
Description

Description

OpenEngSB :: User Interface :: Common :: Wicket
Common classes for wicket UIs
Source Code Management

Source Code Management

http://github.com/openengsb/openengsb

Download openengsb-ui-common-wicket

Dependencies

compile (16)

Group / Artifact Type Version
org.springframework.security : spring-security-core jar 3.0.5.RELEASE
org.apache.wicket : wicket-velocity Optional jar 1.4.16
org.apache.geronimo.specs : geronimo-servlet_2.5_spec jar 1.1.2
org.neodatis.odb : neodatis-odb Optional jar 1.9.30.687
org.osgi : org.osgi.core jar 4.2.0
org.osgi : org.osgi.compendium jar 4.2.0
org.springframework.osgi : spring-osgi-core jar 1.2.1
org.springframework : spring-context jar 3.0.5.RELEASE
org.springframework.security : spring-security-config jar 3.0.5.RELEASE
org.springframework.security : spring-security-web jar 3.0.5.RELEASE
org.slf4j : slf4j-api jar 1.6.1
org.slf4j : slf4j-log4j12 jar 1.6.1
org.slf4j : jcl-over-slf4j jar 1.6.1
commons-collections : commons-collections jar 3.2.1
commons-lang : commons-lang jar 2.5
commons-io : commons-io jar 1.4

provided (11)

Group / Artifact Type Version
org.openengsb.core : openengsb-core-common jar 1.1.7.RELEASE
org.openengsb.core : openengsb-core-workflow jar 1.1.7.RELEASE
org.apache.wicket : wicket jar 1.4.16
org.apache.wicket : wicket-datetime jar 1.4.16
org.apache.wicket : wicket-devutils jar 1.4.16
org.apache.wicket : wicket-extensions jar 1.4.16
org.apache.wicket : wicket-ioc jar 1.4.16
org.apache.wicket : wicket-spring jar 1.4.16
org.apache.wicket : wicket-jmx jar 1.4.16
org.apache.wicket : wicket-auth-roles jar 1.4.16
com.google.guava : guava jar r07

test (4)

Group / Artifact Type Version
org.openengsb.core : openengsb-core-test jar 1.1.7.RELEASE
junit : junit jar 4.8.2
org.hamcrest : hamcrest-all jar 1.1
org.mockito : mockito-all jar 1.8.5

Project Modules

There are no modules declared in this project.

OpenEngSB Framework

The OpenEngSB Framework is the underlying engine of the OpenEngSB implementing and wiring together all required concepts and tools to provide a common integration environment.

Build Status

How to build

  • Install JDK 6 or higher

    You can install Oracle JDK or OpenJDK depending on the OS you use. Other JVM implementations should also work, but are untested.

  • Install Maven 3 or higher

    Be sure to follow the provided installation instructions

  • configure JAVA_HOME and PATH environment variables

    make sure the JAVA_HOME environment variable points to the path of your JDK installation and that both javac and mvn are available in your PATH-variable

  • Make sure you have at least 500MB of free space in your home-directory

    By default all external dependencies required for the build are downloaded to your home-directory ($HOME/.m2/repository or %HOME%.m2\repository). You can configure the path of this directory as described in the Maven Configuration Guide

  • Make sure that enough memory is available to maven during the build-process

    Therefore set the MAVEN_OPTS environment variable to "-Xmx2048m -XX:MaxPermSize=512m".

  • Run mvn install from the project's root directory

    This might take some time depending on your internet connection and hardware configuration (maybe about 30 min)

That's it. You can find the distributable zip-archive at assembly/target/openengsb-framework-<version>.zip. It contains all binaries and third party dependencies required to run the openengsb-framework in Windows or *nix environments. To run the openengsb-framework distribution you need to extract the zip-archive and execute the corresponding startup-script in the distribution's bin-directory (openengsb.bat for Windows, openengsb for *nix OS).

To get started with domains and connectors that are already available, have a look at http://openengsb.org/index/download.html

Scripts

Scripts which help you to create projects, run the workspace and so on are stored in a separated script folder (etc/scripts). Its not required to use them but they may help you with your effort.

Full Tests

Before creating a pull request, run the following command:

etc/scripts/pre-push.sh (or "mvn openengsb:prePush")

Further Information

This readme gives only the most important information for developer. General information about this project is located at http://openengsb.org. The detailed developer and user documentation is located at http://openengsb.org/index/documentation.html.

org.openengsb.ui.common

OpenEngSB

Versions

Version
1.1.7.RELEASE
1.1.6.RELEASE
1.1.5.RELEASE
1.1.4.RELEASE
1.1.3.RELEASE
1.1.2.RELEASE
1.1.1.RELEASE
1.1.0.RELEASE
1.1.0.RC3
1.1.0.RC2
1.1.0.RC1
1.1.0.M4
1.1.0.M3
1.1.0.M2
1.1.0.M1