Of course I got my answers.Now you've got me confused, are you looking for someone to ask you questions or are you looking for the answers?
If you really want to ask, can you choose 1 or 2 questions?what is Web API Server?
what is MinimaList API Server?
what is Web API Client?
what is MiniORM?
what is EndsMeet?
what is Velocity template engine?
what is ImageScaler?
what is JWToken?
B4X can use as backend?
what is B4J server?
what is API?
What are all the above use for?
?
I would like you to write a list of your SWs (related to the topic) here, with a concise description-explanation next to each entry.If you really want to ask, can you choose 1 or 2 questions?
Sounds like a full documentation.I would like you to write a list of your SWs (related to the topic) here, with a concise description-explanation next to each entry.
Then others can refer to a specific item on this list to ask further questions.
I guess many members don't understand
what is Web API Server?
what is MinimaList API Server?
what is Web API Client?
what is MiniORM?
what is EndsMeet?
what is Velocity template engine?
what is ImageScaler?
what is JWToken?
B4X can use as backend?
what is B4J server?
what is API?
What are all the above use for?
why no one asked?
Thanks for asking.Thanks a lot.
MinimaList originally was just a simple code module. It was then used by me to create a "RESTful" API server which doesn't need to connect to a SQL database. MinimaList just working with Maps and Lists. It is similar to working with NoSQL. I don't have any intention to make it compete with other NoSQL database like Firebase or MongoDB. It is just a simple way to store data "temporarily" in memory as objects or variables. Optionally, can also be store in KeyValueStore. No SQL knowledge is needed.MinimaList API Server
Dim M1 As Map = Main.CategoryList.Find(id)
ORM stands for Object Relational Mapping. I learn about this concept in Django (a Python web framework) where developer write code to generate model and manipulate the database by doing migration. I think .NET has Entity framework and PHP also has Eloquent. SQL query is not used. However, I think my version is more like an SQL builder. Currently, the public version supports SQLite and MySQL while I have unreleased version which support Firebird and PostgreSQL.MiniOrm
DB.Table = "tbl_categories"
DB.Where = Array("id = ?")
DB.Parameters = Array(id)
DB.Query
Dim Map1 As Map = DB.First
DB.Table = "tbl_categories"
DB.Columns.Add(DB.CreateORMColumn2(CreateMap("Name": "category_name")))
DB.Columns.Add(DB.CreateORMColumn2(CreateMap("Name": "category_active", "Type": DB.INTEGER, "Default": 0)))
DB.Create
EndsMeet is a name I gave to a web framework I created.EndsMeet
As written above, it is a library which can be use to create web app.Velocity template engine
#@mainLayout()
<h1>Index page</h1>
#end
I guess many members don't understand
what is EndsMeet?
Thank you for giving your answer but I am referring to my creation.I know the answer to this question.
For 80% of world population this is a false statement.
I see and read each post you release about your creations, mostly out or curiosity, and I currently have no project were I could use them...those who know webApps already know what you're talking about and don't ask you questions or maybe they have their own solution
Your solutions are just "one amongst many" or "a drop of water in the Ocean".I started to build Web Api server is because there are not much project like this on the forum
What does this mean? There are too many ready made product in the market? ?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?