Archive for the ‘Enterprise 2.0’ Category

Oracle WebCenter Webinars This Week: Creating Content-Centric Business Solutions and Mobile ECM through the REST API

Tuesday, December 11th, 2012

It is another busy week on the webinar front for Fishbowl Solutions. We feel very privileged to have been invited to participate in two Oracle WebCenter Content-related webinars, and we look forward to providing attendees with examples during each that should help them further leverage and extend their WebCenter Content investments.

Oracle WebCenter Content for Solving Government Content-Centric Business Problems

Organizations are seeing unprecedented amounts of unstructured information such as documents, images, e-mails, and rich media files.  Join us December 12th to learn about how Oracle WebCenter Content can help you provide better citizen services by managing the content lifecycle, from creation to disposition, with a single repository.  With Oracle WebCenter Content, organizations can address any content use case, such as accounts payable, HR onboarding, document management, compliance, records management, digital asset management, or website management.  If you have multiple content silos and need a strategy for consolidating your unstructured content to reduce costs and complexity, please join us to hear from Shahid Rashid, Oracle WebCenter Development, and Oracle Pillar Partner, Fishbowl Solutions, and learn how you can create the foundation for content-centric business solutions.

•        Solve the problem of multiple content silos (content systems, file systems, workspaces)

•        Fully leverage your content across applications, processes and departments

•        Create a strategy for consolidating your unstructured content to reduce costs and infrastructure complexity

•        Comply with regulations and provide audit trails while remaining agile

•        Provide a complete and integrated solution for managing content directly from Oracle Applications (E-Business Suite, PeopleSoft, Siebel, JD Edwards)

Wednesday, December 12th
2:00 PM EST, 1 PM CST
Register

Exposing WebCenter Data on Mobile & Desktop Devices through the REST API

This webinar will cover how best to leverage the WebCenter REST API and create cross-device compliant mobile and desktop applications using a single code base. We will review web-based frameworks like Jquery mobile, Zepto, Sencha Touch, Phonegap, Appcelerator & Adobe Air. Join John Sim, Fishbowl’s Senior Oracle WebCenter Consultant, as he discusses how these frameworks can enable content from WebCenter to be pulled, synced, and even stored locally for instant access to content without internet access.

Thursday, December 13th
1 PM EST, 12:00 PM CST
Register

WebCenter Suite Real Time Chat – Mobile (Android, RIM, iOS, Windows)

Thursday, October 25th, 2012

As our continued drive to improve the WebCenter Suite I’m happy to announce that Fishbowl Solutions WebCenter Mobile Real Time Chat integration is soon to be released supporting Android, RIM, iOS and Windows Mobile Devices.

No true tablet application support yet but this is on the roadmap (you can use the mobile app on the tablets today or if your site has been optimised for tablets access chat via the integrated browser solution).

If you’re not familiar with our WebCenter Messaging and Presence integration here is a quick rundown of it’s features.

Supports browser messaging integration with the WebCenter Suite – Portal, Sites & Content. There are no requirements to have a messaging XMPP server ie MS Lync setup; however if you do our solution can integrate with a number of messaging solutions ie – MS Lync, gTalk, etc.

For a preview of our browser integration check out these earlier posts

Addon:: WebCenter Portal Spaces Real Time Chat Instant Messaging and Presence Integration Video.

WebCenter Portal Spaces – Real Time Messaging & Presence Solution.

Oracle ADF Mobile released today!!!!!!

Tuesday, October 23rd, 2012

Thats right the press release went out this morning (Here).

Overview
Oracle ADF Mobile is a HTML5 and Java-based framework that enables developers to easily build, deploy, and extend enterprise applications for mobile environments, including iOS and Android, from a single code base. Based on a next-generation hybrid mobile development architecture, Oracle ADF Mobile allows developers to increase productivity, while protecting investments, by enabling code reuse through a flexible, open standards-based architecture.

Oracle is committed to ADF Mobile driving innovating and delivering cutting-edge mobile capabilities across the enterprise, Oracle Applications are planned to be built with Oracle Application Development Framework (ADF), part of Oracle Fusion Middleware.

Check out the latest data sheet here to find out more on ADF Mobile.

Also hit  Oracles Mobile ADF site here to get the latest samples and info on ADF Mobile.

