EasyUI Forum
April 28, 2024, 04:26:30 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: DataGrid: Can server send update with new list without client req from browser?  (Read 6481 times)
rangaNadha
Jr. Member
**
Posts: 50


View Profile
« on: June 09, 2020, 10:48:27 PM »

Hi All,

Is there any way we can send new list to the UI from server, if third party application updates data in database?

Scenario:
ActiveMQ(got new message in queue)  -> Java listening to that queue and read the message -> updated in Database -> this new list data can we send back to the UI datagrid without making request from browser?

 
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: June 11, 2020, 02:25:26 AM »

The request must be made from the browser, the http will be broken after the request is made.
Logged
sky-t
Full Member
***
Posts: 145


View Profile
« Reply #2 on: June 12, 2020, 02:57:33 AM »

Hi,

you could try to use websockets to send new information from server to browser without request from browser.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!