Wicket Web Beans

Wicket Web Beans (WWB) is an Apache Wicket component toolkit for displaying and editing POJOs that conform to the JavaBeans specification. Web pages are automatically generated based on bean properties and certain conventions. If necessary, the layout, editability, and actions of these pages can be customized on an exception basis. In other words, the toolkit normally does what you'd expect, but when it doesn't, you can override its behavior.

License

License

Categories

Categories

Wicket User Interface Web Frameworks Net
GroupId

GroupId

net.sourceforge.wicketwebbeans
ArtifactId

ArtifactId

wicketwebbeans
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Wicket Web Beans
Wicket Web Beans (WWB) is an Apache Wicket component toolkit for displaying and editing POJOs that conform to the JavaBeans specification. Web pages are automatically generated based on bean properties and certain conventions. If necessary, the layout, editability, and actions of these pages can be customized on an exception basis. In other words, the toolkit normally does what you'd expect, but when it doesn't, you can override its behavior.
Project URL

Project URL

http://wicketwebbeans.sourceforge.net/wicketwebbeans/
Project Organization

Project Organization

Visual Systems Corporation

Download wicketwebbeans

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
org.apache.wicket : wicket jar 1.3.0
org.apache.wicket : wicket-extensions jar 1.3.0
org.apache.wicket : wicket-datetime jar 1.3.0
wicket-stuff » wicket-contrib-datepicker jar 1.3-SNAPSHOT
commons-beanutils : commons-beanutils-core jar 1.7.0
junit : junit jar 3.8.2
joda-time : joda-time jar 1.4
org.slf4j : slf4j-api jar 1.4.2
org.slf4j : slf4j-log4j12 jar 1.4.2

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0
1.0-rc2-wicket-1.2.6
1.0-rc2