Archive for the Spring category

Sample EJB Configs for Spring

For legacy reasons, mandated technology reasons, or the need to do clustered remote access, a number of people do need to use EJBs with Spring, whether they want to or not.
The existing ejbtest integration test app under the autobuilds directory in the Spring source tree was originally created to be used for integration level testing […]

Springframework.com is Live!

After a lot of late nights, www.springframework.com is now live!
Here’s our press release:
Interface21 To Provide Expert Spring Framework Consulting, Training, and Support
I am really excited. This is such a win-win situation for Spring users and developers.

Cleaner and More Concise Transaction Definitions in Spring 1.1

(Note: this post modified 2004-10-7 to reflect new ‘abstract’ attribute introduced with Spring 1.1.1 released on 2004-9-30).
People typically create transactional proxies for service interfaces in their Spring ApplicationContext definitions using either TransactionProxyFactoryBean or BeanNameAutoProxyCreator. This post details how enhancements for Spring 1.1 (included in the current v1.1RC1) allow defining transactional proxies in a much more […]