I would like to introduce our new solution called "Domino OAuth2 Provider (DOAP)".
We developed OAuth2 provider that can run on IBM Domino server.
Our Domino OAuth2 Provider (DOAP) brings true OAuth2 capability to your IBM Domino Servers.
Since we decided to provide DOAP community edition for Non-Commercial Use Only, everyone can download and use it.
Please visit our DOAP website and get the DOAP installer and free license
This sample chat application is written by Node.js, web-socket and OAuth module to communicate with DOAP.
After the user login to Domino via Domino OAuth2, they can start chatting immediately on the web based node.js page. The chat comments are also synchronized with discussion nsf in the background. To pull/push the comments from/to the document of discussion nsf, we access to URL of Domino Data Service(aka Domino REST service) with Domino OAuth accessToken in the request body so that the token authorize the each requests seamlessly.
Below is the demo movie, please turn on the caption of the movie to understand what's going on.
IBM Notes/Domino Day 2017 was held in Tokyo on 09/19/2017.
I was very glad to hear that IBM Japan put "Notes/Domino" in their event title! It reminds me the Lotusphere event somehow.
And surprisingly Ed Brill came to Japan for speaking at OGS session of this event. Welcome to Japan!
In this event, IBM announced new coming service called "IBM Domino Application on Cloud" and the details.
IBM Domino Application on Cloud(DAC)
As my opinion, the one of biggest announcement is IBM Domino Application on Cloud in this event.
First time I've seen the golden color icon of Domino!
"IBM Domino Application on Cloud (DAC)" seems to provide the cloud platform that users can deploy the own custom NSF applications, and IBM tunes and do service maintenance for cloud domino server as well as the other PaaS solution.
The service release date is in October,2017, so it is really coming soon!
Before I've heard this new announce, I was wondering the answer for "IBM Domino Applications on cloud" solution by IBM is "XPages on Bluemix", However IBM was preparing much better answer than my guessing.
Below is the features I've heard about DAC in this event.
Built Domino environment by own organization cert ID
Users can create and deploy own custom NSF application
Can be used by IBM Notes Clients, ICAA, WEB access
Encrypt the saved data
Capability of sending mail and/or running the schedule agent
Allow to replicate between on-premise and cloud domino
Users cannot get the control of domino administration.
Domino server upgrade is made by IBM
Max NSF size is up to 25 GB.
Domino clustering is optional
Enable DAOS is optional
Domino Access Service is optional
Technically, DAC seems to be made by Docker technology and the domino server deployed to the docker container can host the users applications each.
I was also happy to hear that Tokyo data center was included as the Tier 1 location of DAC hosting center.
Tier 1 location is US, AP(Japan), EU(Germany and Netherlands), Tier 2 location is Australia, India, China...
License of DAC
Below is the information of DAC License I'v heard today:
Montly charge by each DB
Contract period is at least more than 1 year
BYOL (Bring Your Own License), so SS&S license of Enterprise Server,Utility Server, etc needed
Start the service from Minimum 10 dbs
Conclusion
IBM already provided the cloud solution for mail, calendar by Verse. And now finally we could get the cloud option for own custom applications. Also I wonder mix environment of XPages on Bluemix and DAC can make something new spark like easily integrating with other systems, etc.
Finally I hope these new services also give the spotlight to the XPages development more.
In the previous post, I explained how to configure Bluetooth device to use by node.js on windows.
1. To control BLE on Windows
2. Get UUID of Bluetooth
3. Get BB8-Bluemix project from GitHub
Surprisingly there is the project named BB8-Bluemix on the GitHub to manipulate the BB-8 via MQTT(IoT). So please get the project code from following URL.
As the next step, open command prompt and change directory to project folder, then install by issuing "npm install".I got some dependencies warning messages, but it didn't interfere the BB-8 manipulation, so I just leave it as it is.
After install is completed, open the spheroDemo.js file and replace the parameter of sphero() function on line 3 by Bluetooth UUID which you got from the previous step. The UUID seems to be more than 20 characters on MAC OS, but it was 12 characters on my windows OS.
4. Create "Internet of Things Platform Starter" application on Bluemix
Login to bluemix.net
Select "Internet of Things Platform Starter" from Catalog.
Specify your preffered value to the name and host, then click Create button
5. Add device on IoT Foundation
After staging the application, select "Internet of Things Platform" from the left navigation.
Click "Launch Dashboard" from device connection.
Click "Add device" after "IBM Watson IoT Platform" page is opened.
After popup the wizard, select "Create Device Type", then next./li>
"Create Device Type" ‐ In "general information" Type "sphero" for the device name, then next.
"Create Device Type" ‐ In "Template definition" just click next.
"Create Device Type" ‐ In "Send information" just click next.
"Create Device Type" ‐ In "Metadata(Option)"just click create.
Select the device type you created above for the "Select Device Type" field, then next.
In "Device Information" Specify preferred value for "Device ID", then next.
In "Metadata" just click next.
In "Security" just click next.
In "Overview" just click add button.
After displaying the device qualification information, Please copy and keep the values in the red color rectangle.
After all done the above steps, back to dashboard of "Internet of Things Platform Starter" then check apiKey and apiToken by clicking "display
qualification info"
6. Configure properties file of BB8-Bluemix project
Go to BB8-Bluemix project folder and open sphero-config.properties.
Please edit the following lines:
deviceid: Specify the Device ID that you used when registering BB-8 on IBM Watson IoT Platform
authtoken: Specify the authentication token that you got when registering the BB-8 on IBM Watson IoT Platform
apikey, apitoken: Specify apikey and apiToken written in "IBM Watson IoT Platform" qualification info
7. Test via Node-Red
Find the Node-Red sample flow form the bottom of the link page bb8-bluemix.
bb8-bluemix Copy the Node-Red json code.(below is the same sample flow)
Launch Node-Red from the application URL of "Internet of Things Platform Starter" that you created in step 4.
Paste the Node-Red flow by following the steps in the screenshot.
Configure the "IBM IoT App Out" node by double-click - Specify Device Type "sphero" which you used in IoT Foundation.
- Specify device Id that you used when registering the device on IoT Foundation
Save Node-Red flow by clicking "Deploy" button.
As the final step, execute spheroDemo.js from command prompt and establish IoT on bluemix connection, then click "Change color to Red/Blue" on Node-Red. If you succeed, you can see BB-8 color is changed.
8. Create XPages on Bluemix application
Finally I can write something about XPages! Please follow the steps to create the BB-8 xpages app.
Select XPages runtime from Bluemix catalog.
Specify preferred name and host and then create the new XPages application.
After staging XPages application, please download starter code. You will be able to find application.nsf
9.Deploy BB-8 Xpages app
Please download the BB-8 xpages application template from the following link:
Please simply replace the design against your bluemix-xpages application (application.nsf), or copy the design of XPages, scriptLibrary, resources(file), stylesheets from the template.
As the last step, please replace the red rectangle lines of sp_mqtt_bb8.js by your IoT information.
Information is also written in "IBM Watson IoT Platform" qualification info
deviceid: Device ID
pubTopic: If device type is not sphero, then replace as you need
mqtt_host: Specify "mqtt_host" of qualification info
mqtt_s_port: Specify "mqtt_s_port" of qualification info
org: Specify "org" of qualification info
apiKey: Specify "apiKey" of qualification info
apiToken: Specify "apiToken" of qualification info
After replacing the design and deploy to the Bluemix, you will be able to see the following top page.
10. Test by XPage app
Step1, Execute spheroDemo.js to establish the connection between BB-8 and IoT Foundation.
Step2, Open the xpages app by your smartphone device.
In this XPAGES app, you can manipulate BB-8 by moving your smartphone like back-forward-right-left. Technically this app is using HTML5+Javascript for motion sensor and paho javascript client to publish MQTT to IoT Foundation.
You can manipulate BB-8 like this movie:
I hope I can explain the inside technology of xpage app in my next blog, and maybe using Paho Java client as further more step. In fact this app does not need to be xpages since client side Javascript does everything. But I hope this helps some other imagination of using XPages, IoT, Bluemix other services.
In the drone project, the central device(PC) connected to the drone by the drone Wifi connection so that the device can receive the drone data and publish to IoT on bluemix or vise versa. In the BB-8 project, the most different thing is BB-8 and PC are connected by bluetooth.
Get BB-8!
I got this BB-8 as the eye-catch item at the booth in the IBM Connect Japan 2016. Normally you download the designated smartphone application and manipulate BB-8 via the app.
When I searched BB-8 by Amazon.co.jp, the "Force Band" seems to be sold as BB-8 option item on 9/30/2016. "Force Band" and my technical approach is maybe totally different, but I am happy to blog this before people purchase the "Force Band".
Bluemix command line interface has been installed.
Bluemix Tool has been installed to the IBM Domino Designer (For more detail Go this link)
BB-8
Bluetooth 4.0 USB adapter
System Diagram
This BB-8 is simpler than Drone.
1. To control BLE on Windows
In my environment, the embedded Bluetooth device could not be used for BLE connection. So I purchased Bluetooth 4.0 USB adapter and then, I needed to setup the device to the WinUSB driver by using Zadig
Below is the Bluetooth 4.0 USB adapter I purchased.
Below is the instruction to setup WinUSB driver so that node.js can use your Bluetooth device.
XPages on Bluemix has been released as GA on May,2016, and developers can get the environment to develop XPages application easily on the cloud.
XPages code are compiled by "XPages runtime" for XPages on Bluemix.
This "XPages runtime" is just for runtime environment and should not store any data like Notes Document. Therefore XPages developer usually bind the service called "XPages No SQL Database" as the data store.
In fact, this "XPages No SQL Database" is just NSF file and you can store the data and create the view, form, etc.
However this "XPages No SQL Database" service is part of "Bluemix Labs Catalog" so far and according to IBM Japan, this service should not been used as the production environment.
By this blog post, I tried to use on-premise Domino as the data store for XPages on Bluemix.
Of cause it does not need to be on-premise domino, for example domino on SoftLayer is same meaning. This approach just try to access to outside of bluemix as the data store. It seams to be called as Hybrid XPages Application on bluemix.
BluemixのXPagesSet up the domino server to be used from runtime
To run Hybrid XPages application, you need to configure your on-premise domino.
If you've already used "XPages No SQL Database" service, you maybe can ealiry imagine this, "/O=Bluemix" is used as Organization on bluemix. so xpages on bluemix cannot access to the on-premise domino without cross-certificate.
So as the first step, you need to create the new server id and then, when you deploy the application to the XPages runtime container of bluemix, you also attach the server id so that XPages on bluemix can communicate the on-premise servers through uploaded server id information.
Premise
Installed Domino Designer, Administrator
Installed Domino Designer 9.0.1FP6 or OpenNTF.org XPages Extension Library verson 15 or above
Bluemix settings are configured by Domino Designer preference
Already created XPages runtime application on Bluemix, and downloaded nsf and manifest file on your local
*Sorry, the screenshot are all in Japanese. I hope you still can understand where and what I explain.
Step 1: Create Server ID for Bluemix
Launch Domino Administrator, then click "Configuration" tab
From Tools pane, click "Registration" -> "Server".
In the dialog, specify cert id and click [OK]
Enter password for Cert ID[OK]
If you don't need to change, then just Click Continue.
Enter server information for bluemix. Click [Register All] to complete the process. Server password is optional and usually you might not put password for server. but I added password since I give this server id to the bluemix. Also I recommend to output the server id as file by checking the checkbox.
OK, nothing special, just server id has been registered. the Different thing is you don't need to install domino server by this server id since you only have to pass this server id to the bluemix Xpages runtime.
*Warning 1: Please confirm the server name is contained in "LocalDomainServers" group.
*Warning 2: Please confirm the server which has the access from Bluemix XPages runtime should contains the LocalDomainServers or created server name in Trusted servers field under the server document -> "Security" tab.
Step2: Configure IBM Bluemix Manifest
Open Domino Designer and then open Xpages application NSF which is created from Bluemix and downloaded.
Open "Application property" -> "IBM Bluemix Manifest"
On the right-top corner, Click Edit button in "Hybrid Configuration" section.
Enter Hybrid configuration
Remote Server Address ( APP_REMOTE_DATA_SERVER_ADDRESS)
: on-premise Domino IP addressのIP.
Remote Server Name (APP_REMOTE_DATA_SERVER_NAME)
: on-premise Domino server name(i.e. App01/ZetaDataBank)。
Runtime Server Name (APP_RUNTIME_SERVER_NAME)
: Server name created above(i.e. bluemix/ZetaDataBank)。
Runtime Server ID File (APP_RUNTIME_SERVER_IDFILE)
: Server id file created above
Runtime Server ID Password (APP_RUNTIME_SERVER_PASSWORD)
: Server id password if you specified.
Directory Assistance Enabled (APP_DA_ENABLED)
: Specify directory assistance enabled or not
Directory Assistance Address Book (APP_DA_ADDRESS_BOOK)
: Directory NSF which is necessary for authentication of hybrid environment (i.e. “names.nsf”)。
That's all.
I created one sample xpage below:
I specified on-premise domino view in this sample. (Line 5)
Deploy to the bluemix through Domino designer.
Bluemix service is going to reboot automatically. After wait for a while, access to the Xpage URL you created, and then if you get the on-premise data in the view, Success!
What's the case you want to invoke the function from string?
There are many situations you want to invoke the function from string of function name. One of case is for example, you might want to switch the functions from the parameter value of HTML Get/Post method.
The example below is client-side javascript(CSJS) when it's triggered from the URL like "http://mydomain.com/ApplyFuncXAgent.xsp?func=callMe". Then switch the flow by the query parameter value of "func".
If you want to simplify the code above, you can write the code like below:
In this case, window object is used to retrieve the function object, then call the target function. However Server-side Javascript(SSJS) does not have the window object like CSJS. Therefore you need to tweak this code a little.
(1) Use "this" instead of "window"
(2) Use eval()
Both (1),(2) can get the same result.
To pass the parameters, Use call() or apply()
Now we could call the function from string of function name. Then if you want to pass the parameters as well when call the funcion, you can use call() or apply() functions. Actually this way is pretty same as CSJS.
For example, when I call the HTTP Get request like "http://mydomain.com/ApplyFuncXAgent.xsp?func=callMe&args=aa,bb". (I added [args=aa,bb] as the function argument's values.) , the SSJS code becomes like below:
The code above is the example of using call(). If you want to use apply(), then instead of passing the arguments separated by comma, pass the Array to the second argument of apply(). Below is the sample code:
Sample code of using XAgent
In my situation, I needed to get the JSON data from the many notes views as the asynchronous connection. (Passing the JSON data for Kendo UI Grid data.) So I decided to use the XAgent to return the JSON data, however I didn't want to create XAgent XPages as many as notes views. So the sample code below calls the function from the Get parameter value of function name and returns the JSON data by the specified function.
HTTP request is like this -> "http://mydomain.com/hoge.nsf/ApplyFuncXAgent.xsp?func=testFunc&args=aa,bb"
Below is the sample code of xpCommon.jss which contains the callFuncByString() above.
The advantage of this logic is avoiding to create many XAgent for notes views. But please remember that dynamically calling the functions from string value sometimes lose the serviceability of code. For example debugging purpose. *This XAgent is just for example and for the real coding, please pay attention to the security when you use this concept since any SSJS standard functions can be called remotely if you don't add any restriction and it is very dangerous.
XPagesDay 2015 is held on Nov 17,18 as online and onsite sessions.
Controlling a drone by Xpage on bluemix and IoT Foundation
Kazunori Tatsuki@KTrick has the onsite session on 11/18/2015 for demonstration of controlling drone by XPages on bluemix with Mr Takeshi Yoshida@SOLXYZ. We are going to explain the following technologies to control the drone in the session
XPages on Bluemix
IoT Foundations on Bluemix
MQTT on Javascript
Node.js
Node RED
WebGL
Gyro and Motion sensor on smartphone
This project is still under development, but we've already finished the WebGL part to synchronize the drone on the browser like below.