AceNik's Portal

Update To All Your Tech Fads Begins Here !!!!!
Featured Posts
Microsoft EMG Research Would Let Users Strong-Arm Gadgets Into Submission

Microsoft EMG Research Would Let Users Strong-Arm Gadgets Into Submission

Mind control is one way to control tomorrow's gadgets. Here's another equally cool, equally complex way: Controllers that involve nothing but the electrical impulses taking place everyday in our muscle tissue. [HTML1] The system, developed as part of a patent filed by Microsoft, uses a series

Continue to read more...

Architect Bitchfight: Which Crazy Mega Bridge Tower Will Dominate?

Architect Bitchfight: Which Crazy Mega Bridge Tower Will Dominate?

Just like inner-city drug kingpins and high-seas pirates, architects also often find themselves eyeball to eyeball in deadly cutthroat fights. This time around, the Broken Bottle award goes to two firms trying to revamp the mouth of Copenhagen's harbor with a crazy bridge-building. One team wan

Continue to read more...

How many atoms to build a computer?

How many atoms to build a computer?

Because transistors will inevitably stop to shrink in size in the future, European researchers are studying atomic-scale computing. According to ICT Results, this would allow computer processes to be carried out in a single molecule. ‘In theory, atomic-scale computing could put computers more powe

Continue to read more...

Nokia N79 and N85 Roll Out Officially, With US 3G Aboard

Nokia N79 and N85 Roll Out Officially, With US 3G Aboard

After yesterday's dribble of info, Nokia's upcoming N79 and N85 are official now, and do indeed carry WCDMA support for US 3G goodness. The N79 has a 2.4-inch screen, 5-megapixel camera and comes with a 4GB microSD card in the box for storage, while the N85 has a 2.6-inch OLED screen, 5-megapixel ca

Continue to read more...

Gesture-Controlled Light Switch is Like a Trackpad For Your House

Gesture-Controlled Light Switch is Like a Trackpad For Your House

The hardware in Mac Funamizu's gesture-controlled light switch would be very, very simple—after all, it's just a trackpad. But it's the input methods that make this exciting: just as laptop trackpads can track gestures for scrolling, this light switch would parse them to control up a roomful

Continue to read more...

Nero 8 Ultra Edition 8.3.6.0 + KeyGen

Nero 8 Ultra Edition 8.3.6.0 + KeyGen

Nero 8 is a software solution that brings the digital world to your PC with features that make it fun and easy to create multimedia projects with high-quality, professional results. Create MP3 mixes and edit vacation videos in High Definition format. Share content around the world with simple Inte

Continue to read more...

China Withholds Valuable Materials Needed for Electric Cars From Japan

China Withholds Valuable Materials Needed for Electric Cars From Japan

Unless China and Japan can sort out their shit and the exportation of rare earth elements can proceed into Japan, the future of electric cars could be thrown into jeopardy. Production of cars like the Prius could slow down dangerously. According to the NY Times, a tiff between China and Japan ove

Continue to read more...

Is MySQL done under Oracle or is there a fork in its future?

With Oracle acquiring Sun Microsystems, it also acquires MySQL, the poster child for open-source applications. (Not to mention Solaris, which Sun says is a larger Linux distribution than Red Hat.) Vivek Ranadive, CEO of Tibco Software, says the term “Oracle and open source has always been an oxym

Continue to read more...

Toshiba 64GB SDXC Card Is Will Be the World's Largest, Fastest

Toshiba 64GB SDXC Card Is Will Be the World's Largest, Fastest

On one hand, it's great to see the SDXC standard—which theoretically tops out at 2TB—flexing its muscles a little bit. On the other, I kinda wish Toshiba wouldn't announce a record-breaking SD card six months before release. Toshiba's upcoming line update stretches from 16GB to 64GB, with rea

Continue to read more...

A Quick Look at the 10-Inch Aspire One 103

A Quick Look at the 10-Inch Aspire One 103

