|
From: Jason v. Z. <ja...@ze...> - 2003-03-14 14:18:26
|
On Fri, 2003-03-14 at 02:33, Patrick Yee wrote: > 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? I will try and whip up a design. I just don't like requiring a servlet container as you're at the mercy, by default, of the quirkiness of tomcat's classloading. It would be nice to have a small self-contained engine with a simple API that could be used. Basically the MessageServer as a self-contained component. I'm certainly not going to get to this within the next week or two but I will come up with something. > 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 > > > > > > ------------------------------------------------------- > 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 -- 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 |