Noel,

I'd rather movement towards no framework-related dependencies, using
something like the Spring Framework (http://www.springframework.org/).



Actually, I fundamentally disagree with one of Spring's mission statements. I seriously dislike unchecked exceptions, which although easier for the lazy programmer lead inevitably to surprises and problems.

In any event, the proposed approach does eliminate container dependencies.
All of our core components would defined POJOs.


+1

With a Contructor Dependency Injection (CDI) design you can specify any checked exception in the constructor (where your hard setup work happens) to enforce a strong contract for individuals choosing to embed.

- Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to