I'm building a little personal project; I wish to have a Windows Service that will act as a simple HTTP server accepting requests via HTTP, run queries against an Interbase 6/7 server and then return results in JSON format.
Could anyone recommend some tutorials, free components or just a quick plan of how they would develop the various parts: - Standalone Webserver - Running an Interbase Query - Converting Rows into JSON format
I've tried searching but as a novice programmer I'm getting lost into whats best/recent and whats no longer recommended. I'm interesting in building this project with Delphi 2009 as it would interface with Interbase without needing a ODBC or other driver installed. I also do not wish to have a separate HTTP server (e.g. IIS or Apache).
Any help would be appreciated.
