Hi,
I would rather avoid using pollimg method since data transfer frequency will vary in my program. Polling could cause useless connections and data sending.
-Teemu-
Type: Posts; User: teahola; Keyword(s):
Hi,
I would rather avoid using pollimg method since data transfer frequency will vary in my program. Polling could cause useless connections and data sending.
-Teemu-
Hi,
Yes, I think Java is better than C#, because it is more mature, wider used and it has better support than C#. I think C# is only a Microsoft's way to make it's products to spawn everywhere...
Hi,
Could this be done using two threads? One thread is for sending and it creates HTTP connection to the server every time the midlet needs to send something. Second thread is for receiving and...
Hi,
I have a midlet, which makes a connection to a servlet in my server (tomcat4). The connection is established but I would like to make it constant so the servlet and the midlet would send data...
Hi.
I am trying to connect from my miplet application to my own server using http. The phone and the emulator both refuses to connect but emulators in Sun's Forte for Java works.
The emulator...