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 Widgets to see OpenNTF Updates in Notes Sidebar and on other Web Sites
Posted by
Niklas Heidloff
on
January 7, 2010
We've published a new project called
OpenNTF Widget
(documentation
here
). This project contains five widgets that can be installed in Notes to see updates from OpenNTF in the sidebar.
Latest Entries in OpenNTF Apache Catalog
Latest Entries in OpenNTF GPL Catalog
Latest OpenNTF Project Releases
Most Active OpenNTF Projects
Latest OpenNTF Blog Entries
Here is a screenshot of the latest project releases Notes widget:
Additionally this project contains widgets that can be embedded in other web sites. We'd like to ask everyone with web sites to consider to add one of the OpenNTF widgets on your site.
Here is a screenshot of the embeddable last entries in Apache catalog widget:
Here are some more details ...
This project contains various widget components that are necessary to see updates from OpenNTF like the latest entries in the catalogs on web sites in other domains or in the Notes sidebar. The code in this project can also be used to build similar custom widgets for other web sites than OpenNTF.
For the embeddable widgets the project has two components:
1. A reusable XPage control that gets data as JSON and displays it. Technically this control shows how to 'work around' the one domain security policy by using the Dojo function
dojo.io.script.get
.
This allows putting this control on other web pages than www.openntf.org to see updates from OpenNTF. The project comes with five sample Xpages that use the control to display the lastest entries from the OpenNTF catalogs and latest projects and the most active projects.
2. A sample view and agent that needs to be copied in the target databases which returns data in the JSON format. The Domino URL http://xxx/my.nsf/EntriesByDate?ReadViewEntries&OutputFormat=JSON unfortunately doesn't return the right JSON format.
In addition to the embeddable widget the project also contains five Notes widgets that can be put in the Notes sidebar. The implementation of these Notes widgets is different. Since the one domain policy doesn't apply usual XPage data sources are used to access the data via NRPC (rather than HTTP).
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus