0
votes
0answers
6 views

How to assign the parameters for IpModemGateway used by SMSLib?

I want to use SMSLib in java application to send a message to a cell phone(iPhone 3GS in my case), I have also a gateway in order to send the message through, The command used in that is : ...
0
votes
1answer
21 views

How to use iphone as a gateway in SMSLib?

I want to use SMSLib in a Java application in order to send an SMS to my iPhone without using an external gateway, So, i want to deal with the phone as the gateway and make it receive the message, ...
0
votes
1answer
60 views

Java many threads to many threads relation

I have a service that gets requests from many clients and after some processing sends a response to the clients. I use a ThreadPoolExecutor (threadExecuterClient) to handle client requests and put ...
0
votes
1answer
47 views

Send a request to a server over another server, get response from the final server

I am building a systems that consists of a gateway(server A) and a follower (server B). When a client sends a request to server A, server A will forward the request to server B. I want server B send ...
17
votes
5answers
930 views

Shopping Cart API for any payment gateway? (PayPal at least required)

I'm trying to find a java based API that wraps up the details of processing a credit card transaction or purchase via PayPal at a minimum, and other gateways as a plus in an IPN fashion (ie no ...
0
votes
2answers
1k views

USSD Gateway Connection

need help regarding USSD Gateway. I have to develop an app, which will directly connect to telco's USSD Gateway and listen messages on specific allocated short code number e.g. 444. Actually, when a ...
2
votes
1answer
730 views

Static AND Dynamic Headers in Spring Integration Gateway

I'm able to add a dynamic header to a gateway by using: public interface Gateway { @Gateway(requestChannel="myChannel") public void send(String message, @Header("dynamicHeaderValue") String ...
0
votes
1answer
527 views

Is it possible to get gateway/router ip in java [duplicate]

Possible Duplicate: How can I determine the IP of my router/gateway in Java? I would like to get router/gateway ip in java. I need some thing which is more standard like any libraries i can ...
-1
votes
1answer
682 views

SCTP implementation with java?

How to implement SCTP protocol between a gateway and a server with java ?
1
vote
2answers
2k views

Get default gatway in java

I want to fetch default gateway for local machine using java. I know how to get it by executing dos or shell commands, but is there any another way to fetch? Also need to fetch primary and secondary ...
8
votes
1answer
11k views

Java send and receive SMS. Free SMS gateway?

Yet another SMS question :( Really, internet is full of solutions and ofcourse none of them I didn't find helpful. On some questions here on SOverflow I found THIS. But it says that it is not ...
3
votes
1answer
376 views

How to creat an sms gateway for local messaging?

I am developing a library management system in jsp. Here, I need a system that generates smses automatically on some events like late return, new book arival, etc. Should I use any api for this or ...
2
votes
1answer
540 views

Service for sending SMS and making Voice Calls from Web site and Desktop application

We plan to integrate sending of SMS and making calls to our desktop and web applications. Both are written in Java. As for only sending SMS we know about great gateway from Clickatell. But ideally, ...
5
votes
4answers
3k views

SMS Application [closed]

I just wanted to know is there any free sms gateway for sending SMS. If there is one, how to go on to developing my free sms service/software? Any guidelines please.