Design wise . . . do you all tend to propagate exceptions all the way up to
the ActionServlet -- centralized like -- or rather grab them in a more
granular fashion?

For instance, I've got Action classes using a business object layer which
has LDAP exceptions possible down deep.  This layer is essentially separate
and distinct from the web-struts layer.

Do I send them through, or deal with them at some juncture in-between?

Any opinion?


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

Reply via email to