Erik Weber at [EMAIL PROTECTED] wrote:

> This is a good discussion.

Indeed...

> I would like to introduce the question: How much work is it to undo the
> platform dependency, and is it worth the liability to take advantage of a nice
> feature of the server?

Depends on what you need to do... If all you need to do is create instances
of objects for your web app, that's the way to go... If you're building a
web app to control your servlet-container, DOH! you need to build around its
APIs :)

A wise approach when designing a web application is examine your
requirements and see, wether it's worth to tie your app down to a container,
or abstract above it... Every problem is different...

> Specifically, would the interceptor approach offer significant benefits over
> the Servlet adapter approach? And how much work would it involve (potentially)
> to adapt the interceptor approach to some other unnamed platform if needed?

Dunno much about interceptors and TC3x...

Reply via email to