|
From: Patrick Y. <kc...@ce...> - 2003-03-14 07:33:26
|
Hi, My immediate thought is: this will not be much simpler than using servlet container. We have to implement/use a HTTP server. In which the HTTP post data are received and then we should pass it to the MessageServiceHandler instance. Currently, the entry point at MessageServiceHandler is doPost(), which takes HttpServletRequest as argument. That means we have to implement a HttpServletRequest to encapsulate the HTTP post data. How can this be improved? Abandon doPost()? In that case, we may need to design another entry point to accept incoming messages. Do you have any suggestion? Regards, -Patrick ----- Original Message ----- From: "Jason van Zyl" <ja...@ma...> To: <ebx...@li...> Sent: Friday, March 14, 2003 10:23 AM Subject: [ebxmlms-develop] By Passing the stub part 2 > Hi, > > It's been a while but I'm back at the ebxml goodies. I posted a question > about by passing the stub and essentially embedding the server in my > application and I wanted to go further with this. > > Would there be a simple way to exclusively use this embedded server and > by pass servlets and the use of a servlet container. I realize I might > have to use a small http server but I would rather do that than need a > servlet container. > > -- > jvz. > > Jason van Zyl > ja...@ze... > http://tambora.zenplex.org > > In short, man creates for himself a new religion of a rational > and technical order to justify his work and to be justified in it. > > -- Jacques Ellul, The Technological Society > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > ebxmlms-develop mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop > |