Taking Notez – Island Pond Consulting

Notes from My Work with Salesforce and Cloud Technologies

Archive for August 2012

Mobile Sites That Act Like Mobile Apps

with 2 comments

In a recent blog entry posted by me on my company’s site I discussed IBM Worklight and a necessary distinction between mobile sites and mobile apps. Usually I continue to chew on an idea well after the deadline has passed and the content is out of my hands. Such is the case with this article. One of my projects is to assist in the completion of a new mobility workshop focused on IBM Worklight. In line with this I was looking for a way to make additional refinements in what I believe is a very important distinction.

Thus, I come to today’s title. By no means do I intend to disparage sites that look, feel, and in some ways behave like a ‘true’ mobile app. The capabilities of HTML5 are far to significant to overlook. A look at an OpenNTF project espousing such an approach demonstrates the pervasive impact of how a local cache can richly enhance a mobile site. Another technical blog I am growing to appreciate is a collaborative effort called HTML5 Doctor. One article I wish to draw your attention to was written by one of the collaborators, Mike Robinson. “Go offline with application cache” is an interesting and well written introduction to this HTML5 feature. The article describes a key artifact, the manifest file, whose purpose is to identify the other artifacts that are to be cached on the local device. In addition, and it is to this that I most want to draw your attention, the manifest file specifies a FALLBACK section that describes, “What to do when an offline user attempts to access an uncached file”.

Whew, I just burned my way through a lot of words to make the point that a mobile site can act like a mobile app in this sense: when a network is no longer available there will be some amount of information in the form of files (css, html, javascript) and data that can behave in a potentially useful way. It is more than simply having a UI that is “responsive” to the device’s form factor. (Not that this is a bad thing).

There remains a vital distinction and that is this, an efficient, elegant, and rich offline feature set is ultimately bound to employ some features and probably some binary code that is device specific. This is where, from an enterprise perspective, IBM Worklight is a welcome and powerful ally for developers and solution architects. I can easily imagine a project team consisting of core Worklight developers, Android Java developers, iOS Objective C developers, and others working together to deliver applications with consistent look and feel AND with extraordinary capabilities whether on or off line.

At some point in the near future (I hope) I will have some concrete example to discuss.

Written by David Wilkerson

August 16, 2012 at 9:01 pm

IBM Connections 3.0.1 Install Issues

with 2 comments

Despite a clear sense of jeopardy I decided to install IBM Connections 3.0.1 on Windows 2008. I do not hate Microsoft but… I am frequently burned by unexpected obstacles. In this case the IBM documentation for various aspects of the installation (Launchpad, Installation Manager, Tivoli Directory Server, WebSphere Application Server, and various fix packs) did not consistently indicate when I would need to execute certain tasks with elevated privileges. Perhaps if I used Windows Vista or Windows 7 desktops I would have been more skeptical of the product documentation.

With some tools, such as Installation Manager, I was prompted to launch the tool with elevated privileges. However, this is not the case with command line tools such as syncNode.bat.  Ergo, I had some failures during the effort that slowed my progress.

Unlike Linux, where I am accustomed to sudo various tasks, I have not yet learned to launch a command line with elevated privileges.  Likewise the product documentation doesn’t always make it clear I need to launch a command line with these privileges.  I would say lesson learned but I think, more likely, I will be beaten up a few more times first.

Written by David Wilkerson

August 14, 2012 at 7:04 am