资 源 简 介
GWTEventService is an event-based client-server communication framework. It uses GWT-RPC and the Comet / server-push technique. The client side offers a high-level API with opportunities to register listeners to the server like to a GUI component. Events can be added to a context/domain on the server side and the listeners on the client side get informed about the incoming events. The server side is completely independent of the client implementation and is highly configurable. Domains can be defined to decide which events are important for the different contexts.
Advantages
* Encapsulation of the client-server communication
* High-level API with listeners and events
* Only one open connection for event listening
* Reduction of server calls
* Reduction of connection peaks
* Events are
文 件 列 表
about.txt
license.txt
release-notes.html
roadmap.html
system-requirements.html
conf
eventservice.properties
logging.properties
eventservice.properties
logging.properties
doc
logo.png
Manual.pdf
javadoc
demo
conversation
hellogwteventservice
conf
pom.xml
eventservice-rpc-1.2.1.jar
eventservice-1.2.1.jar
gwteventservice-1.2.1.jar
src
de