Changes for page Example Applications
Last modified by Pascal Robert on 2013/05/21 17:04
From version 108.1
edited by Larry Mills-Gahl
on 2012/05/23 13:31
on 2012/05/23 13:31
Change comment:
There is no comment for this version
To version 110.1
edited by Pascal Robert
on 2012/07/27 21:46
on 2012/07/27 21:46
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.e lemgee1 +XWiki.probert - Content
-
... ... @@ -6,12 +6,13 @@ 6 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 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. 9 +| [[AjaxLookExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Ajax/AjaxLookExample]] | EXCEPTION | A D2W look, added later than either AjaxExample or AjaxExample2. Uses the same database as BugTracker. | TBD | 10 +| [[BackgroundTasks>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/BackgroundTasks]] | OK | Shows how to run tasks in the background. Demoed at WOWODC 2011. | | 11 +| [[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. Demoed at WOWODC 2007. | Lots of things. 11 11 | 12 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 14 | [[DevStudio>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/DevStudio]] | EXCEPTION | TBD | TBD | 15 +| [[DRGroupingTest>>https://github.com/projectwonder/wonder/tree/master/Examples/Reporting/DRGroupingTest]] | OK | TBD | TBD | 15 15 | [[DocsByExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Reporting/DocsByExample]] | OK | TBD | TBD | 16 16 | [[DynaReporter>>https://github.com/projectwonder/wonder/tree/master/Examples/Reporting/DynaReporter]] | OK | TBD | TBD | 17 17 | [[ERCayenneExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ERCayenneExample]] | OK | TBD | TBD | ... ... @@ -30,8 +30,11 @@ 30 30 | ERModernMoviesDemo | | | | 31 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 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 -|[[ERPDFExamples>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ERPDFExamples]] | OK | Basic demonstration of rendering components to PDF using the flying saucer implementation or Apache FOP. Requires no database connection to run. |[[ERPDFGeneration>>https://github.com/projectwonder/wonder/tree/master/Frameworks/Misc/ERPDFGeneration]] | | 34 +| [[EROpenIDExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/EROpenIDExample]] | OK | See [[Project WONDER-Frameworks-EROpenID>>EROpenID Framework]] for more info. | TBD | 35 +| [[ERPDFExamples>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ERPDFExamples]] | OK | Basic demonstration of rendering components to PDF using the flying saucer implementation or Apache FOP. 36 +\\Demonstrates minimal setup rendering of component and the addition of css styles to affect output using flying saucer. 37 +\\The FOP examples demonstrate XSL transformation and layout of a basic XML dataset and a more complicated example of rendering HTML using FOP and a transform that exercies XPATH to create a table of contents and document sections. 38 +\\Requires no database connection to run. | [[ERPDFGeneration>>https://github.com/projectwonder/wonder/tree/master/Frameworks/Misc/ERPDFGeneration]] | 35 35 | [[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. | | 36 36 37 37 | [[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 |