开发者

get periodic updates from server in my J2ME App

开发者 https://www.devze.com 2023-03-23 23:18 出处:网络
I\'m writing a J2ME application that should get periodic updates server. how do i implement the functionality using J2ME?I am planning to 开发者_StackOverflowdeploy the application it on symbian platf

I'm writing a J2ME application that should get periodic updates server. how do i implement the functionality using J2ME?I am planning to 开发者_StackOverflowdeploy the application it on symbian platform...thanks in advance


check MIDP 2 Push Registry

The push registry enables MIDlets to set themselves up to be launched automatically, without user initiation. The push registry manages network- and timer-initiated MIDlet activation; that is, it enables an inbound network connection or a timer-based alarm to wake a MIDlet up. For example, you can write a workgroup application that employs network activation to wake up and process newly received email, or new appointments that have been scheduled. Or you can use timer-based activation to schedule your MIDlet to synchronize with a server every so often then go to sleep...

0

精彩评论

暂无评论...
验证码 换一张
取 消