Open Gardens

Wireless mobility - Innovation - Digital convergence - mobile web 2.0

 

About Open Gardens

Open Gardens is published by futuretext

Recently, the OpenGardens blog was rated amongst the top 10 mobile blogs as per technorati stats.


On W3C/Planet Mobile

Blog Directory - Blogged
Rated 8/10 on Blogged.com

Wikio - Top Blogs - Technology

RSS Feed

Subscribe By Email: Enter your email address:

Delivered by FeedBurner

About The Open Gardens Blog

I (Ajit) founded the blog on May 26, 2005 based on my vision and philosophy of OpenGardens i.e. the philosophical opposite of 'walled gardens' especially as applicable to the mobile data industry.

Today, the OpenGardens blog is one of the few blogs that span both the Web and the Mobile domains.

The blog covers wireless/mobile applications, open networks and mobile web 2.0. My vision behind the OpenGardens blog has been :

  • The blog is about the Mobile data industry and Digital convergence('Mobile web 2.0')
  • Analysis is more important than story/controversy. I don't believe that bloggers are true journalists. The blog is not about the latest 'story' but it's more about independent analysis/viewpoint
  • The OpenGardens blog is broadly about opening up the networks, growing digital usage and digital businesses i.e. we don't advocate closed networks, broadcast media etc
  • It is about disruptive digital technologies

Founder & Chief Blogger Ajit Jaokar

Ajit Jaokar is the founder of the London based publishing and research company futuretext (www.futuretext.com) focussed on emerging Web and Mobile technologies -including Web 2.0 and Mobile Web 2.0.

His thinking is widely followed in the industry and his blog, the OpenGardensBlog (www.opengardensblog.futuretext.com), which was recently rated a top 20 wireless blog worldwide

In 2009-2010, Ajit was nominated as part of the Global Agenda Council on the Future of the Internet by the world economic forum. He hopes to use this opportunity to further extend the pragmatic viewpoint of the evolution of Telecoms networks in an open ecosystem.

