面试&笔试总结 Java框架篇
1.Spring IOC是什么,如何使用,如何实现。
2.Spring AOP是什么,如何使用,如何实现。
3.为什么要用Spring?
4.MyBatis是什么,如何使用,如何实现?
http://www.cnblogs.com/yejiaojiao/p/5818002.html
5.Spring事务,MyBatis事务,JDBC事务如何使用?
Mybatis事务靠sqlsession。http://www.jb51.net/article/85622.htm
Spring事务靠xml里面的tx标签或transaction注解。http://www.cnblogs.com/newsouls/p/3988216.html
6.如何定义切面注解和切面处理函数?
7.