jstm4gwt - Java Shared Transacted Memory for GWT

is the framework of which you had to dream for gwt.

allows the user to not implement RPC services for each remote data operations.

allows the user to not implement RPC Services to notify data changes to the connected browsers interested by these changes.

allows that data modifications and notifications to be done within transactions.


is specialized for making easier the developpement of distributed gwt-ajax applications ( jstm4gwt is available for GWT/Java heavy clients/.NET clients). This framework let the user being focused on the functional data he wants use into his gwt ajax application and do the job for all the the distributed part of the application ( sending modified data, broadcasting changes, ...).

is more simple than SOA design since you don't have to define services but you just have to work on your functional data and implement listeners on client (refreshing UI ) and on the server ( persistency, mailing , ...).

is efficient for gwt multi users games.

allows you to setup a powerfull distributed gwt application in few minutes.



Chat Sample

Gwm Sample

(Special thank you to Dominik Steiner for having programmed these samples)

This page is under construction, I just wanted share from the beginning our new project with the gwt community ...

Resources

jstm

jstm blog



(copyright © 2007 Cyprien Noel , Luciano Broussal)