Bug? [Solved - Fixed By Redownloading BANanoServer] BANanoServer Requires MySQL? - alwaysbusy (first post) Apr 30, 2022 (3 reactions) BANanoServer is a package that has a lot of stuff in it prepared that you can use. One of those things is a database connection (something almost every Webapp needs at one point). But you do not have to use it. The redownload probably fixed the missing HikariCP library problem. B4J Library [Web][BANano] Website/App/PWA library with Abstract Designer support - alwaysbusy Dec 16, 2024 (51 reactions) 126150
119839
INTRO
BANano is a new B4J library to websites/webapps with (offline) Progressive Web App support. Unlike its big brother ABMaterial, BANano does not rely on any particular framework like Materialize CSS. You will have to write that part yourself, but on the other hand, you hav B4J Question [BANano] [SOLVED] Request assistance in sending HTML via inline PHP Mail function - alwaysbusy (first post) Aug 28, 2020 (1 reaction) It is a .b4xlib and if you look into the source code, it is *very* similar to an ABM app. BANanoServer is an easy-to-use Wrapper around jServer (like ABM is). And is simple to use, see https://www.b4x.-jserver-bananoserver-going-full-circle.111406/#content B4J Tutorial [BANano+jSERVER=BANanoServer] Going full circle - alwaysbusy Oct 27, 2023 (28 reactions) INTRODUCTION
B4J has an excellent jetty based server: the jServer library. BANanoServer uses this lib and provides you with a lot of goodies to make building WebApps with B4J very simple.
NOTE: This library is in the full BANano library zip file.
NOTE: You can still use BANano without the BANano B4J Tutorial [Web][SithasoDaisy] Mastering Server Progressive Web Apps - Mashiane Feb 13, 2024 Hi Fam
In this thread we will look at creating BANanoServer Applications using SithasoDaisy. BANanoServer is the equivalent of ABM but for BANano, but with the full power of using the Abstract Designer to develop your User Interface.
What you will need.
SithasoDaisy 2
BANano
Let's begin
Relat B4J Question [BANanoServer] [SOLVED] Handling User Sessions - alwaysbusy (first post) Jan 13, 2021 (1 reaction) In a websocket class, use ws.Session.
In a WebSocket class (bi-directional) yes, needed. In a Handler class it has nothing to do with websockets, but is only one direction (browser -> server) B4J Tutorial [Web][SithasoIONIC7] Mastering Server Progressive Web Apps - Mashiane Feb 14, 2024 Hi Fam
In this thread we will look at creating BANanoServer Applications using SithasoIONIC7 Mobile Kit. BANanoServer is the equivalent of ABM but for BANano, but with the full power of using the Abstract Designer to develop your User Interface.
What you will need.
SithasoIONIC7 Mobile Kit
BANan B4J Question [BANanoServer] Exposed Web Socket Messages - alwaysbusy (first post) Apr 07, 2022 (3 reactions) It looks like Debug is indeed always on. I'll try to disable this when running in Release mode in the next release of BANano (normally released by the end of this week)
Alwaysbusy Share My Creation [BANanoVuetifyAD3] BANanoServer - Direct MS-ACCESS CRUD - Mashiane Nov 15, 2021 (5 reactions) Dim dDB As DirectDB dDB.Initialize If dDB.OpenMSAccess(File.DirApp, dbname) Then Select Case scommand Case "insert", "update", "delete", "createtable" dDB.SQLRunQuery(query, args) payload2browser.Put("error", dDB.error) payload2browser.Put( B4J Question [BANanoServer] [SOLVED] How can I listen for HTTP Payload data? - alwaysbusy (first post) Jan 12, 2021 (1 reaction) Of course it is. Again BANanoServer = jServer.
In fact, you can probably just import all your handlers and RDC stuff in it.
Alwaysbusy Page: 1 2 3 4 5 6 7 Powered by ColBERT |