Hi Ihab, What do you plan to do when you say "integrating" ? Is it Lotus Notes who will use Apache Camel or you would like to use camel to integrate a Lotus Notes (Domino) server ?
I do not know the REST or SOAP api of Lotus but the first approach that you mention (java) is based on CORBA and IIOP. We do not have a CORBA/IIOP component but you can easily integrate that using camel-bean --> http://camel.apache.org/bean.html Regards, Charles Moulliard Sr. Principal Solution Architect - FuseSource Apache Committer Blog : http://cmoulliard.blogspot.com Twitter : http://twitter.com/cmoulliard Linkedin : http://www.linkedin.com/in/charlesmoulliard Skype: cmoulliard On Mon, Mar 21, 2011 at 11:23 AM, ihabo01 <ihab...@gmail.com> wrote: > Hello all, > > I would like to integrate with IBM Lotus through Camel (read/write) but I am > not sure what is the simplest way to do so. > > First investigations indicate that Lotus has a couple of ways to connect to, > mainly: > 1- > http://www.ibm.com/developerworks/lotus/library/ls-Java_access_pt1/index.html > Notes.jar : a JAVA library > 2- http://www.ibm.com/developerworks/lotus/library/web-services2/ SOAP > Services: but those are not out of the box and need to be created > 3- > http://www.ibm.com/developerworks/lotus/library/ls-Java_access_pt1/index.html > Rest API through XPAges/Agents > 4- > http://www.techrepublic.com/article/application-integration-create-an-odbc-connection-to-a-lotus-notes-database/5116212 > ODBC driver > 5- http://www.dominoguru.com/pages/domino_rest_xpages_part1.html REST using > XPages XAgets > > All of them seem to be doable but as I has no experience with Lotus, it is > hard to judge which are possible/simple to use, what are the prons/cons for > each especially that I want to use Camel as an integration plateform? > > Many thanks in advance for your help > > Regards, > > Ihab > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Lotus-notes-Domino-integration-tp4221710p4221710.html > Sent from the Camel - Users mailing list archive at Nabble.com. >