Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Lourdes Edwards   on Jul 23 In Java Category.

  
Question Answered By: Ella Brown   on Jul 23

Struts can be configured for exception  handling via struts-config. It
is called "Declarative Exception Handling" .
Take a look at below url for an overall view of this feature:
javaboutique.internet.com/tutorials/excep_struts/

As you might notice, the goal is to remove exception handling  from
code to configurations classes. You just define the type of exceptions
and the class  that will go to handle them. You can configure it for
each action  too.

I have not used this feature, but seem to be very useful. This applies
to struts  1.1 but maybe new features for this in struts1.2.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Exception handling Or get search suggestion and latest updates.


Tagged: