• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Undo/Redo in Web Application
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Undo/Redo in Web Application


  • Subject: Re: Undo/Redo in Web Application
  • From: LD <email@hidden>
  • Date: Wed, 3 Aug 2005 02:30:04 +1000

Hi there,

On 02/08/2005, at 1:44 AM, Jerome Chan wrote:

Is there a reason why Undo/Redo has not been done on most of the Web Applications I've seen?

Context is everything ;-) i.e., What have you seen?

Well, unlike normal desktop applications, Undo/Redo for a web-app (hooked into a db) must be treated within the context of and compliance to the infamous ACID tests...

Moreover, Undo/Redo only makes sense in certain contexts of a web- app. i.e., only within a session[1]. Furthermore, the boundaries of undo/redo are logically found within the time of last ec.saveChanges and now. i.e., unsaved changes can be rolled-back (or undone and then redone if desired).

So, this is quite commonly done from what I've seen :-) At least for the Admin console in my app, people have the opportunity to undo changes that haven't been committed.

[1] Naturally if in a direct action you're commiting something to the db you'd also discard changes if an exception occurs.

with regards,
--

LD


_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Undo/Redo in Web Application (From: Jerome Chan <email@hidden>)

  • Prev by Date: Re: Undo/Redo in Web Application
  • Next by Date: Re: Undo/Redo in Web Application
  • Previous by thread: Re: Undo/Redo in Web Application
  • Next by thread: Re: Undo/Redo in Web Application
  • Index(es):
    • Date
    • Thread