Re: Warning with JBoss WS 2.0.1
by Thomas Diesler
Hi Chris,
because of the very high volume we monitor our user forum at our
leisure. It doesn't really matter where you post the question - on the
dev forum we respond with high priority. On the user forum you need to
ping jbossws-dev(a)lists.jboss.org seperately.
Please see my response in the forum
cheers
-thomas
On Mon, 2007-11-05 at 10:27 -0500, Chris Laprun wrote:
> Hi Thomas,
>
> On Nov 5, 2007, at 3:27 AM, Thomas Diesler wrote:
>
> > could we please discuss this on the dev forum?
> >
> > http://www.jboss.org/index.html?module=bb&op=viewforum&f=174
>
> I actually posted about it last week on the user forums (as I figured
> that it was a user-oriented question) but didn't get any answer
> there... which is why I contacted you directly.
> http://www.jboss.org/index.html?module=bb&op=viewtopic&t=122496
> Do you want me to repost on the dev forum?
>
> Best,
> Chris
>
> ==
> JBoss Portal Developer / WSRP Lead
> JBoss, a division of Red Hat
> http://jbossportal.blogspot.com
> "Reality is that which, when you stop believing in it, doesn't go
> away." - Philip K. Dick
>
>
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
Web Service Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
17 years, 2 months
[Design of JBoss Web Services] - Digging under the Servlet api - howto
by parki
Hello!
Just new to JBoss, and loving it, especially RichFaces, which is really tops.
We have a related project, and I'd like to host this app in JBoss as well, but wondering about how to implement. There is a device (which we are building) which needs to open an HTTPs session to the proposed app in JBoss - the intention is to keep the connection open, and send/receive XML packets across this connection.
So, we can't use the servlet api, as the outputStream will be flushed and can be cleaned up after a response - we need to keep a reference to the input and output streams and manage ourselves.
Thus, I think we need to get under the Servlet API layer, and take more control over the connection.
Can anyone point me to where in JBoss this gets handled?
A simple example would be awesome, but even just a quick blurb and pointers into the classes within JBoss that we'd need to be aware of will greatly help.
Many thanks - appreciated.
parki...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101018#4101018
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101018
17 years, 2 months