w

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.
http://waffle.codehaus.org
BSD license
Michael Ward Mauro Talevi Paul Hammant Guilherme Silveira Fabio Kung Nico Steppat
Files download
File Operation
waffle-1.3.pom download
Apache Maven
<dependency>
  <groupId>org.codehaus.waffle</groupId>
  <artifactId>waffle</artifactId>
  <version>1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.waffle:waffle:1.3'
Gradle Kotlin
implementation("org.codehaus.waffle:waffle:1.3")
Scala SBT
libraryDependencies += "org.codehaus.waffle" % "waffle" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.waffle', module='waffle', version='1.3')
)
Apache Ivy
<dependency org="org.codehaus.waffle" name="waffle" rev="1.3" />
Leiningen
[org.codehaus.waffle/waffle "1.3"]
Apache Buildr
'org.codehaus.waffle:waffle:jar:1.3'
Dependencies