Changes for page Example Applications
Last modified by Pascal Robert on 2013/05/21 17:04
From version 106.1
edited by Pascal Robert
on 2012/01/22 00:31
on 2012/01/22 00:31
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
-
... ... @@ -7,7 +7,7 @@ 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 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. 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. 11 11 | 12 12 | [[D2WComponentTour>>https://github.com/projectwonder/wonder/tree/master/Examples/D2W/D2WComponentTour]] | OK | A general tour. | TBD | 13 13 | [[DRGroupingTest>>https://github.com/projectwonder/wonder/tree/master/Examples/Reporting/DRGroupingTest]] | OK | TBD | TBD | ... ... @@ -30,7 +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 | 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]] | | 34 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 35 36 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 |