Download
How to download the JAddin framework
JAddin-2.1.3.zip
18KB
Binary
- Remove JVM version check
- Project web page moved to https://jaddin.k43.ch
- Added architecture diagramm in documentation
JAddin-2.1.2.zip
18KB
Binary
Download
- Change: Show OS, JVM and Domino versions on console in debug mode
- Change: Add Domino statistic “AddinName.JVM.HeapUsedKB”
- Documentation: The documentation has been updated and moved to GitBook.
JAddin-2.1.1.zip
18KB
Binary
Download
- Change: dbSendMessage now uses mail1.box if mail.box is not present
JAddin-2.1.0.zip
18KB
Binary
Download
- Added static methods JAddin.fromISODateUTC() and JAddin.toISODateUTC()
- Added method generateHash(), encryptAES(), decryptAES(), fromBase64 and toBase64()
- Changed method dbSendMessage() to always create a MIME message
- Changed method dbRecycleObjects() to better support arrays and vectors
- Changed Domino statistic to show date in UTC ISO 8601 format
- JavaDoc changes
JAddin-2.0.0.zip
15KB
Binary
Download
- Major rewrite of JAddin.java and JAddinThread.java
- Now requires JVM 1.8+ (Domino 9.0.1 FP8+)
- Many new and changed methods to support applications
- Complete rewrite of the documentation and publish it on GitHub
- Create project homepage at https://jaddin.k43.ch
- Beta Version for selected customers
- Change: Replace the Thread termination sequence by Thread.interrupt()
- Change: Mark addInTerminate() as deprecated
- Change: Small change in sendMessage() for processing sender name
- Add: New method waitSeconds() to delay execution
- Add: New method recycleObjects() to free Domino object resources
- Add: New documentation chapter to explain program flow
- Add: New command “Version!” to display JAddin, Java and OS version numbers.
- Change: Send the low heap memory warning message only once for each threshold reached.
- Add: New methods addinNextHour() and addinNextDay() to allow for notification of next hour and next day.
- Change: Several runtime optimizations.
- Add: First formal version
- Add: New method sendMessage() to create and send a message.
- New: First public beta version.
Last modified 12d ago