Nov 7, 2009

How To Connect To Web Server? - How to connect to web server

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Programming > Programming General > Java

How To Connect To Web Server? - How to connect to web server

mahender
How to connect to a web server using java program and how to maintain session

Comment/Reply (w/o sign-up)

Jack Cheng
Can you elaborate how what you mean by connecting to web server... like what a browser does, or setting up a web server that supports JSP and servlets. For the "browser" thing, you'll need to use sockets, of which you can find more about from the Java API. For the server, you'll need a servlet compliant server, such as Tomcat. For more information on Tomcat, go to its website (tomcat.apache.com).

As for the session, it depends on where you need it. In a JSP, you can just use the implicit object session and call its getAttribute, setAttribute, and removeAttribute methods to modifiy session objects (notice I said objects, so primitive data types don't work). In a servlet, you'll need to first get the session by calling request.getSession() (and this is assuming your servlet is a subclass of HttpServlet, so the request is an HttpServletRequest).


Comment/Reply (w/o sign-up)

yordan
QUOTE
and how to maintain session

Maintaining a session will probably be the most critical thing. Maybe you will have to design a cookie in charge to hold the data your session needs.

Comment/Reply (w/o sign-up)

yeh
If you do not want to use cookies, the session info can be encoded in the URL as a parameter. Use the function encodeURL().

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)


See Also,

*SIMILAR VIDEOS*
Searching Video's for connect, web, server, connect, web, server
advertisement



How To Connect To Web Server? - How to connect to web server

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com