If you’re considering using Spring or Hibernate with IBM WebSphere
Application Server, this article explains how to configure these frameworks for
various scenarios with WebSphere Application Server. This article is not an
exhaustive review of either framework, but a critical reference to help you
successfully implement such scenarios. (Updated for Spring Framework 2.5 and
WebSphere Application Server V7.) (IBM WebSphere Developer Technical Journal)
Still Springing Along
I’m still solidly in the spring domain with my solution. I’ve run into a number of obfuscated exceptions as I’ve gone along way my from Spring newbie to Spring intermediate newbie. They’re all nicely saved in my WebSphere Application Server log, so once I get some free time, I’ll go through them all with the […]
Spring: ClassPathXmlApplicationContext File Lookup / Database Exceptions
Quick Tip: When you are trying to look up your xml Spring configuration file, ensure that you put the xml file into the build path source directory of your project. In my case, the ejbModule directory. I had it in the root of the EJB project and Spring (rightfully so) could not find it. Also, […]
WebSphere Application Server and The Spring Framework
I’m in the process of skilling up on the spring framework used within the Websphere application server container. What I have amassed so far are a ton of links to various tutorials and developerWorks articles that answer a few questions: What is Spring? Why do I want to use it? How do I use it? […]