- Revision
- 579
- Author
- paul
- Date
- 2008-01-24 01:38:59 -0600 (Thu, 24 Jan 2008)
Log Message
split of ajax wordage
Modified Paths
- trunk/waffle-distribution/src/site/content/ajax.html
- trunk/waffle-distribution/src/site/content/sitemap.xml
Added Paths
Diff
Modified: trunk/waffle-distribution/src/site/content/ajax.html (578 => 579)
--- trunk/waffle-distribution/src/site/content/ajax.html 2008-01-24 05:00:06 UTC (rev 578) +++ trunk/waffle-distribution/src/site/content/ajax.html 2008-01-24 07:38:59 UTC (rev 579) @@ -6,7 +6,7 @@ </head> <body> - <h2>Waffle and Ajax</h2> + <h2>Ajax</h2> <p> Waffle was built to be easy to develop with and this ease extends to Ajax support as well. Utilizing AJAX in Waffle @@ -88,15 +88,6 @@ <p>The document that comes back over the wire per Ajax request, is a one-line toString() transformation on the int result of the random() method. This is performed by DefaultActionMethodResponseHandler.</p> - <h3>Partial page rendering</h3> - - <p> - By simply having an <i>ActionMethod</i> invoked through an asynchronous call which return <i>View</i>'s you'll be - able to build your web applications to take advantage of partial page rendering. - </p> - - <p>TODO ... need example!!! ...</p> - </body> </html>
Added: trunk/waffle-distribution/src/site/content/dynamic.html (0 => 579)
--- trunk/waffle-distribution/src/site/content/dynamic.html (rev 0) +++ trunk/waffle-distribution/src/site/content/dynamic.html 2008-01-24 07:38:59 UTC (rev 579) @@ -0,0 +1,27 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html> +<head> +<title>Full Dynamic Apps</title> +</head> +<body> + + <h3>Partial page rendering</h3> + + <p> + By simply having an <i>ActionMethod</i> invoked through an asynchronous call which return <i>Views</i> you'll be + able to build your web applications to take advantage of partial page rendering. The View will represent a complete + fragment of HTML that the invoking _javascript_ can insert directly into the DOM of the web-app. Your starting page + may be a be something with tabs, and each tab could be loaded after the front tab has been rendered when clicked + on. + </p> + <p> + As with full pages rendered via JSP or FreeMarker, you can use tools like DreamWeaver to layout the 'div' you are + trying to make. With this style of development you can make full blown Web 2.0 applications like Gmail. + </p> + + <p>TODO ... need example!!! ...</p> + +</body> + +</html>
Modified: trunk/waffle-distribution/src/site/content/sitemap.xml (578 => 579)
--- trunk/waffle-distribution/src/site/content/sitemap.xml 2008-01-24 05:00:06 UTC (rev 578) +++ trunk/waffle-distribution/src/site/content/sitemap.xml 2008-01-24 07:38:59 UTC (rev 579) @@ -34,12 +34,16 @@ <page>validation.html</page> <page>lifecycle.html</page> <page>monitors.html</page> - <page>ajax.html</page> <page>file-upload.html</page> <page>webxml.html</page> <page>webapp-structure.html</page> </section> <section> + <name>Web 2.0</name> + <page>ajax.html</page> + <page>dynamic.html</page> + </section> + <section> <name>Developing Ruby webapps</name> <page>ruby-controllers.html</page> <page>erb-views.html</page>
To unsubscribe from this list please visit:
