InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Sun Launches Java App Store Beta at JavaOne

Posted by Charles Humble on Jun 03, 2009

Sections
Enterprise Architecture,
Operations & Infrastructure,
Process & Practices,
Architecture & Design,
Development
Topics
Java ,
Announcements
Tags
Java One

The success of Apple's App Store has inspired many other companies to imitate the concept and build their own systems. Virtually all of the major mobile vendors have announced or launched similar services and during the first keynote of JavaOne 2009 Sun launched the public beta of its own Java App Store which it said had been in development for around a year. Developers can submit Java applications to the Java Warehouse for distribution through the store. The beta is restricted to US citizens only and monetization details are yet to be finalized. Sun has stated that it will collaborate with the developer community in the coming weeks to design the compensation business model.

The App Store idea itself is a powerful one. One of the hardest problems for any company to solve is distribution – both getting access to consumers and having the infrastructure in place to support them. The ubiquity of Java on the desktop and other devices makes it an impressive distribution platform and both Google and Microsoft have paid Sun substantial fees to exploit this by distributing their search toolbars with the JRE installer. Sun Microsystems' chief executive Jonathan Schwartz told the conference that it was this success that prompted Sun to think about how it could be generalized to allow individual developers "to turn labors of love in to day jobs."

James Gossling gave one or two technical details away during the presentation. The store is based on a large server farm and a substantial set of REST APIs. The store front is a very simple JavaFX application aimed at mass market consumers and as such it aims to make installation as simple as possible regardless of the operating system or device you are using. To this end the store includes a preview feature which allows you to try out an application without needing to physically install it coupled with drag to install so that if you decide to install the app it can be done simply by dragging it onto the desktop.

Amongst the applications available in the store are TwitterFX., and RuneScape, from Jagex, Ltd. During the General Session Jagex CEO Mark Gerhard was awarded a Duke's Choice innovation award for the game, which has a user base of 150 million.

At a press conference after the General Session, Eric Klein, VP of marketing at Sun, talked about that fact that whilst Sun doesn’t have a monetization strategy yet they have thought of a "distribution strategy" so that partners can use the store as a default upgrade mechanism. InfoQ's Floyd Marinescu asked them how they are going to get people to use the store and Sun confirmed that it will use the JRE update process to offer an install of the store client in addition to the web version.

Sun is targeting a US roll-out of the store this year and a world-wide launch during 2010.

No comments

Watch Thread Reply

Educational Content

Jesper Boeg on Priming Kanban

In this interview, Jesper Boeg, author of the new InfoQ book – Priming Kanban, discusses the keys to using Kanban effectively, and how to get started if you are currently using other approaches.

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.