Changes for page Example Applications
Last modified by Pascal Robert on 2013/05/21 17:04
From version 114.1
edited by Pascal Robert
on 2012/07/27 22:02
on 2012/07/27 22:02
Change comment:
There is no comment for this version
To version 117.1
edited by Larry Mills-Gahl
on 2012/05/23 13:41
on 2012/05/23 13:41
Change comment:
fleshed out description of ERPDFExamples
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.elemgee - Content
-
... ... @@ -6,13 +6,12 @@ 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. 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. 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 [[WONDER: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. 12 12 | 13 13 | [[D2WComponentTour>>https://github.com/projectwonder/wonder/tree/master/Examples/D2W/D2WComponentTour]] | OK | A general tour. | TBD | 14 -| [[DevStudio>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/DevStudio]] | EXCEPTION | TBD | TBD | 15 15 | [[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 | 16 16 | [[DocsByExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Reporting/DocsByExample]] | OK | TBD | TBD | 17 17 | [[DynaReporter>>https://github.com/projectwonder/wonder/tree/master/Examples/Reporting/DynaReporter]] | OK | TBD | TBD | 18 18 | [[ERCayenneExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ERCayenneExample]] | OK | TBD | TBD | ... ... @@ -27,27 +27,21 @@ 27 27 28 28 | [[ERIUIExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Ajax/ERIUIExample]] | OK | TBD | TBD | 29 29 | [[ERIndexingExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/ERIndexingExample]] | OK | TBD | TBD | 30 -| [[ERJasperReportsExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Reporting/ERJasperReportsExample]] | OK | TBD | TBD | 31 31 | [[ERMailer>>http://wonder.svn.sourceforge.net/viewvc/wonder/trunk/Wonder/Applications/ERMailer/]] | EXCEPTION | | | 32 32 | ERModernMoviesDemo | | | | 33 33 | [[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. 34 34 | TBD | 35 -| [[EROpenIDExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/EROpenIDExample]] | OK | See [[Project WONDER-Frameworks-EROpenID>> EROpenIDFramework]] for more info. | TBD |36 -| 37 - \\Demonstrates minimal setup rendering of component and the addition of css styles to affect output using flying saucer.38 - \\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.39 - \\Requires no database connection to run. |33 +| [[EROpenIDExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/EROpenIDExample]] | OK | See [[Project WONDER-Frameworks-EROpenID>>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. 35 +Demonstrates minimal setup rendering of component and the addition of css styles to affect output using flying saucer. 36 +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. 37 +Requires no database connection to run. |[[ERPDFGeneration>>https://github.com/projectwonder/wonder/tree/master/Frameworks/Misc/ERPDFGeneration]] | | 40 40 | [[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. | | 41 41 42 42 | [[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 | 43 43 44 -| ERWebSocketExample 45 - | OK | | | 46 46 | ERXTest | | | | 47 47 | [[JavaRESTAdaptorExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/JavaRESTAdaptorExample]] | EXCEPTION | TBD | TBD | 48 -| LuceneExample | | | | 49 -| MooToolsExample 50 - | OK | | | 51 51 | [[RestExample>>https://github.com/projectwonder/wonder/tree/master/Examples/Misc/RestExample]] | OK | TBD | TBD | 52 52 | SecretPal | EXCEPTION | TBD | TBD | 53 53 | [[TestAdaptor>>https://github.com/projectwonder/wonder/tree/master/Tests/TestAdaptor]] | TBD | TBD | TBD |