Search code examples
ajaxpostxpageslotus-domino

Is there a way to post data from a html form into a Lotus Notes database


In a project I'm working on, I extract data from a Lotus Notes database and save this as a JSON file for use in a web application.

Now, I need to know if there is some way for me to reverse this - use Ajax POST to send data from my web app and have it inserted into the Lotus database. I've done some browsing, but I'm not sure if maybe I'm looking up the wrong things, because I cannot find anything.


Solution

  • Sure. You can use "classic" Domino and create an agent that you post your data to, or you can use XPages and create an XPage that you post your data to.

    I have blogged about a HTTP request consumer written in XPages, and Chris Toohey has blogged about a HTTP request consumer written as a Lotusscript agent.