Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.
/ wicket-osgi Public archive

Launch a Wicket project in Apache Felix

Notifications You must be signed in to change notification settings

asuslennikov/wicket-osgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wicket OSGI

It is template project for wicket-based development in OSGI environment. Supports AJAX and dependency injection (OSGI -> Guice).
It is licensed under the MIT License (MIT).

Install & start

Just clone the project, build with maven from the root directory:

mvn clean install -P dev

Navigate to the launcher directory and start the 'start.bat' (or start.sh for Linux).
Now your project is available via URl http://localhost:8080/wicket (Can be configured in WicketApplicationRegistrationService#WICKET_APPLICATION_URL_PREFIX). Ajax greeting message can be changed in GoGo console via: setGreetingMessage "string" command.

About

Launch a Wicket project in Apache Felix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages