Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » It is possible to implement an offline client Session with Scout(Offline session)
It is possible to implement an offline client Session with Scout [message #1844533] Thu, 16 September 2021 06:43 Go to next message
Oueslati Anis is currently offline Oueslati AnisFriend
Messages: 128
Registered: June 2014
Location: Paris
Senior Member
Hello,
I am in a case where the internet goes off, what is the bes way ( if it exists ) to implement an offline sesssion in eclipse scout ?
Kind Regards
Re: It is possible to implement an offline client Session with Scout [message #1844681 is a reply to message #1844533] Tue, 21 September 2021 11:26 Go to previous message
Andre Wegmueller is currently offline Andre WegmuellerFriend
Messages: 204
Registered: September 2012
Location: Baden-Dättwil, Switzerla...
Senior Member
Hi Oueslati

Scout Classic requires a Java UI Server on the backend, thus the UI cannot run without a connection to the backend. Scout Classic provides some limited offline Features, like allowing the user to enter text in a text-field while offline. But there's no extensible concept to run business logic while you are offline.

If you must have offline support, you should use Scout JS where everything runs in your browser. Scout JS enables you to build apps that run without an online connection.

You can also mix the two Scout flavors. If you have an existing Scout Classic application, you could embed a Scout JS app for a specific offline purpose (e.g. an OfflineAppForm). Technically this should work, but I have no simple example to show you. Also Scout JS requires you to provide your own HTTP services (like REST) in order to load/store data. You cannot simply re-use the Scout Classic protocol for your Scout JS app.

Cheers, André


Eclipse Scout Homepage | Documentation | GitHub

[Updated on: Thu, 23 September 2021 10:55]

Report message to a moderator

Previous Topic:How to display an image from data base into a HTML Field
Next Topic:Shared Variables Error
Goto Forum:
  


Current Time: Wed May 08 10:23:31 GMT 2024

Powered by FUDForum. Page generated in 0.02903 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top