Repository: wicket Updated Branches: refs/heads/wicket-7.x 371d61362 -> a2f0b5f61
README cleaned and updated with the right references to examples, documentation, etc... Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a2f0b5f6 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a2f0b5f6 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a2f0b5f6 Branch: refs/heads/wicket-7.x Commit: a2f0b5f6146b9331b67754139d48bd147186fca7 Parents: 371d613 Author: Andrea Del Bene <[email protected]> Authored: Tue Jun 20 17:15:09 2017 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Tue Jun 20 17:28:20 2017 +0200 ---------------------------------------------------------------------- README | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/a2f0b5f6/README ---------------------------------------------------------------------- diff --git a/README b/README index 7c21f64..a8c143f 100644 --- a/README +++ b/README @@ -129,7 +129,7 @@ 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/7.x: + - The Wicket user guide - https://ci.apache.org/projects/wicket/guide/7.x/single.html: learn Wicket from scratch reading its userguide which gradually introduces you to the various features of the framework with @@ -138,27 +138,18 @@ from, and get started quickly: - The Wicket JavaDoc: the API Docs are available on the main site of the project: - http://wicket.apache.org + http://wicket.apache.org/learn/#javadoc - - wicket-examples: + - Wicket Examples: shows all components in short usage examples, also available live on: - http://www.wicket-library.com/wicket-examples + http://examples7x.wicket.apache.org - - wicket-quickstart archetype: + - 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. 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. + 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 ------------
