Click here to Skip to main content
16,005,473 members
Home / Discussions / Java
   

Java

 
Generalnewbie Pin
gogo28-Sep-01 5:38
gogo28-Sep-01 5:38 
GeneralLDAP Authentication Pin
27-Sep-01 7:17
suss27-Sep-01 7:17 
Questionhow to connect a url (java.net.url) while using a proxy Pin
26-Sep-01 21:37
suss26-Sep-01 21:37 
QuestionHow can i add some text boxes on same form Pin
21-Sep-01 3:23
suss21-Sep-01 3:23 
AnswerRe: How can i add some text boxes on same form Pin
Malcolm McMahon8-Jan-02 23:58
Malcolm McMahon8-Jan-02 23:58 
Generaldrag and drop in JTextField Pin
7-Sep-01 4:32
suss7-Sep-01 4:32 
GeneralSMS application Pin
6-Sep-01 17:51
suss6-Sep-01 17:51 
GeneralRe: SMS application Pin
17-Nov-01 6:33
suss17-Nov-01 6:33 
In order to send SMS messages you will probably need a gateway of some variety. There are a few vendors that supply the hardware/software (nokia do one I think) or you can buy a service from a online SMS gateway provider where you will be charged per SMS. The interface to these is normally http so you will just need to use the standard java.net packages to send a message from your app. I ended up having my app sending emails to my gateway provider who converts these to SMSs.

I have also seen some people use a phone (or a PCMCIA card) connected to the PC to build their own gateway - it all depends on if you can find a phone that you can connect in this way...and have the patience to tease it into life. Chances are you will need to do some JNI too.

hope that helps,

matt

sonork [100.10146:bishboy]
GeneralInterface for all Operating Systems Pin
Macha27-Aug-01 22:15
Macha27-Aug-01 22:15 
QuestionHow to know about OS Pin
Macha27-Aug-01 5:03
Macha27-Aug-01 5:03 
AnswerRe: How to know about OS Pin
ejc16-Oct-01 20:32
ejc16-Oct-01 20:32 
GeneralJFrame client area Pin
Scott Leonard23-Aug-01 10:11
Scott Leonard23-Aug-01 10:11 
GeneralRe: JFrame client area Pin
Malcolm McMahon9-Jan-02 3:00
Malcolm McMahon9-Jan-02 3:00 
GeneralRe: JFrame client area Pin
Scott Leonard23-Jan-02 16:14
Scott Leonard23-Jan-02 16:14 
GeneralImage in Browser Pin
Lars Welander Hald17-Aug-01 10:54
Lars Welander Hald17-Aug-01 10:54 
GeneralRe: Image in Browser Pin
pushpi5-Oct-01 18:43
pushpi5-Oct-01 18:43 
GeneralRe: Image in Browser Pin
18-Dec-01 3:19
suss18-Dec-01 3:19 
Generaljava and bitmaps Pin
roel12-Aug-01 12:16
roel12-Aug-01 12:16 
GeneralHelp on Java to ASP Pin
nils868-Aug-01 10:27
nils868-Aug-01 10:27 
GeneralRe: Help on Java to ASP Pin
12-Aug-01 3:41
suss12-Aug-01 3:41 
Questionhow to find the equivalent mechanism for passing and attaching the IDispatch interface of the ActiveX control Pin
1-Aug-01 0:27
suss1-Aug-01 0:27 
GeneralInteracting COM dlls from Java using JNI Pin
Shamant31-Jul-01 23:40
Shamant31-Jul-01 23:40 
GeneralInteracting COM dlls from Java using JNI Pin
Shamant31-Jul-01 23:36
Shamant31-Jul-01 23:36 
GeneralCommunicating with Javascript Pin
Robert Bushlow30-Jul-01 7:16
Robert Bushlow30-Jul-01 7:16 
Generalproblems using Image with netscape Pin
26-Jul-01 10:13
suss26-Jul-01 10:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.