The GWT (Google Web Toolkit) will be used as the framework for producing clients using the AJAX technique, while EJB3 will be on the server side providing some services (such as persistence). EJB3 can help developers with the persistence aspects (with the Java Persistence API) or with the business aspects. The source of an application, a Sudoku Game, that uses EasyBeans and GWT can be viewed on the Fisheye Sudoku EasyBeans site using a browser. This howto uses some of the code from this application.
GWT and EJB3 with EasyBeans

