dao - Java有没有轻量的,又是全自动,而且比较成熟的ORM框架?
怪我咯
怪我咯 2017-04-17 15:27:35
0
5
458

如题,java是一门热门语言,也经过了好多年的发展,非常成熟。但是真的是开发慢。
期间用过hibernate、mybaits和nutz dao,3者比较的话hibernate比较厚重,不灵活,对于复杂业务操作繁琐,体积也大。mybatis的话就是迭代时候太繁琐,特别是涉及到DB中字段变更的时候。nutz dao刚开始用,用起来感觉还好,但是毕竟是新产品,社区不成熟,也有一些bug。
So,有没有那么一款能够 轻量、灵活、又稍微成熟些的全自动ORM框架推荐呢?

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(5)
左手右手慢动作

For novices, I personally recommend not to waste time on these seemingly beautiful "lightweight" frameworks, lest you end up going back to hibernate and mybatis. I think you should wait until you are familiar with all aspects of hibernate and mybatis before you study the "small but beautiful" framework you are pursuing. Maybe your views will be different by then.

Of course, there are indeed some lightweight ORM frameworks. I once used a framework called EJP, and it felt perfect at the beginning. However, as the project progressed, some problems emerged that it could not solve. Later, the EJP project also disappeared.

迷茫

Look here?

大家讲道理

JFinal
http://www.jfinal.com/

巴扎黑

JFinal

PHPzhong

nutz is good, Mr. Beast is very enthusiastic
Community address: http://nutz.cn/

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template