You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwtrpccommlayer
I have released version 1.1 today.
Fixes
----------
* bug fix (ID #1). Developers wishing to specify a custom servlet
implementation class might have experienced an error due to a error in
if/else logic. Issue is now resolved.
Enhancements
-----------------------
* developers can now execute RPC calls in either mode: 'Synchronous'
and 'Asynchronous'. The
GwtRpcCommLayerClient.createRemoteServicePojoProxy(...) method will
now accept either the interface class. The developer can choose which
mode works best for his/her situation. See example.test.Main for
examples of either usage.