Hi, all
I am new to smart gwt(i have medium experience with gwt and gwt rpc).
Today i read many things about smart gwt smartclient and so on.
For our new project we think to use smart gwt.
I am little confused about the client-server communication.
As i understand smart client is framework that could be used in different language platforms (eg .net php java so on). And smart gwt wraps cmartclient and gives chance to the java developers to develop ajax content in swing style.
So as i understand for now the client-server communication could happen :
1) If we override transformResponse method and use standard gwt RPC.
2) If we buy smartclient server(that is optimized for java platform) and use smart gwt rpc( i don't know how could i implement that)
3) If we use json, xml approach (or i am wrong?)
4) IF we use REST datasource
Am i wrong and am i missing something?
It seems that 2) if we have money to spend is the best for java project that use ejb.
But what to do if i don't have money to buy that license.
One more thing could you give me some links with client-server examples.
Best regards and i am glad that am i am joining this community gwt is great!
I am new to smart gwt(i have medium experience with gwt and gwt rpc).
Today i read many things about smart gwt smartclient and so on.
For our new project we think to use smart gwt.
I am little confused about the client-server communication.
As i understand smart client is framework that could be used in different language platforms (eg .net php java so on). And smart gwt wraps cmartclient and gives chance to the java developers to develop ajax content in swing style.
So as i understand for now the client-server communication could happen :
1) If we override transformResponse method and use standard gwt RPC.
2) If we buy smartclient server(that is optimized for java platform) and use smart gwt rpc( i don't know how could i implement that)
3) If we use json, xml approach (or i am wrong?)
4) IF we use REST datasource
Am i wrong and am i missing something?
It seems that 2) if we have money to spend is the best for java project that use ejb.
But what to do if i don't have money to buy that license.
One more thing could you give me some links with client-server examples.
Best regards and i am glad that am i am joining this community gwt is great!
Comment