Wiki source code of Getting Started with BugTracker
Last modified by Pascal Robert on 2012/07/27 20:28
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | **Getting Started with BugTracker** | ||
2 | |||
3 | BugTracker is an example application that exposes a lot of Wonder functionalities. It is especially true if you want to have a look at DirectToWeb (D2W) since BugTracker have a lot of custom D2W rules. | ||
4 | |||
5 | You can listen to a good introduction to BugTracker by listening to the [[presentation>>url:http://www.wocommunity.org/podcasts/wowodc/west08/WOWODC07_D2W.mp4||shape="rect"]] made at WOWODC 2007. | ||
6 | |||
7 | To look at BugTracker, you will need to g[[et the Wonder Source Code>>doc:WEB.Home.Getting Started.Getting the Wonder Source Code.WebHome]] of Project Wonder. Once it's done and that you have imported the BugTracker project into Eclipse, you will see the following files: | ||
8 | |||
9 | [[image:attach:BugTrackerProject.png]] | ||
10 | |||
11 | To launch BugTracker, right-click **BugTracker.launch** and select **Run As** -> **BugTracker**. It will launch BugTracker with a in-memory database, which is perfect to explore the application. | ||
12 | |||
13 | You should see a login screen. Your default administrative user is "admin" with password "admin" | ||
14 | |||
15 | [[image:attach:Context-035.jpg]] | ||
16 | |||
17 | ---- | ||
18 | |||
19 | Explore!! |