A 10-inch version of the popular Acer Aspire One netbook is on the way, as proven in this first set of real-live photographs. Aside from the 1-inch screen size bump (at 1024 × 600 resolution), the system is pretty much the same as old Aspire Ones—1.6GHz Atom (model unspecified), 160GB hard

Continue to read more...


Google’s cloud gets ready for the enterprise

Last week’s announcement of Java support for Google App Engine (GAE), along with a host of new features aim specifically at businesses, served to reconfirm the giant’s interest in providing enterprises with its evolving cloud computing capabilities. So what’s new and what’s missing in GAE for enterprises that are looking to try out the cloud?

These additions move much closer to the enterprise space than it was previously, though there is still work to do.

For its part, the enterprise software market has so far remained fairly resistant to Google’s offerings, which range from search to SaaS products, at least compared to the uptake in software from established enterprise leaders such as , IBM, Oracle, and SAP.

But today’s increasingly broad interest in cloud computing may provide Google with an ideal opening. That is, if they can successfully deliver their unique strengths in the technical and economic underpinnings of networked computing in a form businesses find compelling for cutting costs, becoming more agile, and transitioning successfully to the next generation of computing.

The good news for Google: Of the big four enterprise firms mentioned above, only Microsoft currently has a credible cloud computing offering heading to the market with Azure, though IBM and Oracle are certain to follow shortly. Thus there is a clear opening for Google if it can offer businesses what they really need in the cloud before the leading enterprise software firms manage to arrive. It won’t be easy; the network is Google’s turf and it is clear that the platform wars have indeed returned, as I discussed a few weeks ago.

Google App Engine gets ready for the enterprise

The original GAE was primarily a consumer application-focused cloud computing offering at the outset and was concerned about performance and high scalability much more than it cared about a robust feature set. It took cloud computing minimalism to a new level, though again, that was also about making it run quickly. GAE also required that you adopt its choices in programming language (Python), database (proprietary datastore), and request/response application model. And while it’s not giving these up, the latest additions promise to bring many of the capabilities and technologies that enterprises will require and open up Google’s nascent cloud computing platform for a much broader range of uses. As we’ll see, these additions move Google much closer to the enterprise space than it was previously, though there is still clearly work to do.

Let’s take a look at exactly what the new GAE offers from an enterprise perspective and then look at what is still missing for a truly complete enterprise offering.

Google App Engine – Circa April 2009

  • Support for the Java JVM. You can now run Java 5 and 6 code on Google App Engine as long as it doesn’t break the security sandbox on Google’s servers. Given that most enterprises have standardized on either .NET or Java, this announcement alone is very big news since only Python was supported previously in GAE. While a good amount of enterprise code still won’t run without changes (because it will violate the sandbox security constraints), this greatly reduces the barriers to adoption since code can usually be brought into compliance with GAE’s requirements less expensively than rewriting it completely. Another key distinction is Google’s decision to support Java byte-code directly instead of just being source-level compliant. This opens up a universe of possibilities including many now-popular Java platform capabilities such as dependency injection, aspect-oriented programming (AOP), and expression language runtimes. This also means just about any programming language capable of running within a JVM now works in GAE as well. Google has already tested GAE with Groovy, , Python, Ruby, Scala, and Scheme, well-known languages that developers are very interested in at the moment. Because Java is one of the most widely used software platforms in the world, support at the JVM level allows GAE to take advantage of the nearly 15 years of rich history around the runtime and will let enterprises use a surprising amount of their software directly in Google’s cloud
  • Access to resources inside enterprises. The new Secure Data Connector (SDC) in GAE provides a secure tunnel into organizations that want to use their data, Web services, and SOAs from within GAE, without moving the data itself out into the cloud. SDC requires Google Apps Premier Edition, which brings along some potential entanglements, but in return provides a fully encrypted connection between Google App Engine applications and enterprise data inside the firewall. SDC also provides declarative filters to prevent inadvertent exposure of business data as well as OAuth, which is becoming popular for enabling safe access via open standards to secure Web APIs, for providing secure access to internal SOA services with best practices. With SDC, GAE can directly and safely access a much broader wealth of enterprise data than was possible previously, without the challenges of uploading titanic enterprise datasets across the Internet into Google’s data center as well as dealing with GAE’s still somewhat limited datastore.
  • Database Import. Some types of application, however, particularly very high performance ones, will require enterprise data to be moved into Google’s cloud. The new GAE database import tools allows businesses to bulk load their data off their premises and into GAE. This will allow enterprises to more easily and quickly migrate production datasets into GAE as needed. Note that only database import is offered for now, though Google promises to offer a way to bulk export data in the very near future.
  • Batch job support. GAE originally offering computing based on an exclusive request/response model, just like the Web itself (HTTP GET/POST, etc.) This makes the GAE computing platform operate only when an inbound request comes in form the network but is a limitation when background processing has to take place. Previously, businesses had to establish their own batch jobs external to GAE using their own facilities. With built-in Cron support, GAE now supports both request/response and background processing, which is required to to meet a robust set of enterprise application requirements since background processing is critical for tasks like backups, report generation, asynchronous processing, etc.

