Sample Composite Application showing new 8.5.1 Features
Category Eclipse
John JY Hsu, Paul BP Pan, Jason CS Yang and Jill YJ Chen have contributed a new composite application sample to OpenNTF. Users can watch music videos on youtube.com and the lyrics are automatically displayed/searched on lyrics.com.
You can find this sample in the catalog or download it from here directly. The documentation is in the zip file and in the project's 'Docs' tab.
Technically this sample shows how to use a new feature in Lotus Notes 8.5.1 called custom actions. With custom actions the composite application containers can be extended so that these actions show up in the Composite Application Editor users can wire properties to these actions. Custom actions are implemented as Eclipse plugins implementing a new extension point.
John JY Hsu, Paul BP Pan, Jason CS Yang and Jill YJ Chen have contributed a new composite application sample to OpenNTF. Users can watch music videos on youtube.com and the lyrics are automatically displayed/searched on lyrics.com.
You can find this sample in the catalog or download it from here directly. The documentation is in the zip file and in the project's 'Docs' tab.
Technically this sample shows how to use a new feature in Lotus Notes 8.5.1 called custom actions. With custom actions the composite application containers can be extended so that these actions show up in the Composite Application Editor users can wire properties to these actions. Custom actions are implemented as Eclipse plugins implementing a new extension point.
This is a screenshot of the application:
This is the landmark used to publish the video name:
And this is the code of the custom action:
This is the landmark used to publish the video name:
And this is the code of the custom action:
Comments
Posted by null At 01:47:05 AM On 11/13/2009 | - Website - |
Posted by kristy At 10:16:03 AM On 11/19/2009 | - Website - |