B4J Tutorial [BANano+jSERVER=BANanoServer] Going full circle - alwaysbusy    Oct 27, 2023   (29 reactions) INTRODUCTION B4J has an excellent jetty based server: the jServer library. BANanoServer uses... the BANanoServer Library as it did before in case you want to use another backend like PHP, but only having... at the code of BANanoServer, ABM users will recognize the powerful Caching system, Root and http2... with the library is a Template.bjl file to use in a BANanoServer object. Note that a B4J jServer project (where BANanoServer is based on) must be a Non-UI project! So you can normally not use... B4J Library [Web] BANanoServer CRUD REST API - Mashiane    Feb 9, 2026   (4 reactions) Hi Fam Download Source & Demo As promised, here is the CRUD REST API for your BANanoServer Applications (you can do a little connection tweak it for pure jetty apps). Developed in partnership with @aeric , a big thank you. This project has been fully inspired by the PHP-CRUD-API. As this is used via jetty server (webserver), there is no need for PHP This source code defines a RESTful API.../68MikXnlRI24NrMry1LIrK How does the BANanoServer CRUD REST API really work?... B4J Tutorial [BANanoVuetifyAD3] Deploying BANanoServer on Windows HTTPS - Mashiane    Nov 5, 2021   (2 reactions) are copied to your B4J external libraries
Download the BANanoVuetifyAD3 BANanoServer Kitchen Sink, we... BANanoServer projects
NB: The linked BANanoVuetifyAD3 BANanoServer Kitchen Sink above has already been... Share My Creation [BANanoVuetifyAD3] BANanoServer - Direct MS-ACCESS CRUD - Mashiane    Nov 15, 2021   (5 reactions) Hi there A rather incredible opportunity!!! I mean accessing MS-ACCESS databases directly from the jetty server with jSQL. Download This has been rather a tricky exercise. 1st, thanks to @Erel post here. BTW, you need to follow the steps on that post first to make this work. https://www.b4x.com/android/forum/threads/opening-ms-access-databases-mdb.107963/#content 2nd @OliverA , pointed us to... Share My Creation [BANanoVuetifyAD3] BANanoServer - DirectMSSQL CRUD - Mashiane    Nov 7, 2021   (1 reaction) Hi there... Download 121380 DataSource Database Settings 121381 Option 1: Use jdts In Main Add: #AdditionalJar: jtds-1.3.1.jar This can be used with Dim jdbcUrl As String = $"jdbc:jtds:sqlserver://${serverIP}:${serverPort}/${serverDB};instance=SQLEXPRESS"$ pool.Initialize("net.sourceforge.jtds.jdbc.Driver", jdbcUrl, login, password) SQLx = pool.GetConnection Option ... B4J Tutorial [Web] How to build Full Stack WebApps with BANanoServer CRUD REST API? - Mashiane    Feb 9, 2026   (2 reactions) Hi Fam
Download Source Code
Step 1: In the files folder there is an address book sql file. Upload this to your MySQL db. You can install MySQL for that. If you have phpMyAdmin, you can use that to i... Share My Creation BANanoVuetifyAD3 Contact Manager WebApp using BANanoServer MySQL jRDC2: Source Code - Mashiane    Aug 5, 2021   (16 reactions) Hi there
Announcing our next project. A contact manager jRDC2 WebApp using the BANanoServer.
117428
The project is DonationWare and any donation is welcome. The paypal address is anele@mbangas... B4J Question [BANanoServer] [SOLVED] Request assistance with jRDC2 error with ResumableSub - Mashiane    Jan 31, 2021 Ola
Download
I'm attempting to implement jRDC2 with my test project with the BANanoServer. I am able to perform CREATE, UPDATE, DELETE calls, however each of them results in an error.
107205... B4J Tutorial [BANano] Lessons I learned from building a Background Worker in a BANanoServer Project - Mashiane    Apr 11, 2025   (1 reaction) Hi Fam
V7 of BANano came with background workers. I tested this and I was happy recently to actually use them in a solution.
https://www.b4x.com/android/forum/threads/banano-v7-using-background-work... B4J Tutorial [BANanoVuetifyAD3] Deploying BANanoServer on Windows HTTP - Mashiane    Nov 5, 2021   (1 reaction) Ola The BANanoVuetifyAD3 BANanoServer kitchen sink was updated yesterday to favour HTTPS connections. This tutorial is necessary due to that otherwise if you have the old version of BVAD3 BANanoServer, it will run without issues. NB: Please note that you don't need the ABJSKStore for this process to work, however if you would want to change to HTTPS in the future, you might as well just...-bananoserver-on-windows-https.135745/#post-858462 Step 2: After compiling the B4XLib from... Page: 1   2   3   4   5   6   7   |