Easily make your databases accessible via a REST API interface for use in cross platform rich client applications or web applications


Easily make your databases accessible via a REST API interface for use in cross platform rich client applications or web applications
https://www.tmssoftware.com/site/xdata.asp
https://www.tmssoftware.com/site/blog.asp?post=314

Comments

  1. Anyone using this? I'm looking to provide a REST interface to my software, by pushing the delphi UI into a Window Service and replace it with a web-based Angular UI. I can't use RAD Server, due to the licensing.

    ReplyDelete
  2. tmssoftware Do you have any whitepapers for developers that want to push the WinForms app into a SERVICE and then present only a web-UI based on REST requests to software using the tms rest server components?

    ReplyDelete
  3. Vin Colgin, I'm not sure what you mean by "push winforms app into a service"? Yes, you can build REST server with XData and consume it from a web-based Angular UI. There is no much secret in it since XData builds a REST server just like any other and the way to consume it from Angular is similar to any server. You can also of course "host" the XData server in a VCL application, or console application, or Windows Service application. Would that be your question?

    ReplyDelete
  4. Wagner Landgraf that's it. WinForms is dead, long live Web. Was hoping others would chime in on usage.

    ReplyDelete

Post a Comment