首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

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

2012-10-27 
Spring常用Interface&Class,为自己make plan最近对spring感兴趣,基本原理总算通过Spring In Action看明白

Spring常用Interface&Class,为自己make plan
最近对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
1 楼 yangdefeng95802 2008-04-26   是Spring in Action吧? 2 楼 gimgen1026 2008-05-16   对对,混淆了,呵呵

热点排行