Speakers
- Ben Alex
- Andres Almiray
- Burt Beckwith
- Jeff Brown
- Andy Clement
- Hamlet D'Arcy
- Scott Davis
- Hans Dockter
- Keith Donald
- Christian Dupuis
- Danno Ferrin
- Robert Fischer
- Mark Fisher
- Adam Fitzgerald
- Andrew Glover
- Jeremy Grelle
- Paul King
- Dave Klein
- Guillaume LaForge
- Costin Leau
- Joseph Nusairat
- Arjen Poutsma
- Chris Richardson
- Thomas Risberg
- Graeme Rocher
- Ken Sipe
- Matt Stine
- Venkat Subramaniam
- Dave Syer
- Matt Taylor
- Mark Thomas
- Scott Vlaminck
David Winterfeldt
NYSE Euronext Senior Engineer
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.
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 investi more »
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