--- daveck <[EMAIL PROTECTED]> wrote:
> In our situation, some products are free while others are not.  There's an
> interceptor stack for each. All are dynamically generated immediately as an
> html page or a pdf.  An order is only generated for the products that
> aren't free.  For those, once the page is delivered successfully, an order
is
> generated and the customers account (already established) is charged.  The
> BillingInterceptor is only used for the confirmation.  Maybe I should call
> it ConfirmationInterceptor.....
> Does an interceptor make more sense in this case? 

Not to me. It's just normal order processing: used in only one place (order
processing), doesn't encompass any functionality needed anywhere else, and
doesn't require any interceptor functionality. I'd just redirect to a
confirmation action when necessary.

Dave


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

Reply via email to