Changes for page Your First Stateful Project
Last modified by Bastian Triller on 2021/08/07 03:59
From version 3.1
edited by Pascal Robert
on 2012/08/06 05:04
on 2012/08/06 05:04
Change comment:
There is no comment for this version
To version 7.1
edited by Pascal Robert
on 2012/08/06 05:11
on 2012/08/06 05:11
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,8 +11,16 @@ 11 11 * The main page will display a list of blog entries, with a link to see the blog entry. 12 12 * The main page will have a link to an "admin" page that will show a login form. 13 13 * After login, a list of blog entries with links to edit, delete and create blog entries will be show. 14 -* We need a form to edit/create blog entries. 14 +* We need a form to edit/create blog entries. 15 15 16 16 Let's start by creating a new project in Eclipse. You need to create a **Wonder Application** project type, and name it **StatefulBlog**. 17 17 18 18 [[image:Capture d’écran 2012-08-06 à 04.56.13.png||border="1"]] 19 + 20 +Just like the D2W tutorial, you need to link the application with the **BlogCommon** framework. To do so, right-click on **StatefulBlog** and select **Build Path** > **Configure Build Path**. 21 + 22 +[[image:Capture d’écran 2012-07-29 à 14.25.46.png||border="1"]] 23 + 24 +In the **Libraries** tab, click on **Add Library**. Select **WebObjects Frameworks** and click **Next**. Check **BlogCommon** and **H2PlugIn** from the list and click **Finish**. The **Libraries** tab should look like this: 25 + 26 +[[image:Capture d’écran 2012-07-29 à 14.32.51.png||border="1"]]