|
Revision 1666, 1.1 KB
(checked in by jenstl, 8 years ago)
|
|
*** empty log message ***
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ### Basic examples for the Pustefix Framework ### |
|---|
| 2 | |
|---|
| 3 | 1) After unpacking the tar to the projects folder move the src folder |
|---|
| 4 | to skel/src. |
|---|
| 5 | Type in "ant clean" and afterwards "ant all" or just "ant" (you'll |
|---|
| 6 | find the build file in the skel directory). |
|---|
| 7 | Running ant is required in order to create all necessary files making the |
|---|
| 8 | examples run. |
|---|
| 9 | |
|---|
| 10 | 2) Restart tomcat |
|---|
| 11 | |
|---|
| 12 | 3) Type http://simplepage.HOSTNAME.DOMAIN |
|---|
| 13 | http://simplelink.HOSTNAME.DOMAIN or |
|---|
| 14 | http://simpleform.HOSTNAME.DOMAIN as an |
|---|
| 15 | url in your browser and you will see the chosen sample application |
|---|
| 16 | |
|---|
| 17 | The tars content: |
|---|
| 18 | -> simplepage: It contains just one site in order to show the absolutly |
|---|
| 19 | necessary files. |
|---|
| 20 | |
|---|
| 21 | -> simplelink: How to create a simple link with pustefix? After examining this |
|---|
| 22 | project, you will know much more about this exiting topic ;o) |
|---|
| 23 | |
|---|
| 24 | -> simpleform: A basic task for dynamic web-applications is IMHO to process forms |
|---|
| 25 | in an easy way. |
|---|
| 26 | Take a short look into this example if you want to know more about form-handling |
|---|
| 27 | with pustefix. This example describes also the main classes and interfaces to |
|---|
| 28 | handle form-requests. |
|---|