Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #4276

Re: Implementation of web

From "David Segall" <david.segall@THRWHITE.remove-dii-this>
Subject Re: Implementation of web
Message-ID <nbj4e4t2v16q9cvkcqi6dmc4s53cukonk8@4ax.com> (permalink)
Newsgroups comp.lang.java.gui
References <8af555538589f@uwe>
Date 2011-04-27 15:49 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
"pyramesh" <u46457@uwe> wrote:

>John B. Matthews wrote:
>>[...]
>>> I am facing [the] problem [of how to implement a] web based auto 
>>> dialer in [J]ava.
>>[quoted text clipped - 7 lines]
>>> functionality, or tell me [how to] approach this issue. I have 
>>> searched a lot, but I didn't get [it].
>>
>>The individual steps are not too hard, but integrating them is a 
>>challenge.
>>
>>For a web based application, consider a servlet, JWS or applet:
>><http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html>
>><http://java.sun.com/docs/books/tutorial/deployment/index.html>
>>
>>Database solutions are myriad:
>><http://java.sun.com/docs/books/tutorial/jdbc/index.html>
>><http://java-source.net/open-source/database-engines>
>><http://developers.sun.com/product/jdbc/drivers>
>>
>>Ways to dial a phone range from the sublime to the ridiculous:
>><http://java.sun.com/products/javaphone/overview.html>
>><http://sio.midco.net/dfranklin/phonedial/index.html>
>>
>
>HI,
>Thanks for your reply.
>
>I have gone through what you have the links. 
>
>I didnot get what I require .
>Is java support to call from pc to telephone?
>
>
>give me some links that has some source code examples .
>so that I can proceed further.
Give us some clue about how you expect your computer to connect with
the telephone network so we can provide an example.

Did you try the last URL in the list above? Is that how you want to
dial a number? It works perfectly and I have added a database and
converted it to a desktop application that I use every day. You are
welcome to the code.

Perhaps you want to use a telephone modem and use commands like those
listed at <http://en.wikipedia.org/wiki/Hayes_command_set>? Do you
want to use a VoIP provider? If so, they probably have a API like
<https://developer.skype.com/Docs/ApiDoc/src>. The ultimate solution
is to have your own SIP server and dial by using an address like
sip:pyramesh@example.com which, in theory, is the voice equivalent of
the email mailto:pyramesh@example.com.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Implementation of web bas "pyramesh" <pyramesh@THRWHITE.remove-dii-this> - 2011-04-27 15:49 +0000
  Re: Implementation of web "John B. Matthews" <john.b..matthews@THRWHITE.remove-dii-this> - 2011-04-27 15:49 +0000
    Re: Implementation of web "pyramesh" <pyramesh@THRWHITE.remove-dii-this> - 2011-04-27 15:49 +0000
      Re: Implementation of web "John B. Matthews" <john.b..matthews@THRWHITE.remove-dii-this> - 2011-04-27 15:49 +0000
      Re: Implementation of web "David Segall" <david.segall@THRWHITE.remove-dii-this> - 2011-04-27 15:49 +0000
        Re: Implementation of web "pyramesh16" <pyramesh16@THRWHITE.remove-dii-this> - 2011-04-27 15:49 +0000
        Re: Implementation of web "pyramesh" <pyramesh@THRWHITE.remove-dii-this> - 2011-04-27 15:49 +0000

csiph-web