The Artima Developer Community
Sponsored Link

Java Buzz Forum
Ajax and Tapestry

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Warner Onstine

Posts: 242
Nickname: warnero
Registered: Aug, 2003

Warner Onstine is Java programmer and writer of two tech books
Ajax and Tapestry Posted: Apr 27, 2005 8:59 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Warner Onstine.
Original Post: Ajax and Tapestry
Feed Title: Tapestry Live
Feed URL: http://www.jroller.com/WarnerOnstine/feed/entries/rss
Feed Description: Home of the Tapestry Live book by Warner Onstine.
Latest Java Buzz Posts
Latest Java Buzz Posts by Warner Onstine
Latest Posts From Tapestry Live

Advertisement

By now I expect that most Web Developers have heard of Ajax, if not I highly recommend you read through the preceding link. In short Ajax is a way to do dynamic Web applications without the browser round-trip (now the round-trip is done through JavaScript).

We have some industrious folks in Tapestry-land who have started implementing some Ajax-style components for use in your Tap applications.

  • XTile - A component providing the required JavaScript to pass some information to the server and receive its response without reloading the page (Ajax)
  • Ajax Demo - Dynamically searches Yahoo as you type (Live Demo)
  • LiveTextField - This component aims to reproduce the behaviour of the google suggest tool bar.
  • Tacos Tree - Has support for partial form posting through JavaScript (Live Demo)

We will be delving into Ajax (probably after the initial release is made) as part of the enhancements to our application. Other Ajax components we will probably need to create include:

  • Yellow Fade Technique - The YFT uses JavaScript to create a yellow highlight that briefly spotlights the change when the page reloads. Then, in a second or two, the highlight fades and the page reverts to its normal state.
  • Google Suggest (using Lucene) - What will your search return, Google Suggest tells you (and this component might also ;-).
  • GMail collapsing trees - Basically a dynamic tree that collapses without sending a full-blown request back to the server
As I think of more I'll post them.

Read: Ajax and Tapestry

Topic: Everything is coming up Ivy Previous Topic   Next Topic Topic: GET, POST, PUT and DELETE in REST

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use