Adding modules to an existing J2me application

Hi,

I want to develop an application where users can download and add additional modules to the same j2me application.

For example our current j2me app may have a customer and products modules. When the accounts module is availble the user should be able to download the accounts module and add it to the same application.

Is there a way to add additional screens and java classes to the same j2me application.

If so what are the area's that I should look in to and learn.

Thanking You,

Chamal.

[538 byte] By [chamalsla] at [2007-11-26 15:31:25]
# 1
i'm not sure that id possible to add a module to an installed app.the thing that you can do is to check at the application launch if there is a new versionavailable and offers to the client to update is app (the update will erase the old versionwith the new one...)
suparenoa at 2007-7-8 21:48:16 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Not possible. everything has to be in a single midlet jar, and there is no possibility for dynamicly loading classes, no reflection.. nothing of the kind (only class.forName works).
deepspacea at 2007-7-8 21:48:16 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

Thanks a lot for ur replies...

Can one 2me application open up another midlet application?

For example I might need to have one main j2me application which contains buttons which opens up other 2me applications (Customer application, Accounts application etc).

Othert hing is I do not want users to invoke customer and accounts applications directly. So Is there a way that I can hide these applications from phone's menu system.

Thanking You,

Chamal.

chamalsla at 2007-7-8 21:48:16 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
this is too much away from what J2ME can do, probably u want to think about Symbian application where u can do most of these things
aromra at 2007-7-8 21:48:16 > top of Java-index,Java Mobility Forums,Java ME Technologies...