running concurrent xlets on IRT RI
I am trying to make two xlets run concurrently on IRT's RI and make them communicate using the inter-xlet communication API. However, when I enter navigator after starting the first one, the navigator destroys the first xlet. How do I get it to run several xlets concurrently?
And another matter is that I want my xlet to stay available over switching services , so my guess is that I need to configure it to be an external application. How do I configure this in IRT RI?
I only know how to configure the basic stuff (org id, app id, ...) in the configurations file. The docs seems quite weak or maybe im just blind.

