回複:accessing data table means access its schame....

I guess people see questions from different point view.
One is from DBA more on database performance,tunning, create indexes, trigger, .....
The other is from application developer's view, more on database functionality CRUD, application performance.

In enterprise J2EE application, We can use open source framworks such as spring framework and hibernate of O/R mapping and EJB to write java code for all database related operation CRUD, we do define database info and schema in xml configuration file.

From my experience, there are performace issues on using hibernate pure OO for search, the alternative approach is to use preparedstatement to do direct query in java.


所有跟帖: 

The worst thing in industry is.... -撅著挺好- 給 撅著挺好 發送悄悄話 (783 bytes) () 10/18/2009 postreply 21:20:36

I had the same feeling: the old day was the -HappyNow?!- 給 HappyNow?! 發送悄悄話 HappyNow?! 的博客首頁 (44 bytes) () 10/19/2009 postreply 10:42:04

請您先登陸,再發跟帖!