REST easy with kbmMW #24 – XML, JSON or YAML to object conversion
How often have you received an XML or JSON or for that matter a YAML file that you need to…
REST easy with kbmMW #21 – Delphi client stubs
In previous blog post, I mentioned that the new stub generator framework had the features needed to also generate Delphi…
REST easy with kbmMW #20 – OpenAPI and Swagger UI
The upcoming kbmMW update which were supposed to be a minor bug-fix update, will however also contain a new major…
kbmMW Features #5 – kbmMWProcess unit
In The new kbmMW v. 5.06.20 a new unit, kbmMWProcess, was added. This unit make it easy to group, start…
REST easy with kbmMW #19 – HTTP – Headers and cookies
kbmMW contains some nice features to get easy access to a headers and cookies. For example via attributes: [kbmMW_Service('name:SMARTDEMO')] [kbmMW_Rest('path:/myserver')]…
REST easy with kbmMW #17 – Database 6 – Existing databases
kbmMW already contains quite elaborate features to determine and interpret the metadata of tables in a database. In next release…
REST easy with kbmMW #16 – Multiple servers using HTTP.sys transport
We have already blogged about how to use the HTTP.sys transport (TkbmMWHTTPSysServerTransport) with kbmMW in a previous Fish fact blog.…