All Projects → bitstorm → Wicket Tutorial Examples

bitstorm / Wicket Tutorial Examples

Licence: apache-2.0
Code examples for the offcial Wicket user guide

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Wicket Tutorial Examples

Dropwizard
A damn simple library for building production-ready RESTful web services.
Stars: ✭ 8,078 (+7667.31%)
Mutual labels:  web-framework
Toruk
Go web 开发脚手架
Stars: ✭ 78 (-25%)
Mutual labels:  web-framework
Sincere
Sincere is a micro web framework for Rust(stable) based on hyper and multithreading
Stars: ✭ 91 (-12.5%)
Mutual labels:  web-framework
Framework
IONDV. Framework is a high level framework for enterprise web applications development.
Stars: ✭ 54 (-48.08%)
Mutual labels:  web-framework
Foal
Elegant and all-inclusive Node.Js web framework based on TypeScript. 🚀.
Stars: ✭ 1,176 (+1030.77%)
Mutual labels:  web-framework
Ofbiz Plugins
Apache OFBiz is an open source product for the automation of enterprise processes. It includes framework components and business applications for ERP, CRM, E-Business/E-Commerce, Supply Chain Management and Manufacturing Resource Planning. OFBiz provides a foundation and starting point for reliable, secure and scalable enterprise solutions.
Stars: ✭ 83 (-20.19%)
Mutual labels:  web-framework
Vaxic
Node HTTP server framework
Stars: ✭ 45 (-56.73%)
Mutual labels:  web-framework
Valval
The fastest web framework in V language (vlang)
Stars: ✭ 103 (-0.96%)
Mutual labels:  web-framework
Fastplaz
FastPlaz - Pascal Web Framework
Stars: ✭ 72 (-30.77%)
Mutual labels:  web-framework
Tapestry 5
Mirror of Apache Tapestry 5
Stars: ✭ 87 (-16.35%)
Mutual labels:  web-framework
Ktor
Framework for quickly creating connected applications in Kotlin with minimal effort
Stars: ✭ 9,190 (+8736.54%)
Mutual labels:  web-framework
Cakephp
CakePHP: The Rapid Development Framework for PHP - Official Repository
Stars: ✭ 8,453 (+8027.88%)
Mutual labels:  web-framework
Jkmvc
Jkmvc is an elegant, powerful and lightweight MVC & ORM framework built using kotlin. It aims to be swift, secure, and small. It will turn java's heavy development into kotlin's simple pleasure. No spring.
Stars: ✭ 86 (-17.31%)
Mutual labels:  web-framework
Struts
Mirror of Apache Struts
Stars: ✭ 1,067 (+925.96%)
Mutual labels:  web-framework
Jooby
The modular web framework for Java and Kotlin
Stars: ✭ 1,309 (+1158.65%)
Mutual labels:  web-framework
Sparkles
✨ is a web "framework" in Rust
Stars: ✭ 46 (-55.77%)
Mutual labels:  web-framework
Butterfly
🔥 蝴蝶--【简单】【稳定】【好用】的 Python web 框架🦋 除 Python 2.7,无其他依赖; 🦋 butterfly 是一个 RPC 风格 web 框架,同时也是微服务框架,自带消息队列通信机制实现分布式
Stars: ✭ 82 (-21.15%)
Mutual labels:  web-framework
Cottage
Simple, fast HTTP router on koa.js.
Stars: ✭ 103 (-0.96%)
Mutual labels:  web-framework
Flask bestpractices
Flask最佳实践
Stars: ✭ 100 (-3.85%)
Mutual labels:  web-framework
Prairie
Get web applications growing in R
Stars: ✭ 86 (-17.31%)
Mutual labels:  web-framework

Wicket-tutorial-examples

This repository contains the example projects used in the Wicket user guide.

Building the project

The project is a multi-module Maven project. To compile it run 'mvn compile' from the root directory. To run the examples locally follows these steps:

  • run 'mvn install' from the root directory
  • go into project StarterExamples and run 'mvn jetty:run' or 'mvn tomcat:run'

To run a single example project you have to install first project BootstrapCommon ('mvn install'). Then go into the folder of the project you want to run, type 'mvn jetty:run' or 'mvn tomcat:run' and then point your browser to http://localhost:8080

See the examples on line

The examples can be explored on line at https://wicket-guide.herokuapp.com/.

NOTE: examples are hosted on a free account, so you might need to wait few seconds before server responds.

Contributing to this guide

If you want to contribute to the guide with corrections or new contents, you can find how to do it here.

The author

My name is Andrea Del Bene and I'm a passionate enterprise web developer and an advocate of Apache Wicket. I started programming in Java since version 1.2 and I'm a strong supporter of open source technologies. If you like this project and want to support me, you can offer me a beer :-) :

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].