spring - java新手学了JDBC后学哪个框架?
ringa_lee
ringa_lee 2017-04-18 10:39:52
0
8
604
ringa_lee
ringa_lee

ringa_lee

reply all(8)
迷茫


struts are outdated. The coupling with servletAPI is too high and is not conducive to unit testing. I hope the questioner Baidu can solve this problem
I want to ask why you stepped on me. Is there any problem with me? Please ask it, okay?

小葫芦

For novices, SQL language is the foundation, and mybatis and hibernate are all based on it. Once you master sql, learning the framework will come naturally. It is recommended to start with mybatis, which will be more autonomous and help you master SQL.

Spring is now a must-choice for Java development, with high priority and price;

Peter_Zhu

The frame is not that important!

I’m a newbie. I just learned jdbc and now I want to use a framework, which is not suitable. Spend more time to get a solid foundation. If you learn jdbc and you can add, delete, modify and check, then you are sure it is ok? Now that I think about getting those ORM frameworks, it is better to scan the jdbc api and the jdbc source code.

Peter_Zhu

spring mvc + mybatis

PHPzhong

Spring

阿神

Spring MVC plus JDBC can make simple Java Web applications. You can learn it first, and then you can learn Spring MVC + Mybatis, which is used a lot on the Internet.

Ty80

Someone drew a picture and demonstrated it above, and it was explained very clearly. Just study in that order

洪涛

Since you have just finished learning JDBC, you can next write an ORM framework by yourself, try your best to write it yourself. If you have any questions, you can refer to mybatis.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!