`
gimgen1026
  • 浏览: 160084 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Spring常用Interface&Class,为自己make plan

    博客分类:
  • Java
阅读更多
最近对spring感兴趣,基本原理总算通过Spring In Action看明白了
剩下的事情就是看API了
我个人觉得spring掌握基本原理就足够了,然后看点自己能用到的Class以及context配置方式。不知道我的理解对不对,个人见解而已 -_-
下面我要为自己的spring学习制定计划,遍个list,就像刚才说的那样,先熟悉熟悉经常会用到的class或interface:
引用
org.springframework.aop.ClassFilter
org.springframework.aop.IntroductionInterceptor
org.springframework.aop.MethodMatcher
org.springframework.aop.Pointcut
org.springframework.aop.MethodBeforeAdvice
org.springframework.aop.BeforeAdvice
org.springframework.aop.AfterReturningAdvice
org.springframework.aop.ThrowsAdvice
org.springframework.aop.framework.AopConfigException
org.springframework.aop.framework.ProxyFactoryBean
org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator
org.springframework.aop.support.ControlFlowPointcut
org.springframework.aop.support.DefaultIntroductionAdvisor
org.springframework.aop.support.DefaultPointcutAdvisor
org.springframework.aop.support.DelegatingIntroductionInterceptor
org.springframework.aop.support.NameMatchMethodPointcutAdvisor
org.springframework.aop.support.Pointcuts
org.springframework.aop.support.RegExpPointcutAdvisor

引用
org.springframework.beans.factory.BeanFactory
org.springframework.beans.factory.BeanFactoryAware
org.springframework.beans.factory.config.CustomEditorConfigurer
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
org.springframework.beans.factory.xml.XmlBeanFactory
org.springframework.beans.propertyeditors.URLEditor
引用
org.springframework.context.ApplicationContext
org.springframework.context.support.FileSystemXmlApplicationContext
org.springframework.context.support.ResourceBundleMessageSource
引用
org.springframework.dao.DataAccessException

引用
org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
引用
org.springframework.jdbc.core.JdbcTemplate
org.springframework.jdbc.datasource.DataSourceTransactionManager
org.springframework.jdbc.datasource.DriverManagerDataSource

引用
org.springframework.jms.JmsExceptions
org.springframework.jms.core.JmsTemplate
org.springframework.jms.core.MessageCreator
org.springframework.jms.support.converter.MessageConverter
org.springframework.jms.support.converter.SimpleMessageConverter

引用
org.springframework.jndi.JndiObjectFactoryBean

引用
org.springframework.mail.SimpleMailMessage
org.springframework.mail.javamail.JavaMailSenderImpl

引用
org.springframework.metadata.commons.CommonsAttributes

引用
org.springframework.orm.hibernate.HibernateTemplate
org.springframework.orm.hibernate3.LocalSessionFactoryBean
org.springframework.orm.hibernate3.HibernateTransactionManager
org.springframework.orm.hibernate3.support.HibernateDaoSupport
org.springframework.orm.ibatis.SqlMapClientFactoryBean
org.springframework.orm.ibatis.SqlMapClientTemplate
org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
org.springframework.orm.jdo.JdoTemplate
org.springframework.orm.jdo.JdoTransactionManager
org.springframework.orm.ojb.PersistenceBrokerTransactionManager
org.springframework.orm.ojb.support.LocalDataSourceConnectionFactory
org.springframework.orm.ojb.support.LocalOjbConfigurer

引用
org.springframework.payment.PaymentServiceImpl

引用
org.springframework.remoting.RemoteAccessException
org.springframework.remoting.caucho.BurlapProxyFactoryBean
org.springframework.remoting.caucho.BurlapServiceExporter
org.springframework.remoting.caucho.HessianProxyFactoryBean
org.springframework.remoting.caucho.HessianServiceExporter
org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
org.springframework.remoting.rmi.RmiProxyFactoryBean
org.springframework.remoting.rmi.RmiServiceExporter

引用
org.springframework.scheduling.quartz.CronTriggerBean
org.springframework.scheduling.quartz.JobDetailBean
org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
org.springframework.scheduling.quartz.QuartzJobBean
org.springframework.scheduling.quartz.SchedulerFactoryBean
org.springframework.scheduling.quartz.SimpleTriggerBean
org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
org.springframework.scheduling.timer.ScheduledTimerTask
org.springframework.scheduling.timer.TimerFactoryBean

引用
org.springframework.test.AbstractTransactionalDataSourceSpringContextTests

引用
org.springframework.transaction.TransactionDefinition
org.springframework.transaction.interceptor.DefaultTransactionAttribute
org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
org.springframework.transaction.interceptor.TransactionInterceptor
org.springframework.transaction.interceptor.TransactionProxyFactoryBean
org.springframework.transaction.jta.JtaTransactionManager
org.springframework.transaction.support.TransactionTemplate

引用
org.springframework.validation.Validator

引用
org.springframework.web.servlet.DispatcherServlet
org.springframework.web.servlet.HandlerMapping
org.springframework.web.servlet.ViewResolver
org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
org.springframework.web.servlet.handler.commonsattributes.PathMap

引用
org.springframework.web.servlet.mvc.AbstractCommandController
org.springframework.web.servlet.mvc.AbstractController
org.springframework.web.servlet.mvc.AbstractWizardFormController
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
org.springframework.web.servlet.mvc.throwaway.ThrowawayControllerHandlerAdapter

引用
org.springframework.web.servlet.support.BindStatus

引用
org.springframework.web.servlet.view.BeanNameViewResolver
org.springframework.web.servlet.view.InternalResourceViewResolver
org.springframework.web.servlet.view.JstlView
org.springframework.web.servlet.view.ResourceBundleViewResolver
org.springframework.web.servlet.view.XmlFileViewResolver
org.springframework.web.servlet.view.document.AbstractExcelView
org.springframework.web.servlet.view.document.AbstractPdfView
org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
org.springframework.web.servlet.view.tiles.TilesConfigurer
org.springframework.web.servlet.view.tiles.TilesView
org.springframework.web.servlet.view.velocity.VelocityConfigurer
org.springframework.web.servlet.view.velocity.VelocityViewResolver

引用
org.springframework.web.context.ContextLoaderListener
org.springframework.web.context.ContextLoaderServlet
org.springframework.web.context.WebApplicationContext
org.springframework.web.context.support.PerformanceMonitorListener
org.springframework.web.context.support.WebApplicationContextUtils

引用
org.springframework.web.struts.ActionSupport
org.springframework.web.struts.ContextLoaderPlugIn
org.springframework.web.struts.DelegatingActionProxy
org.springframework.web.struts.DelegatingRequestProcessor
org.springframework.web.struts.DelegatingTilesRequestProcessor

分享到:
评论
2 楼 gimgen1026 2008-05-16  
对对,混淆了,呵呵
1 楼 yangdefeng95802 2008-04-26  
是Spring in Action吧?

相关推荐

    Spring源码-interface21

    在interface21中,Spring JDBC的`JdbcTemplate`和ORM框架的抽象层如`HibernateTemplate`是重点,它们为数据库操作提供了一致的、非侵入性的API。 4. **事务管理**:Spring提供了声明式和编程式事务管理。`...

    Spring常用注解和扩展点

    Spring常用注解和扩展点,Spring常用注解和扩展点,Spring常用注解和扩展点,Spring常用注解和扩展点,Spring常用注解和扩展点,Spring常用注解和扩展点,Spring常用注解和扩展点,Spring常用注解和扩展点

    spring2.5常用包

    Spring 2.5 是 Spring 框架的一个重要版本,它在之前的版本基础上引入了许多增强功能和改进,为开发者提供了更强大的工具集。这个压缩包包含的“spring常用包”很可能是为了帮助开发者理解并使用 Spring 2.5 的核心...

    spring常用架包

    spring常用的架包: commons-logging-1.1.3.jar spring-beans-4.0.4.RELEASE.jar spring-context-4.0.4.RELEASE.jar spring-core-4.0.4.RELEASE.jar spring-expression-4.0.4.RELEASE.jar

    spring-mock.jar

    org.springframework.mock.jndi.ExpectedLookupTemplate.class org.springframework.mock.jndi.SimpleNamingContext.class org.springframework.mock.jndi.SimpleNamingContextBuilder.class org.springframework....

    Spring系列之Spring常用注解总结1

    此外,Spring还提供了其他一些常用的注解,如@Service、@Repository和@Controller,它们分别用于标记业务层、数据访问层和控制层的bean。这些注解配合@Component,可以实现基于组件扫描的自动化配置,进一步减少.xml...

    Spring.net & Nhiberate示例

    你还为Spring.net & Nhiberate的配置头疼吗?请看一下Spring.net & Nhiberate集成的很好示例,Spring.net1.3,Nhiberate2.1.0。一切都是如此简单。

    spring常用配置

    ### Spring常用配置详解 #### 一、控制反转(IOC) 控制反转(Inversion of Control, IOC)是Spring框架的核心特性之一,它改变了以往程序中的对象创建和管理方式。在传统的编程模式下,对象间的依赖关系是由对象自身...

    ibatis指导和spring常用项目实例.part1.rar

    ibatis指导和spring常用项目实例.part1.raribatis指导和spring常用项目实例.part1.rar

    spring3.1.1常用jar包

    在这个"spring3.1.1常用jar包"中,包含了一系列核心的Spring库,这些库是搭建基于Spring的应用程序所必需的。 1. **Spring Core**:这是Spring框架的基础,提供了依赖注入(DI)和面向切面编程(AOP)的核心功能。...

    Spring常用注解...

    Spring常用注解

    自己的代码模拟spring的依赖注入

    现在,我们将深入探讨如何通过自己的代码来模拟Spring的依赖注入。 首先,理解依赖注入的概念至关重要。依赖注入意味着组件不直接创建其依赖的对象,而是由外部实体(如Spring IoC容器)提供。这样做的好处是,我们...

    spring-web-2.5.jar

    org.springframework.remoting.caucho.BurlapClientInterceptor.class org.springframework.remoting.caucho.BurlapProxyFactoryBean.class org.springframework.remoting.caucho.BurlapServiceExporter.class org....

    SpringJUnit4ClassRunner 单元测试

    单元测试—— Spring 环境下测试,所需要的jar包: spring-test-4.3.29.RELEASE.jar、junit-4.13.1.jar、hamcrest-core-1.3.jar。

    spring boot常用注解.xlsx

    spring boot常用注解

    Spring bean 动态注册,jar包热替换

    Spring bean 一般通过配置文件和注解进行加载,如果要实现jar或class文件,动态实现spring bean 的动态加载,并通过UrlClassLoader完成jar和class文件的加载。可以实现jar的热替换。spring的bean动态加载则需要对...

    org.springframework.instrument.classloading-3.0.0.M4

    org.springframework.instrument.classloading-3.0.0.M4.jar

    spring_MVC源码

    文中用的框架版本:spring 3,hibernate 3,没有的,自己上网下。 先说web.xml配置: [java] view plaincopy 01.<?xml version="1.0" encoding="UTF-8"?> 02....

    《实战C#.NET编程-Spring.NET & NHibernate从入门到精通》代码

    《实战C#.NET编程-Spring.NET & NHibernate从入门到精通》是一本深入探讨C# .NET平台下Spring.NET和NHibernate两个关键框架的实践指南。这本书旨在帮助开发者从基础知识开始,逐步掌握这两个强大的工具,从而提升...

    spring常用注解

    spring常用注解,省去配置文件的麻烦,使用简洁的注解自动完成spring的配置

Global site tag (gtag.js) - Google Analytics