• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

modify Application to run in clustering environment

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Our application is running on JBoss 3.0.3. We are migrating it to run on JBoss 4.0.4 clustering environment.

Some application modules use JDBC to talk to the database. How should I handle the data synchronization issue? For example,

If one request from client A to application to update the firstname, and another request from client B to update the lastname. In this situation how should I keep the updates from those two requests?

Also, if I want the application to run in a highly available environment, what should I consider from application(coding) point of view? I realized this wasn't a simple topic, but a direction will be helpful.

Any advices will be appreciated.

Thank you.
 
Ranch Hand
Posts: 262
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This article will get you started with basic terms/concepts.
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic