| Author |
Serving both Http and Non-Http clients
|
Ram Pra
Ranch Hand
Joined: Feb 06, 2001
Posts: 37
|
|
Hello All, We have to develop an application which serves both http and non-http clients.For eg. My system basically is a product which serves the request of a client irrespective of http or non-http. How do I do this in java,I have to serve a web-based client and also a desktop client who may be either a vb,java or a client written in any language. How do I manage the session for non-http clients. And also will generic servlet help me acheive this??? Thanks, Prashanth
|
 |
Marcos Maia
Ranch Hand
Joined: Jan 06, 2001
Posts: 977
|
|
|
I think that for your pourpose its better implements the code as Enterprise Java Beans that automatically gives you this behavior
|
 |
 |
|
|
subject: Serving both Http and Non-Http clients
|
|
|