org.wisdom-framework:wisdom-base-runtime

Initial Wisdom Runtime, without any advanced technical services.

License

License

GroupId

GroupId

org.wisdom-framework
ArtifactId

ArtifactId

wisdom-base-runtime
Last Version

Last Version

0.10.0
Release Date

Release Date

Type

Type

zip
Description

Description

Initial Wisdom Runtime, without any advanced technical services.
Project Organization

Project Organization

Wisdom Framework

Download wisdom-base-runtime

Dependencies

compile (28)

Group / Artifact Type Version
org.wisdom-framework : wisdom-vertx-engine jar 0.10.0
org.wisdom-framework : router jar 0.10.0
org.wisdom-framework : wisdom-api jar 0.10.0
org.wisdom-framework : application-configuration jar 0.10.0
org.wisdom-framework : crypto jar 0.10.0
org.wisdom-framework : content-manager jar 0.10.0
org.wisdom-framework : wisdom-executors jar 0.10.0
org.ow2.chameleon : chameleon-core zip 1.10.9
org.ow2.chameleon : chameleon-core zip 1.10.9
io.netty : netty-transport jar 4.0.31.Final
io.netty : netty-transport-sctp jar 4.0.31.Final
io.netty : netty-handler jar 4.0.31.Final
io.netty : netty-codec-http jar 4.0.31.Final
io.netty : netty-codec-socks jar 4.0.31.Final
io.vertx : vertx-core jar 3.1.0
commons-io : commons-io jar 2.4
commons-logging : commons-logging jar 1.1.3
org.apache.commons : commons-lang3 jar 3.4
com.google.guava : guava jar 19.0
joda-time : joda-time jar 2.8.2
commons-codec : commons-codec jar 1.10
com.fasterxml.jackson.core : jackson-databind jar 2.6.2
com.fasterxml.jackson.dataformat : jackson-dataformat-xml jar 2.6.2
com.fasterxml.jackson.module : jackson-module-jaxb-annotations jar 2.6.2
org.codehaus.woodstox : woodstox-core-asl jar 4.4.1
org.codehaus.woodstox : stax2-api jar 3.1.4
com.hazelcast : hazelcast jar 3.5.2
javax.validation : validation-api jar 1.1.0.Final

Project Modules

There are no modules declared in this project.

Wisdom-Framework ~ Web Is Dynamic and Modular

Main documentation is available at wisdom-framework.org

Project structure

  • core -> core modules building the base-runtime, it also contains the wisdom-maven-plugin.
  • framework -> contains all technical services composing the wisdom-runtime.
  • extensions -> contains Wisdom extensions used in this project. For example the asciidoc support is provided to generate the documentation.
  • documentation -> contains the documentation, samples and tutorials

Building Wisdom

Building Wisdom is a two steps process. There are two reasons for that. First, Wisdom is built on Wisdom. Then, Maven has a (big) limitation when having a reactor building an extension (a plugin extending the lifecycle) used by other modules.

So to build Wisdom:

  1. Gets the code using git clone https://github.com/wisdom-framework/wisdom.git (replace the url if you are using a fork)
  2. Build Wisdom Core
mvn clean install -Pcore,\!framework,\!extensions,\!documentation
  1. Build the rest of the framework
mvn clean install -P\!core,framework,extensions,documentation

That's it.

IMPORTANT: Wisdom requires JDK 7+ to be built.

Skipping tests

Launch Maven with: -DskipTests.

org.wisdom-framework

Wisdom Framework

Versions

Version
0.10.0
0.9.1
0.9.0
0.8.0
0.7.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6
0.5.1
0.5
0.4