Results 1 to 2 of 2
Thread: Real time user update
- 12-16-2010, 10:46 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 1
- Rep Power
- 0
Real time user update
Need a help from gurus,
I are going develop this web application, front end will be written in Flex, middle tier will be Spring with core java, and the DB will be oracle, We have this requirement which is say while a user is working in front end (has to be a registered user with access roles), if the db admin goes and changes the user's details (say access role) that change should be notified to the user immediately,
I need solutions from u guys to answer this problem, dont worry about the flex part but how to do it in java of course with some built in functions with oracle?
Your ideas are highly appreciated.
- 12-16-2010, 11:18 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
You can't push from a straight web app.
If the web app makes frequent calls to the server to decide what it can and cannot do then a change of permissions shouldn't pose a problem (assuming you aren't cacheing the user data). Unless you expect the front end to suddenyl kick the user out of a screen they're already in?
Similar Threads
-
How to update in real time
By darius_dada in forum AWT / SwingReplies: 1Last Post: 12-14-2010, 10:05 PM -
Has Some one done this before...(Real Time Data Server)
By bonjovi4u in forum Java ServletReplies: 0Last Post: 04-14-2010, 05:49 AM -
real-time validation
By atomz4peace in forum EclipseReplies: 0Last Post: 01-06-2009, 07:31 PM -
how get real-time output
By tOpach in forum New To JavaReplies: 5Last Post: 12-17-2008, 08:41 PM -
how can I update an image which is captured from a video in real-time ?
By aneuryzma in forum New To JavaReplies: 0Last Post: 08-13-2008, 10:46 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks