5 Been awhile. So I left off at `installedSuitesIDs`. Basically this is to go
6 into the launcher/kernel and determine which suites have been installed. In
7 the case of the interpreter, it will go to the project manager. So I suppose
8 what the project manager needs is a binding of IDs to suites internally. It
9 would probably be best if they were based on the hashcode so that if new
10 siutes are visible to the interpreter, they do not cause reordering issues.
14 Dynamically installed suites can follow the same thing, so to speak.
18 So project wise there are APIs, MIDlets, and LIBlets. Only MIDles and LIBlets
19 get suites associated with them.
23 I could in a way ignore binary projects and only handle source ones. Although
24 I could not add more binaries. But it could work like that in a way.
28 Going to need to bring in midlet identities. I already have that code. So I
29 suppose since the kernel does not have to really care for it, it goes into the
30 launcher. But maybe just a base project.