Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Chat with ASP.NET. Web Services or Remote Script?

Reply
Thread Tools

Chat with ASP.NET. Web Services or Remote Script?

 
 
Dexter
Guest
Posts: n/a
 
      01-14-2005
Hello all,
I need to build a chat using ASP.NET (VB), this chat is to the
online communication with customers.
I would like to know what is best. To use webservices or to use remote
script?

thanks



Dexter


 
Reply With Quote
 
 
 
 
=?Utf-8?B?aTlhcmNhbmVz?=
Guest
Posts: n/a
 
      01-14-2005
Hi,
I would rather prefered remoting than web services for online comunication
application because,
1] Perfomance wise remoting is best than web services.
2] Remoting provides wellknown and client activated objects. Means you have
number of options to handle situations, you come accross while developing
online communication application
3] You can create your own customize communication channels with remoting
which is not possible with webservices.

etc.

Thanx,


"Dexter" wrote:

> Hello all,
> I need to build a chat using ASP.NET (VB), this chat is to the
> online communication with customers.
> I would like to know what is best. To use webservices or to use remote
> script?
>
> thanks
>
>
>
> Dexter
>
>
>

 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      01-15-2005
there are problems with both

1) web service requires an active/x control (xmlhttp) and a web behavior in
IE, (fine with mozilla/firefox as webservice calls are builtin), which the
user may have disabled
2) remote scripting uses a java applet as callback method - may also be
disabled

the best it to use a hidden frame/iframe for the polling - this is the most
approach used for most web chat clients.

-- bruce (sqlwork.com)



"Dexter" <> wrote in message
news:unzVtgn%...
| Hello all,
| I need to build a chat using ASP.NET (VB), this chat is to the
| online communication with customers.
| I would like to know what is best. To use webservices or to use remote
| script?
|
| thanks
|
|
|
| Dexter
|
|


 
Reply With Quote
 
Jeff @ Dart
Guest
Posts: n/a
 
      01-16-2005
Dexter, if you use remote scripting, our new product (LiveControls for
ASP.NET) would help you greatly. It is a suite of 20+ server controls
that are fully remote scripted (the ASP.NET postback is replaced with a
remote scripted callback. All the javascript work to update the UI is
already done for you). They are cross browser compatible and have been
tested in IE5.0 + (PC and Mac), Mozilla 1.3+ (PC and Mac), Opera,
Galeon, Konqueror, etc.

http://www.dart.com/livetutorial/display.aspx
or
http://www.dart.com/powerweb/livecontrols.asp

If I were building a chat application, the following LiveControls would
be useful to me:
- LiveGrid - To show the list of available rooms in a grid...also to
show the list of chatters in a room.
- LiveTextBox - To allow a user to enter text.
- LiveButton - To send the text to the webserver.
- LiveLabel - To display the chat transcript.
- LiveSound - To play sound effects where appropriate (like a doorbell
alert when a new user enters the room, etc).
- LiveTimer - To poll the webserver for new chat messages.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How .NET web services client handles exceptions from Java web services? John ASP .Net Web Services 4 03-31-2006 10:13 PM
Chat Server and Chat Client for INTRANET diptanu@gmail.com Java 0 01-30-2006 06:56 PM
.NET chat communication web services Kevin Gibbons ASP .Net Web Services 2 01-07-2005 11:26 PM
Remote Assistance fails to connect, remote remote host name could not be resolved Peter Sale Wireless Networking 1 12-11-2004 09:09 PM
Chat Services mcp6453 Computer Information 4 12-04-2004 08:23 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57