Waffle

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
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

pom
Description

Description

Waffle
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

Filename Size
waffle-1.3.pom 13 KB
Browse

How to add to project

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

Dependencies

test (1)

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

Project Modules

  • waffle-core
  • waffle-ruby
  • waffle-mock
  • waffle-resources
  • waffle-taglib
  • waffle-testing

Versions

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