Hi Iso,
The data connection tools of SmartGwtEE are just great, i m currently using pure SQL data source.
As most of the relational data model frameworks, like Hibernate or iBatis, they are quite mature and comprehensive, and the performance of those frameworks has been tested in live use cases. I would be quite confident to use Java + MYSQL + iBatis + Tomcat for a web application to handle 2 million transactions with large amount of concurrent database/server interactions.
As i m about to build our project using SmartGwt Pro, and i chose to use pure SQL datasource to improve the query efficiency, so i got some questions here:
1. Can i use SQL Datasource to replace iBatis, will there be any impact? In other words, can i get rid of the ORM framework in an enterprise web application?
2. Can SmartGwt SQL Datasource handle tremendous amount of SQL? say 2 million transactions per day?
Thanks!
The data connection tools of SmartGwtEE are just great, i m currently using pure SQL data source.
As most of the relational data model frameworks, like Hibernate or iBatis, they are quite mature and comprehensive, and the performance of those frameworks has been tested in live use cases. I would be quite confident to use Java + MYSQL + iBatis + Tomcat for a web application to handle 2 million transactions with large amount of concurrent database/server interactions.
As i m about to build our project using SmartGwt Pro, and i chose to use pure SQL datasource to improve the query efficiency, so i got some questions here:
1. Can i use SQL Datasource to replace iBatis, will there be any impact? In other words, can i get rid of the ORM framework in an enterprise web application?
2. Can SmartGwt SQL Datasource handle tremendous amount of SQL? say 2 million transactions per day?
Thanks!
Comment