Re: ApplicationGateway vs DefaultEventGateway
Thelmo Loisio <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2003-10-21 at 11:55, Diez B. Roggisch wrote: > > The application-assembler is pure barracuda-related stuff and is used for > mapping events to their respective handlers. > > However, barracuda isn't living in the void - it needs a servlet container to > handle the http stuff, and so we need to specify the *.event pattern mapping > in the servers web.xml > Well... that's clear, as it's clear (i hope to have understood correctly) why you choose to extend ApplicationGateway (to provide your onw implementation of the dispatcher factory) what is not so clear is why you choose to use another class (ExampleGateway) as EventGateway instead of using DBRApplicationGateway. Thanks for your answer. -- Thelmo