Building Gwt Clients For Cloud Apps.Pptx - Presentation Transcript
Building Fat browser-agnosticGWT Clientsfor Cloud Distributedsystems (Java+.NET) Igor Moochnick IgorShare Consulting igor@igorshare.com Blog: www.igorshare.com/blog
You are at the right place and time!
Create new GWT project
Compose UI from available components final Button sendButton = new Button("Send"); // Add a handler to send the search criteria to the server sendButton.addClickHandler(new ClickHandler() { /** * Fired when the user clicks on the sendButton. */ public void onClick(ClickEvent event) { sendNameToServer(); } Create client logic and UI
3 main parts Contract interface Client-side asynchronous proxy Server-side implementation Create remote service
Deploy to Google AppEngine http://igorsharecontactmgrdemo.appspot.com
REST via WCF
Deploy to the Staging Environment
Promote to the Production
GWT Client: from GWT-RPC to REST
Compile Merge Deploy Merge GWT client and Azure Service
Jersey Restlet RESTEasy Apache CXF Spring v3 (somewhat) REST via JAX-RS (Java)
Rightscale can help you manage AWS
Q&A
Thank you!
Building Fat browser-agnosticGWT Clientsfor Cloud Distributedsystems (Java+.NET) Igor Moochnick IgorShare Consulting igor@igorshare.com Blog: www.igorshare.com/blog
0 comments
Post a comment