Guicier Wicket Demo

A resplacement for wicket-guice that uses constructor injection as an alternative to the excessive use of PageParameters.

License

License

Categories

Categories

GUI User Interface
GroupId

GroupId

com.jolira
ArtifactId

ArtifactId

guicier-demo
Last Version

Last Version

2.0.12
Release Date

Release Date

Type

Type

war
Description

Description

Guicier Wicket Demo
A resplacement for wicket-guice that uses constructor injection as an alternative to the excessive use of PageParameters.

Download guicier-demo

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
com.jolira : wicket-guicier jar 2.0.12
org.apache.wicket : wicket jar 1.4.17
org.slf4j : slf4j-jdk14 jar 1.6.1
com.google.inject : guice jar 3.0
org.eclipse.jetty : jetty-ajp jar 7.4.5.v20110725
org.eclipse.jetty : jetty-webapp jar 7.4.5.v20110725
commons-cli : commons-cli jar 1.2
com.jolira : testing-tools jar 1.2.6
org.eclipse.jetty : jetty-server jar 7.4.5.v20110725

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

wicket-guicier

A different integration between Wicket & Guice. Allows passing typed parameters to Wicket pages.

com.jolira

Jolira

Versions

Version
2.0.12
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.3
1.1.1
1.1.0
1.0.20
1.0.18
1.0.17