Still missing capabilities from GAE

These new additions to GAE are important and certainly very welcome for enterprises looking at Google’s cloud. But they won’t yet meet the requirements of numerous enterprises which have evolved many specific technical needs to meet their goals with business software. While I predict that this new version of GAE is much more likely to elicit trials from businesses evaluating their cloud computing options, here are some of the capabilities that Google should consider adding to GAE for a truly enterprise-class cloud computing platform:

  • Message queuing. Applications that handle large amounts of data or are heavily event driven need a way to store messages that can’t be completely processed when they arrive. While cloud platforms are theoretically elastic enough to have enough horsepower to process all inbound messages no matter their number or size, the realities of physics (and perhaps pricing) dictate that some messages, and some types of applications that do heavy-duty processing, will fall behind. Amazon has had message queuing capabilities in their cloud for a while with Amazon SQS and GAE is well-advised to consider it.
  • Server-side push and real-time events. Many types of business applications cannot cost-effectively use polling to see if data has changed or an important event has occurred. While Google has increased the timeouts for server-side responses to 30 seconds, there is still no effective way to notify external systems quickly when key events inside GAE have taken place. While the Cron job will help surface the event information (so too can requests), there is no official method today to get the information out to GAE clients. Real-time event processing is important for call center applications, financial dashboards, medical systems, and anything else which requires rapid and deterministic event transmission of business data to network clients.
  • SQL database support. The built-in Datastore in GAE, which is reportedly based on BigTable, is not SQL and was never intended to be. While it’s designed for petabyte data volumes, it has built in limitations to enable it to be distributed and extremely high performance. SQL databases, however, are the mainstay of enterprises today and many applications cannot be moved to Google’s cloud with practical ease until some form of SQL databases is supported. Again, Amazon is ahead here with offering block for those that want it. Certainly using SQL databases will potentially reduce the performance and scalability of GAE-based apps which depend on bending the application model and developer habits to its unique database limitations (typically 1MB object sizes and 1000 rows at a time.)
  • Enterprise-friendly management and monitoring. Tivoli, Patrol, and other IT management tools are the mainstays of enterprise datacenters and businesses will want a unified managmenet experience with their cloud computing resources as well as their local IT resources. While GAE exposes that raw dashboard data in XML format, it leaves the integration job up to enterprises. While help does seem to be on the way from management vendors, Google itself is not addressing the issue, an oversight when Google has the chance to impress businesses with its understanding of their needs and the resources to meet them.
Be Sociable, Share!
    If you enjoyed this post, make sure you subscribe to my RSS feed!
    Tags: , , , , , , , ,

    Related posts

    Other News:

    Loading...