2 Replies Latest reply on Nov 16, 2007 8:59 AM by soon5

    Lotus Notes 6.0 Email reading

    chuaky

      hi,

      Need the community advice on an issue which i couldn't figure out :(

      I am building an application for a customer using Jboss portal and seam. The customer has lotus domino 6 and they cannot allow us to use POP3 or IMAP to receive email. Anyone knows any way to read Lotus notes email from Seam?

      Thanks.

        • 1. Re: Lotus Notes 6.0 Email reading
          pmuir

          The best way is to write a JCA adaptor (rar) that adapts between whatever custom mail reading format Lotus supports (assuming the protocol is published etc). The adaptor can then deliver messages using JMS and you can receive them in a Seam managed message driven EJB3. JBoss AS comes with a rar for IMAP and POP3, source can be found in the connector subproject of JBoss AS IIRC.

          • 2. Re: Lotus Notes 6.0 Email reading
            soon5

            I had the same Problem,

            We have some Data in a Domino Database. For access, I used the Domino ODBC Driver, and the Java ODBC-JDBC Bridge.

            It worked realy good. After that I could access the Domino Database the same way I accessed any other JDBC Database.

            Hope it helps.

            Greetings
            Soon5