B4J Question Program auto update to new version - AHilton (first post)    Jan 27, 2021   (2 reactions) For a Client/Server app (both B4J) of ours that is a SAAS product using a constant websocket connection , it's a little cleaner because when the MainApp connects to the ServerApp backend, it transmits its' version. The ServerApp then does the checking of each clients' version and requirements again B4J Question WEB APP Sessions with two servers - juventino883    Apr 23, 2022 Hi! I have a doubt about WebApp User session, lets say that I have a web app running in two servers and I have a load balancer that distributes the traffic depending on the load, in this scheme could happen that a user makes a request and the load balancer send the user to server 1, but when this us B4J Question java.sql.SQLNonTransientConnectionException - EnriqueGonzalez (first post)    Oct 11, 2023   (2 reactions) if it is a serverapp then you have to use a ConnectionPool, https://www.b4x.-building-web-servers-with-b4j.37172/#content look for Datebase Connections Pooling B4J Tutorial [WebApp] Chatroom - Threads, Sessions and Server events - Erel    Oct 19, 2017   (8 reactions) The code in code modules will run in the main thread if we call it with CallSubDelayed.
In this example we call WebUtils methods directly as these methods do not rely on any shared data.
Server events
One of the great features of WebSockets is the simple support for server events. Unlike ajax base B4J Tutorial [WebApp] Web Apps Overview - Erel    May 30, 2021   (21 reactions) http://www.b4x.com/basic4android/images/SS-2014-04-10_17.09.21.png B4J v2.00 adds support for web applications based on WebSocket technology. With WebSocket The browser and the server maintain an open communication channel. This channel allows us to build web apps where all (or most) of the logic i B4J Question WebApp Question (noob) - Erel (first post)    Oct 24, 2021 StartMessageLoop is not relevant to this question.
The question is whether this html file needs a web server or not. If it is a simple html file then you can show it with fx.ShowExternalDocument.
If it does need a web server then you will need to create a separate non-ui jServer based project and B4J Question Is exposure of source code a weak point in web socket or jServer web apps? - alwaysbusy (first post)    Dec 02, 2021   (3 reactions) Correct, but I do not have any problem with that as there is nothing in the Javascript part of my WebApps that I consider 'unique' or 'special'. All that stuff is safely on the server side. ;) B4J Question Many Firebase alternative - whitch one to use ? - DonManfred (first post)    Nov 18, 2022   (1 reaction) Yes. You can install a Webserver, ftp, a mqtt-broker, Database, create your own serverapps using B4J. Run jRDC on it.... B4J Question ABMaterial B4JS Dragonfly Still Can Use For WebApp ? - alwaysbusy (first post)    Dec 03, 2019   (3 reactions) Sure, we use it in-house all the time. The last released version is from the summer of this year and since then not a lot has changed on the library. It is stable and used in production.
But also check out BANano (https://www.b4x.-website-app-wpa-library-with-abstract-designer-support.99740/#cont B4J Question jServer and GUI - EnriqueGonzalez (first post)    Jun 05, 2020   (1 reaction) You can't use jserver with javafx. The best way to interact with the server is to create an webapp with html thru http or web sockets. Page: 1   2   3   4   5   6   7   Powered by ColBERT |