WebCenter Portal Spaces – Real Time Messaging & Presence Solution.

Tuesday, August 21st, 2012

With more social platforms enabling better forms of presence chat integration within browsers like gTalk, facebook chat etc.

I feel It’s about time WebCenter Portal:: Spaces had an improved presence and chat integration; here are some of the current solutions available from Oracle:

- Oracle Social Network (OSN) although not yet released will sit on the Oracle cloud which may not be ideal for your organisation.
OSN to me is very much like Google Wave using the AJAX/comet protocol to handle its messaging service; targeting and integrating with many Oracle Solutions.

- Oracle Instant Messaging and Presence (IMP) Provides an integrated solution that displays users online presence with the ability to chat to users online however you do need the client application installed to chat. Works with Microsoft LCS, OCS and Lync – and can be configured to work with other services like yahoo messenger and ICQ.

As a side note Beehive integration is no longer support, but if you know what your doing can get this to work is PS5. Personally I dont recommend this solution although brings you basic http/ajax chat to spaces.

- Oracle CX (OCX) I haven’t spent much time with Oracle RightNow CX but there are quite a few interesting solutions one is the Chat Cloud services providing an easy and effective way to engage a customer in the purchase process or when they need assistance solving an issue.

With that said last year I began developing my own Social Chat service for WebCenter Portal Spaces that can be used for more than just a browser chat client..

Here is a quick breakdown of features:
- Does not require beehive, presence or XMMP servers for chat – just an authorised spaces connection
- Authenticates against webcenter and lists your webcenter Connections
- Show User online status
- Can link upto multiple XMPP Servers like the Pidgin Client but within a web browser
- Private Messaging support
- Can create a chat room and collaborate with other users
- Can add users within a private chat room to connect in WebCenter (if they are not using XMPP connection)
- Can be used to pass message update notifications ie Workflow notifications from UCM direct to the user.
- I could also create a desktop application using Adobe AIR as a desktop client tool to also manage these connections.
- Mobile supported messaging as websockets are fully supported on mobile devices
- Chat application does not need to sit on spaces and can be on WebCenter Sites or Site Studio
- Notify users of application updates on WebCenter, CRM, BPM
- Send SMS Text messages to users from BPM

For those interested here is a quick overview of how I put the solution together.
I’m using the websockets protocol for messaging this allows for low latency fast connectivity with a fallback to flashsockets and comet if flash is not supported. Whats good WebSockets are part of HTML5 and are supported by all mobile browsers and the latest desktop browsers. (Currently I support IE6+ and the other main browsers as you can take this solution and integrate it with Sitestudio or Sites)

Kaazing has great articles and posts on WebSockets if you want to find out more
Why you need WebSockets in your life and not commet long polling

Sessions are set via the browser session header and stored against the active user GUID.

I use the REST API to grab the users connections list storing and doing a lookup on a noSQL database against the active GUIDs to setup online presence. The server then notifies the active connections that a connection has come online.

Messaging is handled by compressed Binary Script Object Notation (BiSON) adds that extra bit of compression over JSON and way above XML.

BiSON

At the moment messaging is to the server but plans are in place to support RTC communication when it gets released and integrated to the latest browsers this means browser to browser communication helping to save on bandwidth and improving server load.

You can read more on the RTC draft here at W3C
W3C RTC Doc

I have run some tests against Ericsson custom browser implimentation you can read and try out here if your interested in RTC for future application development.
Ericsson labs RTC custom implimentation

Fishbowls Addon: WebCenter Portal Spaces Real Time Chat – Instant Messaging and Presence – Preview

A screenshot and video preview can be seen in one of the later posts here.

WebCenter Portal Spaces:: Mobile:: Running on BlackBerry Curve 9300 (RIM OS5.x+)

Friday, August 17th, 2012

I came across an old video I put together of one of my early mobile apps designed for WebCenter Spaces Services for BlackBerry Rim, IOS and Android – as no one seems to develop for blackberry and WebCenter I thought I would let you guys see it. Enjoy.

If you have an iPhone there is an Official Oracle release of their Spaces connector  on iTunes.

Oracle WebCenter Spaces 11g for IOS
Supports WebCenter Spaces 11g PS3-5 one limitation is you need to have the REST API configured for you Spaces environment.