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]

# 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).
# 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.