The Artima Developer Community
Sponsored Link

Java Buzz Forum
AJAX: problems solved

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
Nick Lothian

Posts: 397
Nickname: nicklothia
Registered: Jun, 2003

Nick Lothian is Java Developer & Team Leader
AJAX: problems solved Posted: Jul 14, 2005 4:44 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Nick Lothian.
Original Post: AJAX: problems solved
Feed Title: BadMagicNumber
Feed URL: http://feeds.feedburner.com/Badmagicnumber
Feed Description: Java, Development and Me
Latest Java Buzz Posts
Latest Java Buzz Posts by Nick Lothian
Latest Posts From BadMagicNumber

Advertisement

It turns out that DWR already has a solution to my asynchronous problems with AJAX:

DWREngine.setOrdered(true);

Turns out there is some really useful stuff in the Script Engine documentation; for instance you can set pre call and post call hooks to "wish to grey out certain components to prevent them being used again until the call returns".

I'm actually using an older version of DWR that doesn't seem to support this - time to updgrade I guess.

Read: AJAX: problems solved

Topic: How much code in the browser is too much? Previous Topic   Next Topic Topic: The Criminal [Flickr]

Sponsored Links



Google
  Web Artima.com   

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