Hi there,

maybe someone can give me an opinion on this:

I'm using WebServices to transfer data in form of a "Data Transfer Object" between a 
.NET client and JBoss.

How can I make sure that the data doesn't get stale, when multiple clients access the 
same data at the same time?

I've read some stuff about the "versioning" mechanism, where a version number is saved 
along with the dto, that is being compared against the version-number stored on the 
server when a client tries to update data. If the comparison fails (that means another 
client has already done an update) the update will not take place.

Is there any better solution to this problem under these circumstances (.Net / J2EE / 
WebServices) ? Any best practices ??

thanks in advance
matt

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838763#3838763

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838763


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to