All
All
Projects
Snippets
Go
Explore
Home
About
Get Involved
IP
Legal
Interact With Us
Blog
Webinars
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Explore
Home
About
Get Involved
IP
Legal
Interact With Us
Blog
Webinars
Resources
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Resources
Discord
Twitter
YouTube
Facebook
OpenNTF GitHub
OpenNTF Connections GitHub
IBM Connections Downloads
DominoHelp (external)
Projects
Snippets
Collaboration Today
Sign In
Username
Password
Forgotten your login credentials?
Login
Register
All
All
Projects
Snippets
Go
New Release of Domino OSGi Extensibility
Posted by
David Taieb
on
May 5, 2010
Thanks to the very good feedback from version 1.0, many improvements to the
Javaddin
tasklet container were added in version 1.1.
• Tasklets are now running on a different thread than the main java thread. This improves responsiveness of javaddin commands while a long running tasklet is in progress
• Tasklets now support the “triggered” attribute that let a task run based on an Extension Manager event. This feature requires the Javaddin extension manager library to be installed. Note: only a subset of the extension manager events are currently supported in javaddin 1.1. Based on feedback, I will add support for more events as appropriate.
There is a new tasklet sample called TriggeredExample that illustrate how to create a tasklet that can be triggered by event:
• Tasklets progress can now be monitored and/or canceled. An IProgressMonitor object has been added to the run method signature. Tasklets implementations can provide progress monitoring via the IProgressMonitor argument, they can also be notified if a task has been canceled.
• New javaddin commands:
• tell javaddin status: give the status of the current tasks
• tell javaddin cancel: cancel all the current tasks
More detailed information about these new features can be found in the
readme.pdf
located in the
distribution zip
.
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus