This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes EJB and other Java EE Technologies and the fly likes Dynamic data management Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Dynamic data management" Watch "Dynamic data management" New topic
Author

Dynamic data management

Michal Glowacki
Ranch Hand

Joined: Mar 14, 2006
Posts: 113
Hi

I've a question regarding architecture selection for my project. I need to create something like bwin.com has in live betting. Customers have a page with current options that are changed very fast, admins have a page to change the options. The question is how to implement this to achieve best performance. That's my idea:

Admin has a JSP page with AJAX stuff to add/remove/update things visible on customers side. When he changes anything, it's saved using EJB in db, but also in XML file.

Customers site reads data (every 5 secs, using ajax as well) just from XML file to make sure db is not overloaded. Only when he wants to make an action on given data, double check (with data from db) is made.

What do you thing about this? Is it the fastest solution? Other ideas? Maybe web service for getting data for client?

I think it's very interesting problem, hopefully ranchers will take part in this discussion

Thanks in advance for all tips,
Michal
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Dynamic data management
 
Similar Threads
clear picture of XML.
Good solution for page getting often new data
Ajax Query related to request and response
speed up data saving
This week's giveaway