Changes for page Example Applications

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

From version 109.1
edited by Pascal Robert
on 2012/07/19 21:11
Change comment: fleshed out description of ERPDFExamples
To version 108.1
edited by Larry Mills-Gahl
on 2012/05/23 13:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.elemgee
Content
... ... @@ -30,11 +30,8 @@
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>>EROpenID Framework]] 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]] | |
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]] | |
38 38  | [[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. | |
39 39  
40 40  | [[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 |