Hi
Am making a project that has multiple MIDlets. I have borrowed heavily from this project http://www.javaworld.com/javaworld/jw-01-2002/jw-0118-midp.html
I want to create a MIDlet that has an online user database, that users use to send views to a TV station.
I have seen the above project but that is for high end phones like Palms.
I want to create a single jar file that does all the above. The main problem is having multiple MIDlets that low-end phones cannot (or rather I haven't been able to know how) call from other MIDlets. How do I go about it???
Any views will be of help
Thanks guys