Interface and Description |
---|
org.springframework.core.ConcurrentMap
as of Spring 3.0, since standard
ConcurrentMap
is available on Java 5+ anyway |
org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor
in favor of JAX-WS support in
org.springframework.remoting.jaxws |
org.springframework.orm.jdo.JdoCallback
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy and
SpringPersistenceManagerProxyBean ) |
org.springframework.orm.jdo.JdoOperations
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy and
SpringPersistenceManagerProxyBean ) |
org.springframework.orm.jpa.JpaCallback
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext ) |
org.springframework.orm.jpa.JpaOperations
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext ).
Note that this interface did not get upgraded to JPA 2.0 and never will. |
org.springframework.core.enums.LabeledEnum
as of Spring 3.0, in favor of Java 5 enums.
|
org.springframework.core.enums.LabeledEnumResolver
as of Spring 3.0, in favor of Java 5 enums.
|
org.springframework.jdbc.core.simple.SimpleJdbcOperations
since Spring 3.1 in favor of
JdbcOperations and
NamedParameterJdbcOperations . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
org.springframework.ejb.support.SmartSessionBean
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style
|
Class and Description |
---|
org.springframework.core.enums.AbstractCachingLabeledEnumResolver
as of Spring 3.0, in favor of Java 5 enums.
|
org.springframework.ejb.support.AbstractEnterpriseBean
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style
|
org.springframework.core.enums.AbstractGenericLabeledEnum
as of Spring 3.0, in favor of Java 5 enums.
|
org.springframework.ejb.support.AbstractJmsMessageDrivenBean
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style
|
org.springframework.core.enums.AbstractLabeledEnum
as of Spring 3.0, in favor of Java 5 enums.
|
org.springframework.ejb.support.AbstractMessageDrivenBean
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style
|
org.springframework.ejb.support.AbstractSessionBean
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style
|
org.springframework.ejb.support.AbstractStatefulSessionBean
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style
|
org.springframework.ejb.support.AbstractStatelessSessionBean
as of Spring 3.2, in favor of implementing EJBs in EJB 3 style
|
org.springframework.beans.factory.config.BeanReferenceFactoryBean
as of Spring 3.2, in favor of using regular bean name aliases
(which support placeholder parsing since Spring 2.5)
|
org.springframework.util.CachingMapDecorator
as of Spring 3.2, to be removed along with LabeledEnum support
|
org.springframework.http.client.CommonsClientHttpRequestFactory
In favor of
HttpComponentsClientHttpRequestFactory |
org.springframework.beans.factory.config.CommonsLogFactoryBean
as of Spring 3.2, in favor of a bean definition that points
to the bean class "org.apache.commons.logging.LogFactory" and the factory
method "getLog", passing in the log name as constructor argument
|
org.springframework.jms.listener.DefaultMessageListenerContainer102
as of Spring 3.0, in favor of the JMS 1.1 based
DefaultMessageListenerContainer |
org.springframework.scheduling.timer.DelegatingTimerTask
as of Spring 3.0, in favor of the
scheduling.concurrent
package which is based on Java 5's java.util.concurrent.ExecutorService |
org.springframework.web.jsf.DelegatingVariableResolver
as of Spring 3.2, in favor of the JSF 1.2 based
SpringBeanFacesELResolver |
org.springframework.web.util.ExpressionEvaluationUtils
as of Spring 3.2, in favor of the JSP 2.0+ native support
for embedded expressions in JSP pages (also applying to tag attributes)
|
org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
in favor of JAX-WS support in
org.springframework.remoting.jaxws |
org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean
in favor of JAX-WS support in
org.springframework.remoting.jaxws |
org.springframework.orm.jdo.JdoAccessor
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy and
SpringPersistenceManagerProxyBean ) |
org.springframework.orm.jdo.support.JdoDaoSupport
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy
and SpringPersistenceManagerProxyBean ) |
org.springframework.orm.jdo.JdoInterceptor
as of Spring 3.1, in favor of native PersistenceManager usage
and AOP-driven exception translation through
PersistenceExceptionTranslationPostProcessor |
org.springframework.orm.jdo.JdoTemplate
as of Spring 3.1, in favor of native PersistenceManager usage
(see
TransactionAwarePersistenceManagerFactoryProxy and
SpringPersistenceManagerProxyBean ) |
org.springframework.jms.core.JmsTemplate102
as of Spring 3.0, in favor of the JMS 1.1 based
JmsTemplate |
org.springframework.jms.connection.JmsTransactionManager102
as of Spring 3.0, in favor of the JMS 1.1 based
JmsTransactionManager |
org.springframework.orm.jpa.JpaAccessor
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext ) |
org.springframework.orm.jpa.support.JpaDaoSupport
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext ) |
org.springframework.orm.jpa.JpaInterceptor
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext ) and
AOP-driven exception translation through
PersistenceExceptionTranslationPostProcessor |
org.springframework.orm.jpa.JpaTemplate
as of Spring 3.1, in favor of native EntityManager usage
(typically obtained through
@PersistenceContext )
Note that this class did not get upgraded to JPA 2.0 and never will. |
org.springframework.core.enums.LetterCodedLabeledEnum
as of Spring 3.0, in favor of Java 5 enums.
|
org.springframework.orm.hibernate3.LocalCacheProviderProxy
as of Spring 3.0, following Hibernate 3.3's deprecation
of the CacheProvider SPI
|
org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
in favor of JAX-WS support in
org.springframework.remoting.jaxws |
org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean
in favor of JAX-WS support in
org.springframework.remoting.jaxws |
org.springframework.jms.listener.adapter.MessageListenerAdapter102
as of Spring 3.0, in favor of the JMS 1.1 based
MessageListenerAdapter |
org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
as of Spring 3.0, in favor of the
scheduling.concurrent
package which is based on Java 5's java.util.concurrent.ExecutorService |
org.springframework.transaction.jta.OC4JJtaTransactionManager
as of Spring 3.2, in favor of
WebLogicJtaTransactionManager
since Oracle end-of-lifed OC4J in favor of WebLogic |
org.springframework.instrument.classloading.oc4j.OC4JLoadTimeWeaver
as of Spring 3.2, in favor of
WebLogicLoadTimeWeaver
since Oracle end-of-lifed OC4J in favor of WebLogic |
org.springframework.jdbc.support.lob.OracleLobHandler
in favor of
DefaultLobHandler for the Oracle 10g driver and
higher. Consider using the 10g/11g driver even against an Oracle 9i database!
DefaultLobHandler.setCreateTemporaryLob(boolean) is the direct equivalent of this
OracleLobHandler's implementation strategy, just using standard JDBC 4.0 API.
That said, in most cases, regular DefaultLobHandler setup will work fine as well. |
org.springframework.scheduling.timer.ScheduledTimerTask
as of Spring 3.0, in favor of the
scheduling.concurrent
package which is based on Java 5's java.util.concurrent.ExecutorService |
org.springframework.web.context.support.ServletContextFactoryBean
as of Spring 3.0, since "servletContext" is now available
as a default bean in every WebApplicationContext
|
org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
in Spring 3.1 in favor of
PropertySourcesPlaceholderConfigurer
in conjunction with StandardServletEnvironment . |
org.springframework.remoting.jaxrpc.ServletEndpointSupport
in favor of JAX-WS support in
org.springframework.remoting.jaxws |
org.springframework.core.enums.ShortCodedLabeledEnum
as of Spring 3.0, in favor of Java 5 enums.
|
org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
since Spring 3.1 in favor of
JdbcDaoSupport and
NamedParameterJdbcDaoSupport . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
org.springframework.jdbc.core.simple.SimpleJdbcTemplate
since Spring 3.1 in favor of
JdbcTemplate and
NamedParameterJdbcTemplate . The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate. |
org.springframework.jms.support.converter.SimpleMessageConverter102
as of Spring 3.0, in favor of the JMS 1.1 based
SimpleMessageConverter |
org.springframework.jms.listener.SimpleMessageListenerContainer102
as of Spring 3.0, in favor of the JMS 1.1 based
SimpleMessageListenerContainer |
org.springframework.jms.connection.SingleConnectionFactory102
as of Spring 3.0, in favor of the JMS 1.1 based
SingleConnectionFactory |
org.springframework.web.jsf.SpringBeanVariableResolver
as of Spring 3.2, in favor of the JSF 1.2 based
SpringBeanFacesELResolver |
org.springframework.core.enums.StaticLabeledEnum
as of Spring 3.0, in favor of Java 5 enums.
|
org.springframework.core.enums.StaticLabeledEnumResolver
as of Spring 3.0, in favor of Java 5 enums.
|
org.springframework.core.enums.StringCodedLabeledEnum
as of Spring 3.0, in favor of Java 5 enums.
|
org.springframework.scheduling.timer.TimerFactoryBean
as of Spring 3.0, in favor of the
scheduling.concurrent
package which is based on Java 5's java.util.concurrent.ExecutorService |
org.springframework.scheduling.timer.TimerTaskExecutor
as of Spring 3.0, in favor of the
scheduling.concurrent
package which is based on Java 5's java.util.concurrent.ExecutorService |
org.springframework.orm.jpa.vendor.TopLinkJpaDialect
as of Spring 3.1, in favor of the EclipseLink project and
Spring's corresponding
EclipseLinkJpaDialect |
org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
as of Spring 3.1, in favor of the EclipseLink project and
Spring's corresponding
EclipseLinkJpaVendorAdapter |
org.springframework.transaction.interceptor.TransactionAspectUtils
as of Spring 3.1.2 in favor of
BeanFactoryUtils |
org.springframework.web.jsf.WebApplicationContextVariableResolver
as of Spring 3.2, in favor of the JSF 1.2 based
WebApplicationContextFacesELResolver |
org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter
in favor of
AllEncompassingFormHttpMessageConverter |
org.springframework.beans.factory.xml.XmlBeanFactory
as of Spring 3.1 in favor of
DefaultListableBeanFactory and
XmlBeanDefinitionReader |
Enum and Description |
---|
org.springframework.expression.spel.support.ReflectionHelper.ArgsMatchKind
in its public form as of Spring 3.2.7, since there is no need to refer to this directly...
|
Exceptions and Description |
---|
org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException
in favor of JAX-WS support in
org.springframework.remoting.jaxws |
Enum Constant and Description |
---|
org.springframework.http.HttpStatus.DESTINATION_LOCKED |
org.springframework.http.HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE |
org.springframework.http.HttpStatus.METHOD_FAILURE |
org.springframework.http.HttpStatus.MOVED_TEMPORARILY
In favor of
HttpStatus.FOUND which will be returned from HttpStatus.valueOf(302) |
Copyright © 2021. All rights reserved.