If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Design qyestion- temporal configuration

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-04-07, 12:06
avihai avihai is offline
Registered User
 
Join Date: Jul 2003
Posts: 24
Design qyestion- temporal configuration

Hey,

i need to implement concept similar to the concept of editing word document all the changes are saved in temporal document until the user click on save or close the document.

I need that all the configuration that the client do will be in temporary mode.
means that other client will not see the changes until the user will click on the save button.

Can any one give me an idea how to do this (maybee temporary schema ...)

Thank you
Reply With Quote
  #2 (permalink)  
Old 05-08-07, 06:02
aschk aschk is offline
Registered User
 
Join Date: Mar 2007
Location: 636f6d7075746572
Posts: 770
Are you using a stateless protocol or a stateful protocol?

If the latter then you can use transactions.
Reply With Quote
  #3 (permalink)  
Old 05-08-07, 09:50
avihai avihai is offline
Registered User
 
Join Date: Jul 2003
Posts: 24
I am using stateless this is the problem

i can let the client to do some operation and in the end to ask for rollback because each operation it call to a stateless bean.

i need a solution for this
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On