data synchronisation - java server side or www server side?

T

Thor

I develop the application, which consists of the following:
- java server module (database connection, query execution, data update)
- www server module (www clients handling, data exchange with java server)
- many www clients (changing data, and need to have all data updated, so
synchronisation is required)

The question is:
To decrease the need of working with database and network load, where should
I keep
synchronised data taken out of database? At the java server side or at the
www server side?
 
M

Mikkel Heisterberg

Ever heard of Entity EJB's - they are actually server side caches of
data and the app server handles the synchronization etc.

lekkim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top