posted 15 years ago
Hi,
I am developing a client server application where in the server has to send some data to the client without the client's request. I am using Midp1.0 and i understand that this version doesn't support push technology. I also understand that RIM devices will have the support for this. But my application has to run on normal devices which support basic MIDP. Can anyone has any idea about this?
Hari
I am developing a client server application where in the server has to send some data to the client without the client's request. I am using Midp1.0 and i understand that this version doesn't support push technology. I also understand that RIM devices will have the support for this. But my application has to run on normal devices which support basic MIDP. Can anyone has any idea about this?
Hari
posted 15 years ago
you might look at asynchronous messaging using JMS (Java Messaging Service). there is an entire chapter devoted to this in Wrox's 'Java Mobile Programming' (CHapter 12). The client is an MIDlet using iBUs/Mobile classes (get these from www.softwired-inc.com)...go to your local Borders bookstore and try to find a copy of the book because it goes into some detail about the srver and client side of it.
Hari Krishna
Greenhorn
Posts: 3
a sanjuan
Ranch Hand
Posts: 164
posted 15 years ago
Hari,
JavaRanch has a naming policy which is strictly enforced. Please read the policy and change your display name if you wish to continue posting here. Thanks.
JavaRanch has a naming policy which is strictly enforced. Please read the policy and change your display name if you wish to continue posting here. Thanks.
Matthew Phillips
