Many people have found humor in the deprecation of org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
.
This led me to wonder: what is the shortest class name, including the package in the Spring Framework 3.1.x ecosystem (listed here: http://www.springsource.org/projects)?
The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Support classes for Spring's scripting package. This package contains the Spring TestContext Framework which provides annotation-driven unit and integration testing support that is agnostic of the actual testing framework in use. Test event support classes for the Spring TestContext Framework.
Eyeballing http://static.springsource.org/spring/docs/3.0.x/javadoc-api/which is the main Spring Framework API, there are a few 4 letter words including Bean. But I don't think that AbstractSingletonProxyFactoryBean is the longest class name in the Spring API.
These modules are Spring Core, Spring AOP, Spring Web MVC, Spring DAO, Spring ORM, Spring context, and Spring Web flow. These modules provide different platforms to develop different enterprise applications; for example, you can use Spring Web MVC module for developing MVC-based applications.
Eyeballing http://static.springsource.org/spring/docs/3.0.x/javadoc-api/ which is the main Spring Framework API, there are a few 4 letter words including Bean
.
But I don't think that AbstractSingletonProxyFactoryBean is the longest class name in the Spring API. Here are some competitors:
AbstractSingletonProxyFactoryBean
SmartInstantiationAwareBeanPostProcessor
SingletonMetadataAwareAspectInstanceFactory
JodaDateTimeFormatAnnotationFormatterFactory
TransactionAwarePersistenceManagerFactoryProxy
JdbcUpdateAffectedIncorrectNumberOfRowsException
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With