(Note: The Network of Global Agenda Councils plays a significant role in shaping the global agenda by monitoring global issues and elaborating recommendations to address them. Each Council, comprised of 15-20 Members, serves as an advisory board to the Forum and other interested parties, such as governments and international organizations. The Global Agenda Councils also act as the intellectual drivers of the World Economic Forum's Global Redesign Initiative, an unprecedented international, multistakeholder and multimedia dialogue that aims to develop a 21st-century vision of global cooperation. Members of the G20, the UN and other International Organizations have pledged their support for this initiative. )

Ajit is best known for his books Mobile Web 2.0, Social Media Marketing. Two new books ('Open Mobile' and 'Implementing Mobile Web 2.0') are being released in 2009.

His consulting activities include working with companies to define value propositions across the device, network, Web and Social networking stack spanning both technology and strategy. He has worked with a range of commercial and government organizations globally including The European Union, Telecoms Operators, Device manufacturers, social networking companies and security companies in various strategic and visionary roles

His recent talks and forthcoming talks include: CEBIT 2009;MobileWorld Congress(2007, 2008, 2009); Keynote at O Reilly Web20 expo (April 2007);Keynote at Java One; European Parliament – Brussels – (Electronic Internet Foundation); Stanford University's Digital visions program;MIT Sloan;Fraunhofer FOKUS ; University of St. Gallen (Switzerland); Mobile Web Strategies (partner event of CTIA in San Francisco)

Media appearances include BBC – Newsnight – 3phone launch; CNN money; BBC digital planet

Ajit chairs Oxford University's Next generation mobile applications panel and conducts a course on Web 2.0, Social networking, Mobile Web 2.0 and LTE services at Oxford University.

Ajit lives in London, UK, but has three nationalities (British, Indian and New Zealander) and is proud of all three. He is currently doing a PhD on Privacy and Reputation systems at UCL in London. Ajit is a fan of animation especially Tom and Jerry, Tintin and Asterix and likes the music of ZZ Top and other rock bands

You can contact me at ajit.jaokar at futuretext.com

You can follow me on twitter at http://www.twitter.com/AjitJaokar

See a video of my talk at CEBIT in Hannover
(intro in german - presenttion in english)

MORE

  • Ajit Jaokar on Twitter

September 19, 2006

Mobile mashups: The implications of ‘Data is the intelligence’ on mobile software development

paddy_post.JPG

By Dr Paddy Byers

Software as a service is one of the main principles of the new web and collaboration is one of the key distinguishing features of how things are now getting done. In this context, by collaboration, we mean the construction of composite applications by combining multiple, independently created, applications or services.

Collaboration itself is not a new idea. It is the result of the standard practice of breaking down complex entities into a number of simpler constituent pieces, and sourcing those pieces independently. It’s what software developers have been doing for years – except that the specific mechanisms for binding the pieces together (ie REST, SOAP) are new.

It was not always like this. What Joel Spolsky tells us is that, in fact, software developers hadn’t been following the collaboration mindset as much as we thought; and that NIH (Not invented here) is not always result of arrogance but a legitimate policy of eliminating dependencies on things that are outside your control.

But now we are seeing widescale reuse of services across the web – often by the hobbyist and experimental sites – but also by real commercial entities. And not just the Bubble 2.0 startups.

So what’s different now that makes it the right thing to do?

It’s not about new technology. Granted, SOAP and REST might make it easier to do certain things but industrial strength distributed systems have been around for a long time.

The answer is that in fact you no longer have a choice. The data is the software; you can’t make the data yourself. It becomes a dependency that you can’t eliminate any longer. .

Does any of this help us predict what will happen in mobile services? Are the drivers different in mobile than the mainstream web?

A key conclusion is this: if the technologies you use to build mobile services aren’t capable of independent modular construction, then you won’t be able to build comparable services to the mainstream web. You don’t necessarily have to use the same technologies as you would in the fixed web – but you do have to be able to build apps that bind to independently defined and provided services.

Java ME for mobile has traditionally lacked this – specifically, there is no means for a Java ME app to link dynamically to any independently provisioned libraries. (This kind of linking mechanism has existed in more functional java configurations but not in the CLDC that MIDP uses.) So there is no ecosystem for third party library (and, by extension, service) development.

JSR172 does provide a mechanism to do this using SOAP and WSDL. But here’s a problem: it is absent from MSA subset which is the next significant functionality target for operators specifying J2ME for their handsets. So MSA missed a key opportunity to reinstate a critical feature that will enable services to be structured by web 2 principles.

So to recap :

- use of third party services now is more the rule than the exception

- web 2/ajax apps do this well

- MSA subset missed an opportunity to allow J2ME to do this

New technologies like Mobile Ajax themselves don’t solve this problem. Web-based apps (that use SOAP or REST) to access web services do this well. However, Mobile Ajax is relevant because it means that those web-based apps have sufficient interactivity to be usable and useful, which wouldn’t be the case (typically) if you wrote a conventional HTML/Javascript app without Ajax.

As usual, comments welcome!

Post to Twitter Tweet This Post

Filed under: mobile web 2.0 — ajit @ 12:11 am

5 Comments »

  1. Very interested in all the points surrounding mobile ajax as we have been experimenting with the Opera platform ourselves.
    My main concern is that for mobile ajax to have any significant impact we are going to need the majority of users equipped with a decent ajax ready browser.
    Frustratingly, as usual, this seems a way off – years away infact.

    Comment by Richard Spence — September 19, 2006 @ 8:12 am

  2. Hello Paddy,
    I agree totally with the first part of this post, but not with the conclusion…
    The good think with Web services, is that they are not linked to a single technology…And it’s very easy to create a composite application in most of the existing techno:
    - Flash/FlashLite
    - native (Symbian, Windows Mobile, Brew)
    - Wap/Html/Xml
    - JavaMe (and yes, no need to bring the complexity of JSR172 to call for instance Flickr…). Even in MIDP1.0 you can create good composite applications
    - and in the future, Ajax (but currently it’s the one who haves the lower installed base)

    Comment by Thomas Landspurg — September 19, 2006 @ 9:58 am

  3. I don’t think the fact that Java ME and other frameworks lack certain connectivity technologies (eg REST & SOAP) is a problem. Most developers of complex connected applications have been using server side proxies for years. In this way a single application to server request can be translated into several different web service API calls. The reponse data from these API calls can then get formatted into a single custom response which gets sent back to the phone application in simple XML. Conclusion… its painful but possible!

    Comment by Jason Delport — September 25, 2006 @ 5:58 pm

  4. Widgets all over again…Content came back with MVC again!

    Suddenly everything’s coming up widgets – September 1, 2006 Is an interesting introduction to the widgets and why this concept is successful:
    …In the early days of the Internet, most companies would create a destination website, wait for u…

    Comment by Everything and the Mobile Software Universe... — September 27, 2006 @ 9:45 pm

  5. Yes data is the central point, and the way to provide it to the user (to represent it) should be as flexible, as platform “ad hoc” and custom as possible: if no you will never fit in an ultra low cost phones where the high volumes are and will be for a foreseen futur.
    I agree with the previous comment from Thomas Landspurg : many technologies exsit today to do some sort of data interpretation and display, but 2 big things are lacking today:
    -Standardization and full description (access, content, etc) of the provided web services and their data: it has to be framework (java/flash/.Net…ajax also) agnostic!
    -Some kind of more “ad hoc” frameworks to allow third party ecosytem (like you said) on each type of phone. (a little advertizing here : it is what we are building at http://www.open-plug.com, working directly with ODM/phone manufacturer and existing third party IP providers).
    Thomas

    Comment by Thomas Menguy — September 28, 2006 @ 10:31 am

RSS feed for comments on this post. TrackBack URL

Leave a comment