9

Click here to load reader

Google App Engine & GWT

Embed Size (px)

Citation preview

Page 1: Google App Engine & GWT

SF

Jav

a L

abGoogle Web Toolkit & App Engine

+

Page 2: Google App Engine & GWT

SF

Jav

a L

abGoogle Web Toolkit & App Engine

Presentation

The SF Java lab

Members

Projects

Presentations

Page 3: Google App Engine & GWT

SF

Jav

a L

abGoogle Web Toolkit & App Engine

Google Web Toolkit

IDE Plugins ( compilation, debugger, .. )

RIA 100% Javascript, no-plugin

Asynchrone with Ajax, no freeze

Composant oriented, reusable

Cloud oriented, few server charges

Open-Source, huge community

Code in Java, compile into Javascript

Benefits :

Page 4: Google App Engine & GWT

SF

Jav

a L

abGoogle Web Toolkit & App Engine

Google Web Toolkit

Mono Thread ( Javascript interpret )

No reflexion ( Javascript interpret )

Historic handled by developer

Integration with Hibernate ( Non serializable decoration )

Limits :

Page 5: Google App Engine & GWT

SF

Jav

a L

abGoogle Web Toolkit & App Engine

Google App Engine

SaaS, Easy managment dashboard

Quota

Logs

Datastore

Version

Multi-collaborator

Enjoy the awesome Google infrastructure for free !

Benefits :

Page 6: Google App Engine & GWT

SF

Jav

a L

abGoogle Web Toolkit & App Engine

Google App Engine

Page 7: Google App Engine & GWT

SF

Jav

a L

abGoogle Web Toolkit & App Engine

Build a Widget

1) Build them

2) Add them to a html component

Page 8: Google App Engine & GWT

SF

Jav

a L

abGoogle Web Toolkit & App Engine

Persistance

2) Persist with the Gae SDK

1) Handle your RPC

Page 9: Google App Engine & GWT

SF

Jav

a L

abGoogle Web Toolkit & App Engine

Links !

GAE : http://code.google.com/intl/fr/appengine/

GWT : http://code.google.com/intl/fr/webtoolkit/http://gwt.google.com/samples/Showcase

Community : (Drag&Drop) http://code.google.com/p/gwt-dnd/