Changes for page Example Applications

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

From version 105.1
edited by Ray Kiddy
on 2010/01/04 22:01
Change comment: There is no comment for this version
To version 106.1
edited by Pascal Robert
on 2012/01/22 00:31
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
... ... @@ -1,39 +1,50 @@
1 -There are several applications included in the Project Wonder source. These may be buildable and runnable with no modifications, though some hae dependencies on, for example, certain databases. The goal, though, is for them to be as easy to run as possible and that they should represent "pretty good practices" in using the Project Wonder frameworks. The applications may also be used for testing the Project Wonder frameworks, and you may be able to see how to add testing to your own projects by examining these applications.
1 +There are several applications included in the Project Wonder source. These may be buildable and runnable with no modifications, though some have dependencies on, for example, certain databases. The goal, though, is for them to be as easy to run as possible and that they should represent "pretty good practices" in using the Project Wonder frameworks. The applications may also be used for testing the Project Wonder frameworks, and you may be able to see how to add testing to your own projects by examining these applications.
2 2  
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.
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 -|= Application/Example |= Launches? |= Description |= Demonstrates what?
6 -| [[Applications/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.
5 +|= Application/Example |= Launches? |= Description |= Demonstrates what? |= Link to demo
6 +| [[AjaxExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Ajax/AjaxExample]] | OK | Ajax-ish goodness. The app launches from /Roots with no configuration and includes Selenium tests via a link in the Main component. | TBD |
7 7  
8 -| [[Applications/ERMailer/>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Applications/ERMailer/]] | EXCEPTION | |
9 -| [[Applications/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:Web Applications-Deployment-Java Monitor]] and see the tutorial [[podcast>>http://www.wocommunity.org/podcasts/wopodcasts.xml]]: 'Deployment and monitoring'. | Deployment
10 -| [[Applications/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
11 -| [[Applications/Uber/>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Applications/Uber/]] | EXCEPTION |
12 - | TBD
13 -| [[Applications/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
14 -| [[Applications/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
15 -
16 -| [[Examples/Ajax/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
17 -| [[Examples/Ajax/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
18 -| [[Examples/Ajax/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
19 -| [[Examples/Ajax/ERDivaLookExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Ajax/ERDivaLookExample]] | OK | TBD | TBD
20 -| [[Examples/Ajax/ERIUIExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Ajax/ERIUIExample]] | OK | TBD | TBD
21 -| [[Examples/Ajax/YUIExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Ajax/YUIExample]] | EXCEPTION | Demonstrates the use of the Yahoo UI widgets. | TBD
22 -| [[Examples/D2W/D2WComponentTour>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/D2W/D2WComponentTour]] | OK | A general tour. | TBD
23 -| [[Examples/D2W/ERDivaliteExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/D2W/ERDivaliteExample]] | OK | TBD | TBD
24 -| [[Examples/D2W/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.
25 - | TBD
26 -| [[Examples/Misc/DevStudio>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/DevStudio]] | EXCEPTION | TBD | TBD
27 -| [[Examples/Misc/ERComponentTour>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/ERComponentTour]] | OK | Catalog of ER WO components.
8 +| [[AjaxExample2>>https://github.com/projectwonder/wonder/tree/master/Examples/Ajax/AjaxExample2]] | OK | Even more ajax-ish goodness, more recently created. The app launches from /Roots with no configuration and includes Selenium tests via a link in the Main component. | TBD |
9 +| [[AjaxLookExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Ajax/AjaxLookExample]] | EXCEPTION | A D2W look, added later than either AjaxExample or AjaxExample2. | TBD |
10 +| [[BugTracker>>https://github.com/projectwonder/wonder/tree/master/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.
11 + |
12 +| [[D2WComponentTour>>https://github.com/projectwonder/wonder/tree/master/Examples/D2W/D2WComponentTour]] | OK | A general tour. | TBD |
13 +| [[DRGroupingTest>>https://github.com/projectwonder/wonder/tree/master/Examples/Reporting/DRGroupingTest]] | OK | TBD | TBD |
14 +| [[DevStudio>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/DevStudio]] | EXCEPTION | TBD | TBD |
15 +| [[DocsByExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Reporting/DocsByExample]] | OK | TBD | TBD |
16 +| [[DynaReporter>>https://github.com/projectwonder/wonder/tree/master/Examples/Reporting/DynaReporter]] | OK | TBD | TBD |
17 +| [[ERCayenneExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ERCayenneExample]] | OK | TBD | TBD |
18 +| [[ERComponentTour>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ERComponentTour]] | OK | Catalog of ER WO components.
28 28   | ERPChart, ExcelGenerator, GoogleChart
20 + |
29 29  
30 -| [[Examples/Misc/ERIndexingExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/ERIndexingExample]] | OK | TBD | TBD
31 -| [[Examples/Misc/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
32 -| [[Examples/Misc/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
33 -| [[Examples/Misc/ExcelGeneratorExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/ExcelGeneratorExample]] | OK | TBD | TBD
34 -| [[Examples/Misc/JavaRESTAdaptorExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/JavaRESTAdaptorExample]] | EXCEPTION | TBD | TBD
35 -| [[Examples/Misc/RestExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/RestExample]] | OK | TBD | TBD
36 -| [[Examples/Misc/ValidityExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Misc/ValidityExample]] | OK | TBD | TBD
37 -| [[Examples/Reporting/DRGroupingTest>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Reporting/DRGroupingTest]] | OK | TBD | TBD
38 -| [[Examples/Reporting/DocsByExample>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Reporting/DocsByExample]] | OK | TBD | TBD
39 -| [[Examples/Reporting/DynaReporter>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Examples/Reporting/DynaReporter]] | OK | TBD | TBD
22 +| [[ERDivaLookExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Ajax/ERDivaLookExample]] | OK | TBD | TBD |
23 +
24 +| [[ERDivaliteExample>>https://github.com/projectwonder/wonder/tree/master/Examples/D2W/ERDivaliteExample]] | OK | TBD | TBD |
25 +| [[ERDistributionExampleServer>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ERDistributionExampleServer]] | OK | TBD | TBD |
26 +
27 +| [[ERIUIExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Ajax/ERIUIExample]] | OK | TBD | TBD |
28 +| [[ERIndexingExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ERIndexingExample]] | OK | TBD | TBD |
29 +| [[ERMailer>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Applications/ERMailer/]] | EXCEPTION | | |
30 +| ERModernMoviesDemo | | | |
31 +| [[ERMovies>>https://github.com/projectwonder/wonder/tree/master/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.
32 + | TBD |
33 +| [[EROpenIDExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/EROpenIDExample]] | OK | See [[Project WONDER-Frameworks-EROpenID>>WO:Project WONDER-Frameworks-EROpenID]] for more info. | TBD |
34 +| [[ERRestRouteExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ERRestRouteExample]] | OK | See the "ERRest" presentation made by Mike Schrag at WO-NoVA on February 16th 2010 in the WebObjects Podcast. | |
35 +
36 +| [[ERSeleniumExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ERSeleniumExample]] | OK | A minimal demonstration. When Selenium tests are in most or all of the examples, this can probably be eliminated. | TBD |
37 +
38 +| ERXTest | | | |
39 +| [[JavaRESTAdaptorExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/JavaRESTAdaptorExample]] | EXCEPTION | TBD | TBD |
40 +| [[RestExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/RestExample]] | OK | TBD | TBD |
41 +| SecretPal | EXCEPTION | TBD | TBD |
42 +| [[TestAdaptor>>https://github.com/projectwonder/wonder/tree/master/Tests/TestAdaptor]] | TBD | TBD | TBD |
43 +| [[TickTockMan>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/TickTockMan]] | OK | Attempts to show some of the issues and solutions with the management of time classes (eg NSTimestamp, NSTimestampFormatter) in Project Wonder. | Time |
44 +
45 +| [[Uber>>https://github.com/projectwonder/wonder/tree/master/Applications/Uber]] | EXCEPTION |
46 + | TBD |
47 +
48 +| [[ValidityExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ValidityExample]] | OK | TBD | TBD |
49 +| [[ValidityModeler>>https://github.com/projectwonder/wonder/tree/master/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 |
50 +| [[YUIExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Ajax/YUIExample]] | EXCEPTION | Demonstrates the use of the Yahoo UI widgets. | YUIPanel, YUIShowPanelLink, YUITooltip, YUIHeader, YUIBody, YUIFooter |