Anonymous
Please Login to OpenNTF:
Username:
Password:
Remember me?
Sign in
Did you happen to forget your password? Reset it here
Login
Register
Home
Projects
Snippets
Blog
Follow
Get Involved
Feedback
About
Search
Go
Explore OpenNTF
IBM Connections Downloads
XPages Downloads
XPages Resources
Videos on YouTube
Source Control on GitHub
IBM Collaboration Solutions News
Webinars
Project Updates
Xpages Document Properties
OpenNTF Domino API
Generic XPages and HTML Widget For IBM Connections
GeoJSON Map
Unplugged XPages Mobile Controls
XPages OpenLog Logger
XPages OpenLog Logger
Social Business Toolkit SDK
DomDisc for Android
XPages Extension Library Japan
XPages OpenLog Logger
XPages OpenLog Logger
MultiSelect with Checkboxes Control
Teaser: REST APIs for Domino and XPages
Posted by
Niklas Heidloff
|
June 28, 2011
I've played around with the new Domino Access Services (DAS) and I'm very excited. Since we're still finalizing the last details I wanted to share some more details before we'll release this on OpenNTF. Here is an overview that the developers Dave Delay, Rama Annavajhala and Stephen Auriemma provided.
The
Domino Data Service
is a built-in service that represents Domino data in JSON format. Once you install the extension library, you can begin using the data service without creating an XPage or adding any Java code to the Domino server.
The
XPages REST Services Control
is a component you add to an XPage. Often you add other controls to the page that directly reference the REST Services control. For example, a Dojo Data Grid can reference a REST Services control on the same page. Once you save the page, the service also becomes available outside the page through a well-known URL.
A
Custom Database Servlet
is a Java class you add to a database design. The servlet handles incoming HTTP requests usually by delegating to one of the REST service classes in the extension library. This type of REST service requires detailed knowledge of the Java programming language, but you have complete control over the definition of the service.