Fwd: Lotus Notes from cocoa
Fwd: Lotus Notes from cocoa
- Subject: Fwd: Lotus Notes from cocoa
- From: René van Amerongen <email@hidden>
- Date: Thu, 4 Mar 2004 10:22:21 +0100
This is great. I am not alone anymore :-)
I would like and have to make also something for notes on the mac.
Does someone has further references about notes and mac?
it may be everything, a Blog, opensource project, samples.
Ok, We know we can google, but I did get back > 50.000 hits and I was
very specific and the value was in general not much
I will making a list about this and make this available to others
So please, send what you know
Thanks
Op 4-mrt-04 om 3:43 heeft mathew het volgende geschreven:
On Feb 9, 2004, at 6:03, Stefan Pantke wrote:
Primarily: Access to notes names.nsf for (person/group) record
retrieval. Once way would be LDAP, another would be Lotus Libs.
The point is: May I retrieve any names.nsf data through LDAP? Or Do I
need to access the names.nsf better trough Lotus proprietary protocol.
There are lots of ways to do this...
1. Use CORBA, as long as DIIOP is enabled on the server. Direct access
to
Notes databases, including names.nsf, via the Domino Object Model
(DOM).
2. Use LDAP. Also works in the situation where the directory
information is
decentralized--that is, where the Domino server may itself be using
LDAP
via the Directory Assistance facility to look up the information
from some
other server. Only works for names and addresses, of course.
3. Use XML. Export DXL (Domino XML) from a view in the database via
HTTP,
then parse it.
4. Use the Notes C API. Never used it directly myself, but I believe it
still
exists.
Second (not so important): I potentially need to access notes DBs.
For this purpose, I suppose only Lotus Libs are the way of choice.
Actually, any of the above will work, except method 2.
For access to a strictly local address book or database, your options
are a lot more limited. I think the C API would be the only reliable
way to go, in fact.
mathew
[ Disclaimer: This is not an official IBM response. ]
[demime 0.98b removed an attachment of type
application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.