Calling EJB over HTTP from thick client

Hi,But, if I want to use a thick client then how I can make calls through HTTP.I know about j2ee client container. But in addition to it, I may have to write some code on client as well on server. Any inputs/guidelines will be helpful for me.Thanks,Plad
[288 byte] By [Laddhaa] at [2007-11-27 4:04:52]
# 1
You need to configure your J2EE server.Check the server spec
AvihaiMara at 2007-7-12 9:09:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

Hi,

Thanks. I checked weblogic's documentation for application client but could not find what servlet can be configured.

In SUN documentation at http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Overview2.html say that- Application clients directly access enterprise beans running in the business tier. However, if application requirements warrant it, a J2EE application client can open an HTTP connection to establish communication with a servlet running in the Web tier.

Any app. server doc providing details on how servlet needs to be used, what coding is required?How j2ee client container will send HTTP request to server.

Thanks.

Laddhaa at 2007-7-12 9:09:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...