Skip to main content



      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 02:43 Go to next message
Eclipse UserFriend
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 07:26 Go to previous message
Eclipse UserFriend
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é

[Updated on: Thu, 23 September 2021 06:55] by Moderator

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


Current Time: Tue May 20 00:04:37 EDT 2025

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

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

Back to the top