Which two features enable a gadget developer to programmatically address sizing limitations in an IFrame allowing content to shrink or grow as needed?
A. css
B. views
C. resize
D. dynamic-width
E. dynamic-height
Which three MIME Content-Types are supported by REST/RPC protocols?
A. text/xml
B. text/html
C. application/xml
D. application/json
E. application/openOffice
F. application/OpenSocial
What is provided by OpenSocial support in IBM Connections?
A. OpenSocial only provides support for embedded experiences when used with IBM Notes.
B. OpenSocial integration with IBM Connections provides the Activities application user interface.
C. OpenSocial support in IBM Connections provides the reference implementation for other vendors to evaluate specification compliance against.
D. OpenSocial provides support for activity streams, embedded experiences, and OAuth allowing standards-based integration with in-house or third-party applications.
Which are valid REST API calls?
A. GET, POST, PUT ,DELETE
B. POST, PUT ,FETCH, DELETE
C. GET, UPDATE,PUT, DELETE
D. SELECT, POST, GET, DELETE
Where in the OpenSocial Core gadget namespace are remote content retrieval functions located?
A. gadgets.io
B. gadgets.data
C. osapi.getData
D. gadgets.remoteContent
Which reserved variable is available anywhere within the gadget?
A. Prefs
B. Owner
C. Module
D. ViewParams
Which is a valid JSON object?
A. "nameVMarko"
B. "name":"Marko"
C. ,["name":"Nikola"."deptM:"project management"]
D. [Mname^"Olivera^,,dept,,:7rontdeskl,[Mname^"Milan^,,dept^,,"Mechanican"]
What is the Activity Stream Data (xe:activityStreamData) datasource used for?
A. It uses a proprietary protocol for gathering IBM Connections Activity Streams.
B. Its a datasource that converts an IBM Notes View into an open format activity stream.
C. It is an open format specification for activity stream protocols which syndicate activities taken in social web application and services.
D. It is a server-side JavaScript component added to an XPage. When rendered in the browser, anXSP.activityStreams is instantiated so client-side code can make GET requests to OpenSocial services.
John wishes to install OpenSocial to his workstation to develop an OpenSocial feature in his application-How should John update his IBM Notes client to have this feature?
A. The OpenSocial toolkit is a separate download from the IBM Passport site. John should download the setup file, execute it and follow the steps in the wizard.
B. In Notes, John should go to the Tools menu and select the Notes Smart Upgrade menu option and choose OpenSocial from the server's Smart Upgrade database.
C. John should open his widget catalog and enable the IBM Notes and Domino OpenSocial widget there. After Notes has been restarted, the feature should be available.
D. John should install Notes 9.0 Social Edition. When installing, he should ensure the "OpenSocial Component" option on the Custom Setup page of the installer is enabled.
Danica needs to consume an OpenSocial gadget in her IBM Notes Web application. The rendered page is generated from a Form design element.
What is the best way to add an OpenSocial gadget to her web-based Notes Form?
A. Create a computedText field and make it a Pass thru-HTML text area. For the computed value enter the appropriate Javascript within tags.
B. Create a computedText field and make it a Pass thru-HTML text area and call @GetOpenSocialStream (URL;UserName;Password);.
C. Create a Form text field and make it computed. For the computed value enter in @GetOpenSocialStream(URL;UserName;Password);.
D. Create a computedText field and make it a Pass thru-HTML text area. For the computed value enter @AjaxRequest(URL;UserName;Password);.