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 ;)
-
Download Latest Apache Wicket 6.6:
- Right-Click on Zip Archive > Extract All
Extract Into MyDocuments
- Open Command Prompt Shell Window
Check if Apache Maven3 is Installed
mvn -version
How-to Install Apache Maven3 on Windows7:
Installing Maven3 for Win7- 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
How-to Create a New Wicket Application:
Apache Wicket Make New App
No comments:
Post a Comment