[java ee programming] to send sms from computer to pc?

2010-08-18 Thread Masum Cse
Hi all, how to send a message from computer to mobile phone . Any Java API is available to send SMS from a PC to Mobile connected setup from a java program. pls any one give me a idea. Thanks Masum -- You received this message because you are subscribed to the Google Groups "Java E

Re: [java ee programming] to send sms from computer to pc?

2010-08-18 Thread shafi vjp
Dear Masum, There is support for pc to mobile interfacing in java. You can use the "COMM" API (Communication API) for java. It is available on java official website. U can use that API for sending message through the port. You can send messages by firing AT commands from pc on your handset. On Wed

[java ee programming] Webservice

2010-08-18 Thread shyamala
Hi All, I am trying to create a simple webservice .. If any one knows how to do this ??? Can u help me by sending simple code snippet!!! Thanks, Shyamala -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post

Re: [java ee programming] to send sms from computer to pc?

2010-08-18 Thread Muhammad Rashid Irshad khan
AOA, Hope this will help you out as I m using this for my application http://code.google.com/p/smslib/ Regards Muhammad Rashid On Wed, Aug 18, 2010 at 1:49 PM, shafi vjp wrote: > Dear Masum, > There is support for pc to mobile interfacing in java. You can use the > "COMM" API (Communication A

[java ee programming] Re: Webservice

2010-08-18 Thread Michèle Garoche
On Aug 18, 12:15 pm, shyamala wrote: > Hi All, > > I am trying to create a simple webservice .. > > If any one knows how to do this ??? Can u help me by sending simple > code snippet!!! There is a Web Service course on JavaPassion.com. You may want to study it. Michèle Garoche -- You rece