Hi,
I use Smartgwt power version 3.0
I have see this tutorial :
http://technowobble.blogspot.com/2010/08/using-smartgwt-with-jersey-restful.html
I have test it and I like it !
I don't now for what we need to buy the power version, because I think that Datasource in smartGwt not offer a well customisation for databinding and have some background behaviour that we can not custom! SmartGwt is Smart but too much.
I have execute the tutorial, and I think do this way is better because we can make some SQL statement in aspect4j file.
The Databinding work with RequestFactory : http://code.google.com/intl/fr-FR/webtoolkit/doc/latest/DevGuideRequestFactory.html
All Sql statement and Find, FindBy, .... methods are in .aj file. These aspect files are generated by spring roo and we can modify or add some methods for do some SQL statements that we need. (see EntityManager class)
I think that SmartGwt datasource are good for CRUD applications, BUT THAT'S ALL.
So power version is useless ?
Should I have to do RPC ? (my boss doesn't want)
<CustomSql> in datasource ?
Or use spring roo
Or what ?
Have you a sample and a tutorial ? I have to do a select distinct, A join ... and more
Thanks,
I use Smartgwt power version 3.0
I have see this tutorial :
http://technowobble.blogspot.com/2010/08/using-smartgwt-with-jersey-restful.html
I have test it and I like it !
I don't now for what we need to buy the power version, because I think that Datasource in smartGwt not offer a well customisation for databinding and have some background behaviour that we can not custom! SmartGwt is Smart but too much.
I have execute the tutorial, and I think do this way is better because we can make some SQL statement in aspect4j file.
The Databinding work with RequestFactory : http://code.google.com/intl/fr-FR/webtoolkit/doc/latest/DevGuideRequestFactory.html
All Sql statement and Find, FindBy, .... methods are in .aj file. These aspect files are generated by spring roo and we can modify or add some methods for do some SQL statements that we need. (see EntityManager class)
I think that SmartGwt datasource are good for CRUD applications, BUT THAT'S ALL.
So power version is useless ?
Should I have to do RPC ? (my boss doesn't want)
<CustomSql> in datasource ?
Or use spring roo
Or what ?
Have you a sample and a tutorial ? I have to do a select distinct, A join ... and more
Thanks,
Comment