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


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

Re: Implementation of web

Path csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!news-out.news.tds.net!newsreading01.news.tds.net!86597e80!not-for-mail
From "David Segall" <david.segall@THRWHITE.remove-dii-this>
Subject Re: Implementation of web
Message-ID <nbj4e4t2v16q9cvkcqi6dmc4s53cukonk8@4ax.com> (permalink)
X-Comment-To comp.lang.java.gui
Newsgroups comp.lang.java.gui
In-Reply-To <8af555538589f@uwe>
References <8af555538589f@uwe>
Content-Type text/plain; charset=IBM437
Content-Transfer-Encoding 8bit
X-Gateway time.synchro.net [Synchronet 3.15a-Win32 NewsLink 1.92]
Lines 59
Date Wed, 27 Apr 2011 15:49:41 GMT
NNTP-Posting-Host 96.60.20.240
X-Complaints-To news@tds.net
X-Trace newsreading01.news.tds.net 1303919381 96.60.20.240 (Wed, 27 Apr 2011 10:49:41 CDT)
NNTP-Posting-Date Wed, 27 Apr 2011 10:49:41 CDT
Organization TDS.net
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.gui:4276

Show key headers only | 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