I was wondering if it is possible to write an iPhone or an iPad application that can interact with a Domino server/application.
I would appreciate any links or literature that could explain this at high level.
I was wondering if it is possible to write an iPhone or an iPad application that can interact with a Domino server/application.
I would appreciate any links or literature that could explain this at high level.
Subject: yes
Yes you can, but you need to make webrequest to the domino server, probably best via agents in a database, or json from a page/form.
Thomas
Subject: Absolutely!
There’s quite a bit of good documentation out there, notably from:
John Wargo
http://johnwargo.com/index.php/mobile-development/domino-android.html
Tim Davis
http://blog.turtleweb.com/turtleblog.nsf/dx/03102008130211TDAG8F.htm?opendocument&comments#anc1
Mark Hughes
http://dominoextnd.blogspot.com/
Hope that helps - and good luck!