SPRINGONE 2GX 2012: THE SPRING, GROOVY, GRAILS, & CLOUD EVENT OF THE YEAR!


David Winterfeldt

SpringSource Software Engineer

David works at SpringSource as a Senior Engineer. He is working on a Flex application for a cloud product and is also on the Spring Web Team.

David has been doing software development for over 15 years. He's been using Java since 1998 and involved in using Open Source almost as long. He's an Apache committer on Struts and Commons Validator, as well as the creator of Commons Validator (although currently no longer active on either). David has focused on Web and Enterprise development for most of his career, and started working with the Spring Framework in 2006.

David runs the website Spring by Example, which is a site for sharing Spring examples. David expects this site will become a general resource for Spring Examples and ultimately save developers time.



Blog

SpringOne Americas 2008

Posted Wednesday, November 19, 2008

Imore »

GWT & Comet Spring Integration

Posted Tuesday, November 18, 2008

Imore »

Spring by Example RSS Feed

Posted Monday, October 27, 2008

Tmore »
Read More Blog Entries »

Presentations

Case Study: GWT & Comet Integration with the Spring Framework at NYSE Euronext ATS

This presentation will cover basic GWT (Google Web Toolkit) and Spring integration as well as more advanced integration using Comet for server side push. The advanced example will use Dojo's Comet Library with the Bayeux Protocol. GWT & Comet were invmore »

Case Study: GWT & Comet Integration with the Spring Framework at NYSE Euronext ATS

close

David Winterfeldt By David Winterfeldt

This presentation will cover basic GWT (Google Web Toolkit) and Spring integration as well as more advanced integration using Comet for server side push. The advanced example will use Dojo's Comet Library with the Bayeux Protocol. GWT & Comet were investigated and chosen based on requirements to develop a new web based application to monitor trades that is as responsive as possible and can run in most browers without any plugins. GWT and Comet help address both of these requirements.



This presentation will cover basic GWT (Google Web Toolkit) and Spring integration. Advanced examples will show integration of GWT with Spring using Comet for server side push, including how to integrate Dojo's Comet Library with the Bayeux Protocol. GWT & Comet were investigated and chosen based on requirements to develop a new web based application to monitor trades that is as responsive as possible and can run in most browers without any plugins. GWT allows complex GUIs and event generation while still leveraging Java development skills and Java IDE debug environments. Comet allows the monitoring application to avoid constantly polling the application server and let's the server generate messages for the client's browser whenever an event occurs on the server.

Covered in this talk: * GWT Integration with the Spring Framework * Advanced GWT & Comet Integration with the Spring Framework using Dojo's Comet Library