EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 12, 2024, 02:56:10 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
General Discussion
>
DataGrid: Can server send update with new list without client req from browser?
Pages: [
1
]
« previous
next »
Print
Author
Topic: DataGrid: Can server send update with new list without client req from browser? (Read 7837 times)
rangaNadha
Jr. Member
Posts: 50
DataGrid: Can server send update with new list without client req from browser?
«
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
Re: DataGrid: Can server send update with new list without client req from browser?
«
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
Re: DataGrid: Can server send update with new list without client req from browser?
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...