Cognos SDK documentation / tutorial or something like that - sdk

I need to embed cognos analytics reports in my web application with a high degree of integration such as custom UI of reports list, custom UI of report controls and so one. As far as I understand sdk is intended for this purpose, but i cant find any normal guide / tutorial, even hello world example of SDK usage. Please, tell me where it can be found?

The Software Development Kit Developer Guide is available online :
https://www.ibm.com/support/knowledgecenter/en/SSEP7J_10.2.2/kc_gen/com.ibm.swg.ba.cognos.cbi.doc_dev_toc-gen8.html
You can find a pdf version of this documentation after the installation of the SDK component of Cognos 10.x (can't find a pdf version for cognos 11.x but it's probably the same guide)...
Default path : C:\Program Files\ibm\cognos\c10_64\webcontent\documentation\en\dg_sdk.pdf
And finaly you can find a lot of SDK samples in this place :
http://www-01.ibm.com/support/search.wss?q=SDK%20Sample

Related

What is the license for the iOS Google Mobile Vision Library?

I'm trying to find out what is the license/terms for the iOS version of the library : https://developers.google.com/vision.
Their Cocoapod page mentions both "Custom" in the upper right corner and Apache further down the page : https://cocoapods.org/?q=GoogleMobileVision
I'd like to have the link to the real licensing terms on their website but I can't find it. Looking at the header files themselves, their is not a single copyright claim either.
And finally, if the library is open sourced, where can I find the source code?
Thanks!
So, I opened an issue under the Sample project on Github to inquire about the actual FaceDetection library license and they answered. The actual library is NOT open source and is licensed under those terms : https://developers.google.com/terms/
See this link about Google Cloud Vision API prices, I don't know if this pricing formula is also for Google Mobile Vision API.

Delphi & Google drive - API info

You may crucify me for this, but the link for "Support - Drive API" on the Google drive SDK website itself took me here - on the SO forum to put up a new question, so thats exactly what I'm gonna do as I didnt find any other useful info elsewhere.
Is there any way at all, and if so, where could I get any documentation/help/examples for accessing Google Drive from my delphi application? The online SDK seems to only allow use for iOS, Web and Android devices... no Desktop api available?
I know about TAdvGDrive component that comes with Tms Cloud Pack, but am looking into a solution that wouldn't cost me 100$ to get it done.
I've done this using REST (unfortunately I can't post the code here because was a private work for a customer). Anyway you can check for the Google Drive API REST documentation here. Starting with Delphi XE5 you can use the REST Client Library (If you are using an older version of Delphi you can use Indy or another library to build a basic REST library). I'm not aware of any sample about using The Google Drive SDK REST and Delphi, but you can start reading the RESTDemo Sample App, and check the Google documentation.
UPDATE (01/03/2018) - LINK RESTORED
I just found an article to access the Google Drive SDK using REST and Delphi here.

Blackberry Web works 10

I am interested Blackberry 10 development with HTML5/CSS, but I don't know what tools are needed for developing an application. Please explain the procedure to develop an application in Blackberry 10 using HTML5/CSS.
Thanks in advance.
Start with the official documentation. It gives an overview of WebWorks, and the tools needed.
https://developer.blackberry.com/html5/documentation/what_is_a_webworks_app_1845471_11.html
Use the Ripple emulator plugin for Chrome for testing:
https://developer.blackberry.com/html5/documentation/getting_started_with_ripple_1866966_11.html
Beginner tutorial:
https://developer.blackberry.com/html5/documentation/tutorial_javascript_geolocation.html
Signing keys overview:
https://developer.blackberry.com/html5/documentation/signing_your_app_1920008_11.html
To add on to Scott's answer, I'd also recommend checking out our GitHub repo which is full of sample apps for you to use as reference.
https://github.com/blackberry/BB10-WebWorks-Samples

Is QNX® Momentics IDE for BlackBerry® 10 Native SDK Version: 10.0.4 providing Drag and drop functionality in Blackberry 10 native SDK development?

I have a good experience with BlackBerry Java Development Environment. I need to know about QNX based IDE for development of Blackberry 10. I successfully installed and ran a small example.
But here I am not finding any drag and drop IDE. I expected that it contain that type of editor, but unfortunately I am not able to find this feature. I am using following IDE:
QNX® Momentics IDE for BlackBerry® 10 Native SDK
Version: 10.0.4
Also the IDE is not showing all hints. How to get Hints?
Is it required manually include header files?
Please help me where can I find this feature in this IDE?
Just to let you know, drag and drop is now available in Momentics (version 10.0.9). You can drag UI components into your code window and it will auto populate the code for you.
Hi i got following answer from Blackberry adviser
http://supportforums.blackberry.com/t5/Cascades-Development/Visual-Drag-and-Drop-Editor-for-Cascades/m-p/1759935#M300
This is currently not available. Please consult the BB NDK documentation for information and updates:
https://developer.blackberry.com/native/
https://developer.blackberry.com/cascades/
Thanks!
If there is error on your qml file that will show it on right square corner so you can come to know that something is wrong on qml. for adding header file and all it not gives any hint like eclips android and eclipse bb is give to users. You have to manually find which header file is missing and add that.

from where can i obtain "built-in-ds" sample project in smart GWT

In the quick start guide for Smart GWT, it says that I should open the "built-in-ds" sample project included in the Smart GWT SDK under samples/built-in-ds.
However this project is not there in the downloadeded SDK. (The latest version of Smart GWT is 2.5)
From where can I obtain this sample ?(as well as other samples- currently the samples folder only has 'showcase' in it).
The "built-in-ds" Sample is included in Smartgwt Enterprise Edition only.
Here you can download a full-featured 60 day trial version for free. In smartgwtee/samples you will find what you are looking for.
But the LGPL version brings a lot of samples as well. You can find them under samples/Showcase/src/com/smartgwt/sample/showcase/client/[nameOfTheSample].

Resources