Changes for page Example Applications

Last modified by Pascal Robert on 2013/05/21 17:04

From version 91.1
edited by Ray Kiddy
on 2010/09/25 21:29
Change comment: add ERModernMoviesDemo, ERRestRouteExample, ERXTest and re-order
To version 92.1
edited by Pascal Robert
on 2010/09/25 23:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kiddyr
1 +XWiki.probert
Content
... ... @@ -3,8 +3,9 @@
3 3  You can access the source of the example applications from the Project Wonder SourceForge pages. Links appear below. These applications were launched in eclipse using WOLips 3.5.6021. The app was just launched. If it gave an error out-of-the-box, this was noted.
4 4  
5 5  |= Application/Example |= Launches? |= Description |= Demonstrates what?
6 -| [[AjaxExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Ajax/AjaxExample]] | OK | Ajax-ish goodness. The app is launches from /Roots with no configuration and includes Selenium tests via a link in the Main component. | TBD
7 -| [[AjaxExample2>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Ajax/AjaxExample2]] | OK | Even more ajax-ish goodness, more recently created. The app is launches from /Roots with no configuration and includes Selenium tests via a link in the Main component. | TBD
6 +|
7 +| [[AjaxExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Ajax/AjaxExample]] | OK | Ajax-ish goodness. The app is launches from /Roots with no configuration and includes Selenium tests via a link in the Main component. | TBD | [[Online demo>>http://services.wocommunity.org/apps/WebObjects/AjaxExample]]
8 +| [[AjaxExample2>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Ajax/AjaxExample2]] | OK | Even more ajax-ish goodness, more recently created. The app is launches from /Roots with no configuration and includes Selenium tests via a link in the Main component. | TBD | [[Online demo>>http://services.wocommunity.org/apps/WebObjects/AjaxExample2]] |
8 8  | [[AjaxLookExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Ajax/AjaxLookExample]] | EXCEPTION | A D2W look, added later than either AjaxExample or AjaxExample2. | TBD
9 9  | [[BugTracker>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Applications/BugTracker/]] | EXCEPTION | A full bug tracking database, suitable for production use. Uses many wonderful d2w and Ajax features. This project has been in Project Wonder for a very long time and is kept current by project committers. See [[Getting Started with BugTracker]] for more information on getting the application started. It will not launch unless JDBC parameters are properly set, e-mail notification parameters are set, and the database and tables for it already exist. | Lots of things.
10 10  
... ... @@ -15,9 +15,8 @@
15 15  | [[DynaReporter>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Reporting/DynaReporter]] | OK | TBD | TBD
16 16  | [[ERComponentTour>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/ERComponentTour]] | OK | Catalog of ER WO components.
17 17   | ERPChart, ExcelGenerator, GoogleChart
18 -
19 -| [[ERDivaliteExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/D2W/ERDivaliteExample]] | OK | TBD | TBD
20 -| [[ERDivaLookExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Ajax/ERDivaLookExample]] | OK | TBD | TBD
19 + | [[Online demo>>http://services.wocommunity.org/apps/WebObjects/ERComponentTour]]
20 +| [[ERDivaliteExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/D2W/ERDivaliteExample]] | OK | TBD | TBD |[[Online demo>>||title="[ERDivaLookExample"]] | OK | TBD | TBD |http:~/~/services.wocommunity.org/apps/WebObjects/ERDivaLookExample]
21 21  | [[ERIUIExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Ajax/ERIUIExample]] | OK | TBD | TBD
22 22  | [[ERIndexingExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/ERIndexingExample]] | OK | TBD | TBD
23 23  | [[ERMailer>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Applications/ERMailer/]] | EXCEPTION | |
... ... @@ -25,16 +25,16 @@
25 25  | [[ERMovies>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/D2W/ERMovies]] | OK | A simple ER-D2W WO application that uses the Movies database, access via JDBC to a Derby database. Database is loaded from movies.jar in Resources of ERMoviesLogic framework.
26 26   | TBD
27 27  | [[EROpenIDExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/EROpenIDExample]] | OK | See [[Project WONDER-Frameworks-EROpenID>>WO:Project WONDER-Frameworks-EROpenID]] for more info. | TBD
28 -| ERRestRouteExample | | |
29 -| [[ERSeleniumExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/ERSeleniumExample]] | OK | A minimal demonstration. When Selenium tests are in most or all of the examples, this can probably be eliminated. | TBD
28 +| ERRestRouteExample | | | |[[Online demo>>http://services.wocommunity.org/apps/WebObjects/ERRestRouteExample]]
29 +| [[ERSeleniumExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/ERSeleniumExample]] | OK | A minimal demonstration. When Selenium tests are in most or all of the examples, this can probably be eliminated. | TBD |[[Online demo>>http://services.wocommunity.org/apps/WebObjects/ERSeleniumExample]]
30 30  | ERXTest | | |
31 31  | [[ExcelGeneratorExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/ExcelGeneratorExample]] | OK | TBD | TBD
32 32  | [[JavaMonitor>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Applications/JavaMonitor/]] | skipped | Project Wonder version of the Apple-supplied WebObjects deployment application. Used with wotaskd. See [[Wonder Version of JavaMonitor]], [[Debugging wotaskd and JavaMonitor>>WO:Debugging wotaskd and JavaMonitor]], or perhaps [[Web Applications-Deployment-Java Monitor>>WO:Deployment-Java Monitor]] and see the tutorial [[podcast>>http://www.wocommunity.org/podcasts/wopodcasts.xml]]: 'Deployment and monitoring'. | Deployment
33 33  | [[JavaRESTAdaptorExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/JavaRESTAdaptorExample]] | EXCEPTION | TBD | TBD
34 34  | [[RestExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/RestExample]] | OK | TBD | TBD
35 -| [[TickTockMan>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Applications/TickTockMan/]] | OK | Attempts to show some of the issues and solutions with the management of time classes (eg NSTimestamp, NSTimestampFormatter) in Project Wonder. | Time
35 +| [[TickTockMan>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Applications/TickTockMan/]] | OK | Attempts to show some of the issues and solutions with the management of time classes (eg NSTimestamp, NSTimestampFormatter) in Project Wonder. | Time |[[Online demo>>http://services.wocommunity.org/apps/WebObjects/TickTockMan]]
36 36  | [[Uber>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Applications/Uber/]] | EXCEPTION |
37 - | TBD
37 + | TBD |[[Online demo>>http://services.wocommunity.org/apps/WebObjects/Uber.woa]]
38 38  | [[ValidityExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/ValidityExample]] | OK | TBD | TBD
39 39  | [[ValidityModeler>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Applications/ValidityModeler/]] | OK | Uses the components and classes provided by the com.gammastream.validity package. Is this compatible with or a replacement for the functionality in er.extensions.validity? | TBD
40 40  | [[wotaskd>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Applications/wotaskd/]] | skipped | Project Wonder version of the Apple-supplied WebObjects deployment application. Used with JavaMonitor. | Deployment