 |
 |
 |
|
Even if application functions are identical, when the
platform is changed, there need a lot of effort and time to develop
the application as much as developing a new one. It is because API
is subordinate to the platform during application development. To
minimize this problem, we develop application with API that is operable
with any platform and this is what MFC (Mobile Convergence Framework)
does.
|
 |
 |
1. Independent Platform
|
| |
All the application (Modules) upon the MFC is not
subordinate to platform and is possible to be developed, regardless
of the platform.
|
2. Easy & Fast Porting
|
 |
In a device, MCF provides numerous connector functions
to use application on the MFC or MFC¡¯s own feature. |
3. Component Base
|
 |
MCF provides a code block called ¡®Component¡¯. Through
this, modulization and capsulization is possible and all the
complex problem can be fixed. |
4. Scalable Architecture
|
 |
By reason that a component generally has less dependability
in each other, it is advantageous to addition, deletion and
maintenance Debugging. In particular, as an application itself
is a Component, addition and deletion can be done easily. From
this, expansion Becomes easier and unnecessary application for
client can be simply deleted. |
5. Easy and Fast
Developing
|
 |
MCF includes MCW (MCF Window). This designates operating
process and Window Component for display composition. By using
this, UI can be easily composed. |
6. Others
|
 |
MCF makes both asynchronous and synchronous application
because it can use ¡®message¡¯. With proper message system, makes
background work easier and more than two applications can be
operated simultaneously. |
7. MCF tools
|
 |
IDL Parser / Log Viewer / Memory checker / Image
converter / Simulator |
|
 |
|
|
include "../inc/footer.inc";?>
|