We needed the client browser to be open all the time for dynamic data to
load without the page refreshing. After looking at all of our options we
decided on programming it ourselves using flash rather than java. 

We have a flash frontend thats tied to our backend mysql DB. We use it
for loading web site traffic data, email opens, click-throughs,
bouncebacks, stats, etc. It could also be used with any type of Unix
application that requires an open connection to the backend DB. Flash is
very nice as it loads quickly and theres no applet bogging things down
:)

We are currently using this flash technology for various other things.
It has lots of applications. 

S

"Message: 1
From: "Ray Burkholder" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: RE: [Asterisk-Users] Anyone, ideas for  incoming call
management for CRM system
Date: Wed, 31 Dec 2003 11:53:49 -0500
Organization: One Unified
Reply-To: [EMAIL PROTECTED]

You may wish to try Java.  It is a client OS independent programming
language.  With a server side part and a client side part, it might
provide a solution.  It also has some nifty event based handling
features that make the client side work well with the server side.  In
other words, when events happen on Asterisk, they can be served out to
the client as they occur without any client side polling needed.  This
client/server/event based operation is described well in most of the
Java books I've been through.  I just haven't had the time to implement
it yet.

Ray Burkholder
[EMAIL PROTECTED]
http://www.oneunified.net
704 644 6999 x2002"

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to