Domingo

April 21, 2006 – 2:26 pm

Domingo is a simple, consistent, object-oriented easy-to-use interface to the Lotus Notes/Domino Java-API.

f you are a Lotus-Script developer and currently learning Java, with domingo you can access Lotus Notes/Domino as easy as with Lotus-Script. Here are some other important reasons:

* No recycling of notes objects needed at all.
* You donot have to recycle any notes objects!
* Just one more time: recycling of all notes objects is completely handled by domingo!
* exception handling is almost not necessary, but optionally possible
* domingo comes with JavaDoc that can be used in-place in your favorite development environment
* Easy access to the Notes client in Java from outside of the Notes client.
* Stable access to Lotus Domino from a J2EE Web-Application server

[code lang="Java"]
public class AgentContext extends DAgentBase {
public void main() {
DDocument doc = getDSession().getAgentContext().getDocumentContext();
// do something with the document
doc.save();
}
}

[ via atnotes.de ]

Related posts:

  1. domingo 1.3 – Open Source Java-API für Lotus Notes/Domino
  2. Why does Notes …
  3. Domiclipse
  4. New features in Lotus Notes and Domino Designer 7.0
  5. Guide to the Notes/Domino Out of Office

  1. 1 Trackback(s)

  2. Apr 21, 2006: Software Guide » domingo - Open Source Java-API für Lotus Notes/Domino

Sorry, comments for this entry are closed at this time.