Re: ApplicationGateway vs DefaultEventGateway
"Diez B. Roggisch" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, > For instance why should contrib.dbroggisch use them both one in the > web.xml deployment descriptor and the other in the event-gateway > ApplicationAssembler xml file !? 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 Diez