[ANN] domingo 1.2 - Open Source Java-API to Lotus Notes/Domino

The Lotus Notes experts from beck et al. projects are proud to announce domingo 1.2, a simple, consistent, object-oriented easy-to-use Open Source Java-API to Lotus Notes. With domingo it is as easy as in LotusScript to access Notes databases with Java, e.g. no complex exception handling and no recycle necessary any more. domingo is compatible with Lotus Notes/Domino R5, R6, R6.5 and R7.

Please read all further information on the domingo website:

http://domingo.sourceforge.net/

Here you can download domingo:

http://domingo.sourceforge.net/download.html

domingo is published unter the GNU lesser general public license (LGPL):

http://domingo.sourceforge.net/license.html

Best regards

Kurt Riede

beck et al. projects GmbH, München

Subject: [ANN] domingo 1.2 - Open Source Java-API to Lotus Notes/Domino

Hi Kurt,

Very interesting! I’ll have a look at the code this evening!

I’ve sent a memo to your sourceforge address 'cos there are a few things I’d like to discuss :slight_smile:

Frunobulax

Subject: RE: [ANN] domingo 1.2 - Open Source Java-API to Lotus Notes/Domino

Hi,

I just have read your question:

http://sourceforge.net/forum/forum.php?thread_id=1625503&forum_id=542947

ok, let’s discuss this topic on the domingo forum. I’ll post an answer somehwen later today.

Best regards

Kurt Riede

Subject: Domingo connector not available

The connector zip file is not available from the link provided on the Domingo website.

Subject: RE: Domingo connector not available

Hi,

ups, ok, you’re right. Currently the JCA is experimental only, since we did not set use it in any productive system. That’s why we didn’t release any files, but all the source code is available in CVS:

and can easily be built with Apache Maven:

http://domingo.sourceforge.net/domingo-connector/build.html

Would you anyway vote for a file release for evaluation/testing, even it is only experimental? Let’s say as a ‘technology preview’?

Best regards

Kurt Riede

Subject: RE: Domingo connector not available

We have now released the first alpha release of the domingo-connector:Domingo - About

http://domingo.sourceforge.net/domingo-connector/download.html

Best regards

Kurt Riede

Subject: [ANN] domingo 1.2 - Open Source Java-API to Lotus Notes/Domino

I wonder java.lang.classNotFoundException: com/bekk/log4jext/domino/DominoAppender indicates that somebody is running “domingo”? Just today I wondered who again at my customer is playing around with Java – they unfortunately try to use it for the wrong reasons.

Subject: RE: [ANN] domingo 1.2 - Open Source Java-API to Lotus Notes/Domino

No, domingo doesn’t offer a Log4j-Appender for Lotus Domino.The domingo classes are in the package de.bea.domino

Subject: [ANN] domingo 1.3 - Open Source Java-API to Lotus Notes/Domino

Due to the big feedback with many questions, tips, feature-requests and acceptance, we decided to publish a new release 1.3 with answers and fixes to all questions to 1.2.

This release adds new methods for dealing eith attachments, the whole bunch of functions related to full-text search and other details. It also improves handling and reporting of misconfigurations like incomplete classpath or PATH.

Please read about all further changes here:

http://domingo.sourceforge.net/changes-report.html

Here you can download domingo 1.3: http://domingo.sourceforge.net/download.html

Best regards

Kurt Riede

beck et al. projects GmbH, München

Subject: *Sounds cool. Thanks for sharing!