搜索资源列表
flex-2.5.4a-1-doc
- osgi的实现框架,组件框架模型。davlik虚拟机之上怎么支持软件的热切换模型-the realization of osgi framework, the framework of the model components. davlik virtual machine on how to support the software model of the thermal switch
javaME
- 设计了一种基于Model View Controller(MVC)模式的手机应用程序新架构,试图解决代码繁杂、维护不方便等问题.架构以一个控制器为中心,协调视图和模型.控制器控制各个界面的切换,响应界面传导过来的用户事件.当业务模型的状态改变时,通过控制器将变化传递到界面.在手机程序开发中,遵循切换由控制器负责、通用业务模型与专用业务模型分离的原则实施.给出了该架构的具体实现,并分析了这种架构的优缺点. -Is designed based on Model View Controller