How to make a j2me application as a background process

HI,

In my project,I am connecting to the webserver(Google,Yahoo).

I wrote one socket program for connecting to those server through 80 port.

I am able to send the request from browser(desktop) and getting the response from the server and displaying it in the browser(desktop).

Now i want to install this application in mobile.After installing the application in the mobile,i need to go back to the browser in the mobile.

can anyone tell me how to do this?Is it like running a background process?

I dont have any idea about background process in j2me?

Thanks a lot

[612 byte] By [parvathya] at [2007-10-3 3:10:58]
# 1
>Now i want to install this application in mobile.After installing the application in >the mobile,i need to go back to the browser in the mobile.>can anyone tell me how to do this?Is it like running a background process?what does that mean ?
siddhsdesaia at 2007-7-14 21:01:47 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
I think what you mean is always running the programdoes u need a ui?just see the signature and details ofprotected abstract void destroyApp(boolean unconditional)throws MIDletStateChangeExceptionin the docsmybe it helps you
sailesh_dita at 2007-7-14 21:01:47 > top of Java-index,Java Mobility Forums,Java ME Technologies...