由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Criticism of Java Persistence Frameworks
相关主题
JDBC自己做J2EE项目,请前辈提些建议,谢谢
问问java认证difficult things working with hibernate
spring transaction的问题求OpenShift上Spring-quickstart的mysql配置方法
谁给推荐一个简单的ORM吧Anybody evaluated/used javalite?
云计算如何应用到传统的web server应用java为啥这么多framework
我来说一下什么是烂技术吧,补充一下是从找工作混饭角度。问个JPA的问题
现在 Java Web 开发过时了么?问个Spring Framework的数据库设置的问题
Java GC 为什么不能自动释放jdbc connection?最好的Java Enterprise Development Framework
相关话题的讨论汇总
话题: frameworks话题: java话题: criticism
进入Java版参与讨论
1 (共1页)
A**o
发帖数: 1550
1
http://fromapitosolution.blogspot.com/2008/12/criticism-of-java-persistence.html
摘要如下
"Most of applications are database-driven and need to access tables, modify
data. Although there are many questions about persistence frameworks, we
need them a lot when developing applications. Otherwise SQL codes scatters
across applications causing an ugly and unmanageable application.
Persistence frameworks build a database layer and separates concerns. Java
Persistence solutions are divided into two branch
b******y
发帖数: 9224
2
我觉得,这个framework有点太复杂,多了layer,少了high performance.
个人感觉,真理多走一步就是谬误。很多时候,都是个度的问题。design过于复杂了,
就失去了当初的意义。。。
而SUN总是干这事儿,养着一帮啥architect之类的,有时候搞出来的东东,一点儿不实
际。
g*****g
发帖数: 34805
3
I am not smart enough to design a better framework. But based
on my experience on Hibernate (which implements JPA too).
In the future we may have Object database as standard, until
that happens, ORM is the way to go. And I think it's simple
and powerful enough, the performance is battle-proof

modify

【在 A**o 的大作中提到】
: http://fromapitosolution.blogspot.com/2008/12/criticism-of-java-persistence.html
: 摘要如下
: "Most of applications are database-driven and need to access tables, modify
: data. Although there are many questions about persistence frameworks, we
: need them a lot when developing applications. Otherwise SQL codes scatters
: across applications causing an ugly and unmanageable application.
: Persistence frameworks build a database layer and separates concerns. Java
: Persistence solutions are divided into two branch

l********0
发帖数: 283
4
I think so too.

【在 g*****g 的大作中提到】
: I am not smart enough to design a better framework. But based
: on my experience on Hibernate (which implements JPA too).
: In the future we may have Object database as standard, until
: that happens, ORM is the way to go. And I think it's simple
: and powerful enough, the performance is battle-proof
:
: modify

1 (共1页)
进入Java版参与讨论
相关主题
最好的Java Enterprise Development Framework云计算如何应用到传统的web server应用
JavaServer Faces 和 Java Servlet我来说一下什么是烂技术吧,补充一下是从找工作混饭角度。
发现Ninja framework 做web REST 挺好使现在 Java Web 开发过时了么?
谁用过spring roo啊Java GC 为什么不能自动释放jdbc connection?
JDBC自己做J2EE项目,请前辈提些建议,谢谢
问问java认证difficult things working with hibernate
spring transaction的问题求OpenShift上Spring-quickstart的mysql配置方法
谁给推荐一个简单的ORM吧Anybody evaluated/used javalite?
相关话题的讨论汇总
话题: frameworks话题: java话题: criticism