News About Google App Engine

Aller au contenu | Aller au menu | Aller à la recherche

mercredi 21 mai 2008

Java, next App Engine Language ?

symbiontnet

The next App Engine language is going to be Java, but with a limited API, utilizing some kind of translation in the compiler and potentially running on something like Dalvik. They will offer a framework like they do with webapp in Python, but based on Guice.

Java The Next App Engine Language?

jeudi 15 mai 2008

Bungee Labs, an alternative to AppEngine ?

Jesse Stay

While at Web 2.0 Expo I had the opportunity to meet with Bungee Labs, a local, well funded Utah company who had “Platform as a Service” down before Google even started thinking about their App Engine. In our meeting they demoed their Bungee Connect “IDE” (written entirely on the web). You can see the video below.

Utah Startup Series: Bungee Labs

Once upon a time, I had to try to scale

Alexking.org

As you’ve no doubt heard already, Google released Google App Engine at the Google Campfire One event last night. Folks, this is a real game changer. Scalability has been the final frontier for web applications for far too long. For web developers like myself, the “building the app” part of offering a web service is the easy part. The challenge comes when you try to scale it.

Google App Engine

Get up for code, stay up for sysadmin : no thanks

In my opinion App Engine is a revolution. I’m a programmer. Programming gets me out of bed in the morning. Sysadmin on the other hand, keeps me up at night. I hate tweaking, deploying and installing. If you’re anything like me, App Engine will put your life on easy mode.

App Engine Changes Everything

Google App Engine in Java

It is certainly possible to write in Java, convert with java2python and upload to Google Servers.

http://code.google.com/p/java2python/

I still expect a full java version of GAE.

mardi 13 mai 2008

Technorati

Technorati Profile

lundi 12 mai 2008

Google App Engine Limits

j2ee-now

Google App Engine has many unknown limits and resterictions, here are few of them...

Google App Engine Limits

GAE : The web as a commodity

aralbalkan :

I had the honor of meeting Tim several years ago during a talk he was giving in London on the Open Source Paradigm Shift. In his talk, Tim predicted the mainstream commoditization of the web. Four years later, we stand as witnesses to the birth of the Commodity Web with Google's release of Google App Engine. (Simon Wardley, recently chronicled this very subject with great eloquence at his keynote speech at XTech.)

Singularity web conference speaker spotlight: Tim O’Reilly

Not so new technologies to build a startup

nhlog

Interestingly enough, Google is a recent newcomer to this game: it's app engine launched one month ago. I have heard that it is pretty limiting, but I do not have (for now) experience in working with AWS either.

Not so new technologies to build a startup

dimanche 11 mai 2008

TinyDB - powered by Google App Engine

kid666.com

TinyDB is a new micro database app that allows you to easily get and set data to a URL and then access it again. It supports JSON and XML formats. I really like the concept a lot.

http://kid666.com/blog/2008/05/11/tinydb-an-actual-useful-app-built-on-appengine/

PyAMF Release support for GAE

Moxie Zhang

PyAMF 0.3.1 was released this week, just in time to meet the increased interest on Python and RIA generated by the recent preview release of Google App Engine and the announcement of Adobe's Open Screen Project.

PyAMF is an open source project that provides action message format (AMF) support for Python. This allows for AMF-based communication between Python-powered Web servers and rich Internet application (RIA) clients in Flash, Flex or AIR.

http://www.infoq.com/news/2008/05/pyamf-supports-GAE

Enjoyable Deployements

araddon

Wow, i have deployed several versions of this blog now to update a few things, and am completely blown away at how enjoyable and easy doing deployments with App Engine is.

Enjoyable Deployments! Google App Engine's best feature

vendredi 9 mai 2008

Initial Thoughts on Google App Engine

DotNetMafia

If you haven't heard of Google App Engine by now, you've probably been living under a rock.  I won't try to explain it, or even include any links.  Go check out what google has to say about it: it's intriguing, at the very worst.

It's really the first step toward the distributed web as a viable application platform.

Initial Thoughts on Google App Engine

Ytalk like multiuser chat

Majek

This is a follow up on my last post describing missing services for AppEngine. The idea is to help developers writing apps for AppEngine by providing them some common functionality missing and impossible to have on AppEngine and offer them as external services.

Google App Engine: Ytalk like multiuser chat

Missing features

Majek

Google App Engine is a great product, but it lacks several features. I created few simple services to help GAE developers. Of course services aren't GAE specific, you can use them from any site.

The services are:

  • Image resizing

  • Cron service

  • Comet service

Missing services for Google App Engine (comet as a service!)

Google App Engine support Java ?

Rick Ross

This must come from the “They know someth ing we don’t know” department, because Google’s newly announced Google App Engine lets you program in any language you like, as long as it is Python. The new service lets you run your own web applications on Google’s infrastructure, freeing you from maintaining servers and giving you the benefits of Google’s scalability... ahem... as long as your apps are written in Python.

Will Google App Engine Support Java? Can it?

Random numbers

Bold Lentil

Previous app engine fun resulted in a simple online randomish number generator. This is all well and good but this example didn’t make any use of the webapp framework and, really, don’t the users really deserve twice as many random numbers?

Google App Engine: Twice as Many Randomish Numbers with webapp Framework