- Revision
- 588
- Author
- paul
- Date
- 2008-02-07 00:33:29 -0600 (Thu, 07 Feb 2008)
Log Message
words and style
Modified Paths
Diff
Modified: trunk/waffle-distribution/src/site/content/examples/examples.html (587 => 588)
--- trunk/waffle-distribution/src/site/content/examples/examples.html 2008-02-07 06:21:40 UTC (rev 587) +++ trunk/waffle-distribution/src/site/content/examples/examples.html 2008-02-07 06:33:29 UTC (rev 588) @@ -1,52 +1,59 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html> -<head> - <title>Waffle Example Projects</title> -</head> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html><head><meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type" /> + <title>Example Projects in Subversion</title></head> + <body> -<h2>We have three examples:</h2> +<h2>Example web applications:</h2> -<h3>Simple</h3> +<h3><span style="font-weight: normal;">As part of the Waffle project's +Subversion source, there are five example applications using Maven2 for +builds that demonstrate various features of Waffle</span>:<br /></h3><h3>Simple example</h3> -<p> +<p style="margin-left: 40px;"> Source: <a href="" </p> -<p>This example has four built in mini-apps:</p> +<p style="margin-left: 40px;">This example has four built in mini-apps:</p> -<p>People management (a list of people you can add to, view, edit etc) Ajax Automobile Calulator</p> +<p style="margin-left: 40px;">People management (a list of people you can add to, view, edit etc) Ajax Automobile Calulator</p> -<p> +<p style="margin-left: 40px;"> Waffle, for this example, uses a 'pragma' style of method encoding (the way web methods are mapped to Java ones). </p> -<h3>Paranamer</h3> +<h3>Paranamer example</h3> -<p>Source: <a href="" +<p style="margin-left: 40px;">Source: <a href="" </p> -<p>This example has four built in mini-apps:</p> +<p style="margin-left: 40px;">This example has four built in mini-apps:</p> -<p>People management (a list of people you can add to, view, edit etc) Ajax Automobile Calulator</p> +<p style="margin-left: 40px;">People management (a list of people you can add to, view, edit etc) Ajax Automobile Calulator</p> -<p>Waffle, for this example, uses a 'Paranamer' for method encoding, resulting in smaller URLs, and more +<p style="margin-left: 40px;">Waffle, for this example, uses a 'Paranamer' for method encoding, resulting in smaller URLs, and more 'convention-based' design</p> -<h3>Paranamer + FreeMarker + Sitemesh</h3> +<h3>Paranamer + FreeMarker + Sitemesh example</h3> -<p>Source: <a href="" +<p style="margin-left: 40px;">Source: <a href="" -<p>This only contains the People app that the Paranamer example above had.</p> +<p style="margin-left: 40px;">This only contains the People app that the Paranamer example above had.</p> -<p>It renders the page with <a href="" rather than JSP.</p> +<p style="margin-left: 40px;">It renders the page with <a href="" rather than JSP.</p> -<p>This allows for us to edit the pages in Adobe's Dreamweaver without additional plugins in a WYSIWYG way.</p> +<p style="margin-left: 40px;">This allows for us to edit the pages in Adobe's Dreamweaver without additional plugins in a WYSIWYG way.</p> -<p>It also decorates everything with <a href="" though (0 lines of additional Java)</p> +<p style="margin-left: 40px;">It also decorates everything with <a href="" though (no additional lines of Java)</p> -<p>This allows us to separate the site's styling and navigation from content.</p> -</body> +<p style="margin-left: 40px;">This allows us to separate the site's styling and navigation from content.</p><h3>JRuby example</h3> -</html> +<p style="margin-left: 40px;">Source: <a href="" +</p> + +<p style="margin-left: 40px;">This example shows JRuby controllers and ERB views</p><h3>Struts Migration example</h3> + +<p style="margin-left: 40px;">Source: <a href="" +</p> + +<p style="margin-left: 40px;">This example shows an app that was a Struts one, refactored to Waffle</p></body></html> \ No newline at end of file
To unsubscribe from this list please visit:
