Waffle Core

Waffle is a Java action-based web framework designed to support enterprise-level business applications, with no mandatory XML configuration (beyond the minimal web.xml required by any JEE webapp) and no proprietary UI markup language. Its guiding principles are agility, simplicity, pluggability and interoperability.

License

License

BSD license
GroupId

GroupId

org.codehaus.waffle
ArtifactId

ArtifactId

waffle-core
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Waffle Core
Waffle is a Java action-based web framework designed to support enterprise-level business applications, with no mandatory XML configuration (beyond the minimal web.xml required by any JEE webapp) and no proprietary UI markup language. Its guiding principles are agility, simplicity, pluggability and interoperability.

Download waffle-core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
ognl : ognl jar 2.7.3
org.picocontainer : picocontainer jar 2.5.1

provided (6)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
com.thoughtworks.paranamer : paranamer jar 1.1.4
com.thoughtworks.xstream : xstream jar 1.3
commons-fileupload : commons-fileupload jar 1.2
commons-logging : commons-logging jar 1.1.1
org.apache.velocity : velocity-tools jar 1.3

test (1)

Group / Artifact Type Version
org.jmock : jmock-junit4 jar 2.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.1
1.0
1.0-RC-2
1.0-RC-1