Date Name Downloads
Sep 10, 2015 0.2.11 177
Aug 21, 2015 0.2.10 (with dependencies) 14
Jul 31, 2015 0.2.10 38
Jun 16, 2015 0.2.8 19
0.2.11
0.2.11
Sep 10, 2015
Apache License
177

Version 0.2.11

  • Eliminate the dependencies to joda-time and ini4j to make easier the use of the libraries
  • Fix this issue about Java security permissions needed
  • Fix a problem about convert from string to date and vice versa. The format used is ISO 8601 (yyyy-MM-ddTHH:mm:ss.SSSZ)
  • IBM Notes wrapper: fix a search problem. It was changed from Full Text search for Formula search.
  • IBM Notes wrapper: Fix a conversion problem from integer to string (“1200.0”)
  • Other fixes and improvements

About the wrapper for IBM Notes:

  • Supports only five basic elements to work with a Notes database (session, database, document, view, iterator)
  • Anyway, you can still use the native Java library to do things like modify the ACL or work with RichText items.
  • Supports local and remote sessions (DIIOP)
  • Auto recycling of Notes objects
  • Supports field size > 32K
  • Good to develop standalone Java programs, Servlets or XPages programs

About the wrapper for OpenNTF Domino:

  • Takes advantage of this great library developed by OpenNTF
  • The auto recycling is managed by OpenNTF Domino API
  • Supports field size > 32K
  • Good to develop standalone Java programs, Servlets or XPages programs