计算机应用 ›› 2011, Vol. 31 ›› Issue (03): 831-833.DOI: 10.3724/SP.J.1087.2011.00831

• 典型应用 • 上一篇    下一篇

Java-In-A-Box设计思想及在嵌入式POS公共基础模块中的应用

李贵林,张炜达   

  1. 厦门大学 软件学院,福建 厦门361005
  • 收稿日期:2010-09-19 修回日期:2010-11-23 发布日期:2011-03-03 出版日期:2011-03-01
  • 通讯作者: 李贵林
  • 作者简介:李贵林(1979-),男,黑龙江哈尔滨人,讲师,博士,主要研究方向:嵌入式软件设计;张炜达(1986-),男,青海西宁人,主要研究方向:嵌入式软件设计。

Design principle of Java-In-A-Box and its application to common fundamental module in point of sale

LI Gui-lin,ZHANG Wei-da   

  1. Software School, Xiamen University, Xiamen Fujian 361005, China
  • Received:2010-09-19 Revised:2010-11-23 Online:2011-03-03 Published:2011-03-01
  • Contact: LI Gui-lin

摘要: 提出JIAB设计思想使Android适应于大规模应用程序的开发。JIAB通过对Android平台内置应用程序组件进行重新封装,使其在界面显示、业务逻辑、数据存储的权责更清晰。利用JIAB思想设计并实现了零售终端系统的公共基础模块。实践证明,JIAB思想适合在Android平台上进行大规模应用程序的开发。

关键词: 软件设计, 公共基础模块, 销售点终端, 嵌入式系统, 操作系统

Abstract: A design method named Java-In-A-Box (JIAB) was proposed to make the Android suitable for developing large scale programs. By re-encapsulating the inner components of Android platform, the responsibility boundaries among user interface, business logic and data storage were clear. Based on JIAB, the common fundamental module for an embedded Point of Sale (POS) was designed and implemented. It has been found that the JIAB method is suitable for developing large scale applications on Android platform.

Key words: software design, common fundamental module, Point of Sale (POS), embedded systerm, Operating System (OS)

中图分类号: