Saturday, March 23, 2013

How-to Install & Getting-Started with Apache Wicket 6.6 for Windows 7 32bit/64bit Easy Guide

The Guide Show Step-by-Step How-to Quick Getting-Started with the Latest Apache Wicket 6.6 Framework on Windows 7 i386/x86_64 Desktop


The Apache Wicket Java Framework is a Very Clean Java Framework that use Plain Java for implementing the Dynamic behavior and Plain HTML for maintaining like Layout.

To Successfully Running the Wicket Framework you will Need to have Installed the Apache Maven 2/3.

To Make the Entire Process Easier to Visualize and Retain the Article Includes the Basic Screenshots of the Essentials Steps Involved.


The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut more Easy & Digestive ;)

Apache On Windows
  1. Download Latest Apache Wicket 6.6:

    Apache Wicket 6.6 .zip
  2. Right-Click on Zip Archive > Extract All Windows 7 Extracting Zip Archive

    Extract Into MyDocuments

    Windows 7 Extracting Zip Archive
  3. Open Command Prompt Shell Window Windows 7 Open Command Prompt Console
  4. Check if Apache Maven3 is Installed

    mvn -version

    How-to Install Apache Maven3 on Windows7:

    Installing Maven3 for Win7
  5. Start the Jetty Java Web-Server
    cd c:\Users\<MyUser>\Documents\apache-wicket-*\wicket-examples
    mvn jetty:start

    Next you Can Access the Application on Browser at:

    http://locahost:8080
  6. How-to Create a New Wicket Application:

    Apache Wicket Make New App

No comments:

Post a Comment