Skip to content

degiorgig/org.openntf.domino

 
 

org.openntf.domino

Open replacement for lotus.domino package in IBM Domino

Project goals:

  1. Eliminate Exception handling in lotus.domino API by allowing static exception delegation and standard Java logging
  2. Modernize getters/setters to use Java standard interfaces
  3. Modernize collection objects to implement Iterators where appropriate
  4. Implement Maps and Collections using Domino data objects (eg: Document implements Map<String, Object>)
  5. Using MIME storage, allow any Serializable content to be stored in an Item
  6. Correct methods with have dangerous side-effects (eg: View.isFolder() which builds the index if it didn't already exist)
  7. Provide useful global convenience settings like alwaysUseJavaDates and alwaysStoreGMTTime
  8. Provide useful static utility methods like incinerate(), toDxl() and toUnid(String)
  9. Have some operations that currently throw Exceptions unnecessarily instead simply return null (ie: Database.getDocumentByUnid())
  10. Provide coherent content assist via Javadoc annotations and retention of parameter names in byte code
  11. Eliminate the need to .recycle() Domino objects. Ever.
  12. Greatly reduce the need for defensive coding by allowing typed data access
  13. Provide helper classes and convenience methods for common Domino programming idioms (eg: Name.getGroups(), Database.getDocumentWithKey())
  14. Leverage and republish high-quality core Java libraries like Google Guava and Javolution
  15. Greatly extend the ability of the API to inspect and manipulate design elements
  16. Provide entirely new paradigms like database schemas, graphs, tasklets, event listeners, transactional boundaries, and multi-NSF searching and collections.
  17. Provide an alternative, pure Java implementation of the @Formula engine

OPENNTF

This project is an OpenNTF project, and is available under the Apache Licence V2.0. All other aspects of the project, including contributions, defect reports, discussions, feature requests and reviews are subject to the OpenNTF Terms of Use - available at http://openntf.org/Internal/home.nsf/dx/Terms_of_Use.

YOURKIT

YourKit is kindly supporting OPENNTF open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.

We cannot recommend YourKit enough. It's a superb profiling tool with great Eclipse integration. If you're serious about Java development, you need to be using YourKit. No arguments, just do it.

About

Open replacement for lotus.domino package in IBM Domino

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
ExtLib-LICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 85.7%
  • HTML 13.7%
  • XPages 0.5%
  • CSS 0.1%
  • XSLT 0.0%
  • Other 0.0%