SmartGWT can integrate with Spring frame/Hibernate?
I am interested in SmartGWT, even EE, a coming soon project request Spring/Ibatis frameworks executing in sever side. where can I find a sample to integrate them?
Start by reading the QuickStart Guide, especially the entire chapter on the Server Framework.
Note, even if you have a large number of existing iBatis services, you probably want to move to the SQLDataSource and SQL Templating system. It is similar in style (direct control over SQL) but far, far more powerful. All covered in the QuickStart Guide.
Comment