
September 5th, 2000, 05:47 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,578
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
java asp chat available
<i><b>Originally posted by : shivprasad (shiv_koirala@yahoo.com)</b></i><br />java availiability and the client side made it a great boon to java people.vb's non aviliabilty <br />at client side made it specially on netscape makes it impossible to use bilateral communication.i had made a chat by looking at the fundamentals of asp unleashed.<br />where the initiation of cleint pull and then server responding to client,writing every thing<br />in application variables. but the following where the problems<br /><br />1) http-equiv is a client pull initiated by html which leading to the whole<br /> browser refreshing and giving disliking looks.<br /><br />2) the response is too slow.<br /><br />3) client pull and server push are old technologies.<br /><br /><br />so there is work around to this problem.exploiting java at the client side and using the asp server application variables.which can be easily done by using the basic get and post of http<br />protocol,which can be initiated by javas URL object. and then using asp response and request componenets. i have implemented this chat which is now exisiting on <br /><br />http://www.thekidsparadise.com/login.asp<br /><br />and if wanted the full code can mail me to shiv_koirala@yahoo.com<br /><br />happy programming do not worry asp with javas client side avaliability exploit it.<br /><br />this chat has half html iam now writing a PURE JAVA ASP CHAT<br />
|