Re[3]: JDBC Result Set paging.
От: Gajdalager Украина  
Дата: 22.03.07 09:39
Оценка:
Здравствуйте, zubr, Вы писали:

Z>Здравствуйте, Cyberax, Вы писали:


C>>Здравствуйте, zubr, Вы писали:


Z>>>

Z>>>Заранее благодарю.
C>>А может взять Hibernate и не мучаться? Там адаптеры для paging'а для каждой базы уже написаны.
Z>Видимо так и придется сделать потому, что ничего умнее в голову не приходит.
Z>Осталось посмотреть как у Hibernate дела обстоят с BLOB'ами.
Дела хорошо. http://www.hibernate.org/73.html
Вообще, не понимаю, почему люди так любят JDBC (или, как вариант, создание двухколёсных одноместных транспортных экипажей, приводимых в действие мускульной силой), если есть отлично оттестированная и отпрофилированная тулзень?? Вот цитата из Hibenate in Action:

Development of a reasonably full-featured ORM may take many developers months. For example, Hibernate is 43,000 lines of code (some of which is much more difficult than typical application code), along with 12,000 lines of unit test code. This might be more than your application. A great many details can easily be overlooked—as both the authors know from experience!

Ещё цитата:

A common claim is that hand-coded persistence can always be at least as fast, and can often be faster, than automated persistence. This is true in the same sense that it’s true that assembly code can always be at least as fast as Java code, or a handwritten parser can always be at least as fast as a parser generated by YACC or ANTLR—in other words, it’s beside the point.
....
Finally, the people who implemented your ORM software probably had much more time to investigate performance optimizations than you have. Did you know, for instance, that pooling PreparedStatement instances results in a significant performance increase for the DB2 JDBC driver but breaks the InterBase JDBC driver? Did you realize that updating only the changed columns of a table can be significantly faster for some databases but potentially slower for others? In your handcrafted solution, how easy is it to experiment with the impact of these various strategies?

Как по мне, если есть база и Жава, то по дефолту должен быть и ORM, и чтобы отказаться от ОРМ — нужны действительно серьёзные причины.
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.