Wednesday, March 05, 2014

Welcome Google to the DevNation

Today we added another most-excellent session to DevNation.  This time it's a tiny little company named Google.  Google and Red Hat have been cooperating for years on the project CapeDwarf that allows users to move Google App Engine projects on-premise.

CapeDwarf is an implementation of the Google App Engine API, which allows applications to be deployed on JBoss Application Servers (such as WildFly) without modification. Behind the scenes, CapeDwarf uses existing JBoss APIs such as Infinispan, JGroups, PicketLink, HornetQ and others.

The ultimate goal of the CapeDwarf project is to fully implement all the APIs of the Google App Engine.

Ales Justin - Red Hat and CapeDwarf lead will be joined by Brad Abrams and Terry Okamoto of Google to talk about the initiative.

Here's the session abstract:

Google App Engine (GAE) is a popular PaaS offering. While its scalable and reliable environment is hidden behind custom API, this makes GAE apps challenging to port over to other non-GAE environments.
What if one could implement such similar environment? And you could simply move your GAE application’s .war file to this new environment and it would just work?
But the question we need to ask ourselves first, how do we know that such alternative environment works in the first place?
Java EE has had its Technology Compatibility Kit (TCK) from day one.  This time we’ll introduce you to GAE TCK and show you how to run it  against an alternative JBoss CapeDwarf GAE API implementation.
The GAE TCK is built completely on open source software, and it is a collaboration between Red Hat and Google on making the GAE API and its implementations better.
The goal is not just to run the tests, but also engage users and developers with a bunch of exciting extensions that range from cool html reporting to bytecode manipulation of external tests.
If you care about GAE, testing, Arquillian, ShrinkWrap, this is the session not to miss!

The session is on Tuesday, the 15th of April at 8:00pm.  We're excited to add Google to the DevNation.


No comments:

Post a Comment