Version: 6.80
Create Web API or Application Backend Server using B4J project template
- Pakai Server (6.80).b4xtemplate
- Pakai Server Api (6.80).b4xtemplate
- Pakai Server Web (6.80).b4xtemplate
- Pakai Server Starter (6.80).b4xtemplate
- EndsMeet.b4xlib
- MiniCSS.b4xlib
- MiniHtml.b4xlib
- MiniJS.b4xlib
- MiniORMUtils.b4xlib
- WebApiUtils.b4xlib
- sqlite-jdbc-3.7.2.jar (SQLite)
- mysql-connector-j-9.3.0.jar (MySQL)
- mariadb-java-client-3.5.6.jar (MariaDB)
- Frontend using Bootstrap v5.3.8, Bootstrap Icons v1.13.1, HTMX v2.0.8, AlpineJS v3.15.8
- Responsive design with modal dialog and toast
- SQLite and MySQL/MariaDB backend
- Built-in REST API or CRUD examples
- Better UI/UX/DX compared to version 5.x
- More flexible to generate new models
- HTML generated using B4X
- No JavaScript module
- No jQuery AJAX parsing
- JSON/XML API supported
- WebApiUtils supported with HelpHandler
Dim CacheName As String = "Categories Add Modal"
If ExistInCache(CacheName) = False Then
WriteToCache(CacheName, ModalAdd)
End If
Dim modal1 As MiniHtml = ReadFromCache(CacheName)
Return modal1.buildSupport this project

