B4J Library [Web] WebAPI Controller

Attachments

  • WebApiController.jar
    3.2 KB · Views: 36
  • WebApiController.xml
    516 bytes · Views: 35
Last edited:

peacemaker

Expert
Licensed User
Longtime User
It would be good to have a tutorial how to use all sub-systems in a whole system, with step by step descriptions and links to the sub-systems.
For me it's interesting usually for any new project - starting with the DB structure development... And next during development i'm updating the structure, adding\editing the fields, tables... And just after structure update - start the app and test the made addition.
 

aeric

Expert
Licensed User
Longtime User
a tutorial how to use all sub-systems in a whole system
I have created some tutorials but some information are already outdated.

I also have created live streaming on YouTube.

Maybe I plan another YouTube tutorial after I released the stable version of Web API Server template v2.06.
 

aeric

Expert
Licensed User
Longtime User
Version : 1.05
  • Controller (Api) - For creating Controller such as ProductsController
  • Controller (Find)* - For creating Controller that suitable for searching another Controller (with Categories and Products controllers example)
  • Controller (Web) - For creating Controller that suitable for IndexController or home page (that does not return Api)
*new
 

aeric

Expert
Licensed User
Longtime User
Version: 1.07
  • (Add) RequestURI variable
  • (Add) ControllerElement variable
  • (Change) Show sub renamed to ShowPage
  • (Remove) GetSearch sub
  • (Remove) PostSearch sub
 
Top