• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Package for Lotus Domino server

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I'm developing a mail client application.
I need to connect to a lotus domino server.
I came across that its possible to do it using lotus.domino package.
But I'm not able to find and download it.
Please provide me some link to download this API.


Thanks in advance,
..jp
 
Ranch Hand
Posts: 234
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What you need is called "The Lotus Domino Toolkit for Java/CORBA".
But I can't find it easily on the IBM website (I have found it before, so it should be there, but I always struggle with the IBM site).
Normally, it should also come with your version of the Lotus Domino server.
 
Jayaprakash Manikka
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually I don't have Lotus Client.
But I have access to a remote Domino server.
And I want to access my nsf file from that server.
I've been searching for this toolkit desperately.
If anybody knows any active download link (because most of them are dead), please provide it.


Thanks,
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you'd need the NCSO.JAR file that comes with Domino. It is usually located in \lotus\domino\data\java directory.

Here is an example from help.



Your code will differ, since you are making a remote call.

Hope this helps,

Don
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Could you please post the code snippet for connecting remotely to Lotus Notes Repository and reading / downloading all the documents in it ?
Thanks in advance,
reply
    Bookmark Topic Watch Topic
  • New Topic