Repository: wicket Updated Branches: refs/heads/master 4a5e1cd9c -> cb46bd696
"getting started" moved higher for better visibility Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/cb46bd69 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/cb46bd69 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/cb46bd69 Branch: refs/heads/master Commit: cb46bd696d73f26aa6713d7003f5031b62452bc8 Parents: 4a5e1cd Author: Andrea Del Bene <[email protected]> Authored: Tue Jun 20 21:06:41 2017 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Tue Jun 20 21:17:12 2017 +0200 ---------------------------------------------------------------------- README | 68 +++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 39 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/cb46bd69/README ---------------------------------------------------------------------- diff --git a/README b/README index d36724c..25b03f0 100644 --- a/README +++ b/README @@ -14,8 +14,8 @@ Contents -------- - License - Java/Application server requirements - - What is in this package - Getting started + - What is in this package - Dependencies - Building Wicket from source - Migrating from 7.x @@ -35,6 +35,44 @@ Java/Application server requirements Wicket requires at least Java 1.8. The application server for running your web application should adhere to the servlet specification version 3.1 or newer. +Getting started +--------------- + +The Wicket project has several resources and projects where you can learn +from, and get started quickly: + + - The Wicket user guide - https://ci.apache.org/projects/wicket/guide/8.x: + + learn Wicket from scratch reading its userguide which gradually + introduces you to the various features of the framework with + many real-world examples. + + - The Wicket JavaDoc: + + the API Docs are available on the main site of the project: + http://wicket.apache.org + + - wicket-examples: + + shows all components in short usage examples, also available live on: + http://www.wicket-library.com/wicket-examples + + - wicket-quickstart archetype: + + provides a skeleton project for use in NetBeans, Eclipse, IntelliJ IDEA + and other major IDE's, without having to configure anything yourself. You + can copy'n'paste the examples from the website into your pages and see + them running on your own box. + + - AppFuse light - Wicket edition (https://appfuse-light.dev.java.net/) + + AppFuse Light is a can all do it all quickstart setup for almost all + possible permutations for building Java web applications and ORM + technologies. It features over 60 downloads and combines each available + web application framework with Hibernate, iBatis, JDO (JPOX), OJB and + Spring JDBC. + + What is in this package ----------------------- @@ -122,34 +160,6 @@ Here is a list of projects in this distribution and what they do. - wicket-metrics: collects data of a running wicket application - wicket-http2: http/2 push support -Getting started ---------------- - -The Wicket project has several resources and projects where you can learn -from, and get started quickly: - - - The Wicket user guide - https://wicket.apache.org/learn/#guide: - - learn Wicket from scratch reading its userguide which gradually - introduces you to the various features of the framework with - many real-world examples. - - - The Wicket JavaDoc: - - the API Docs are available on the main site of the project: - http://wicket.apache.org/learn/#javadoc - - - Wicket Examples: - - shows all components in short usage examples, also available live on: - http://examples8x.wicket.apache.org - - - Wicket Quickstart - http://wicket.apache.org/start/quickstart.html: - - provides a skeleton project for use in NetBeans, Eclipse, IntelliJ IDEA - and other major IDE's, without having to configure anything yourself. Just - copy'n'paste the generated command line and Maven will do the job. - Dependencies ------------
