站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Eclipse Rich Client Platform: Designing, Coding, and Packaging Java Applications

Chapter 23.  RCP Everywhere - Eclipse Rich Client Platform: Designing, Coding, and Packaging Java Applications

Previous Page
Next Page

Chapter 23. RCP Everywhere

Up to now, Hyperbola has been contained within a single plug-in and has been designed to run as a standalone desktop application. In this chapter, we look at restructuring Hyperbola to run in many different environments: on PDAs, in kiosks, or plugged into the Eclipse IDE. In addition, we talk about how to set up your development process to simplify supporting multiple product configurations from one code base. In this chapter, we:

  • Explain why multiple product configurations are interesting in the real world.

  • Detail the factoring of Hyperbola into multiple product configurations.

  • Examine how Hyperbola's code is layered to be reusable across multiple configurations.

  • Provide rules to help refactor your own products.

  • Outline tips and tricks for designing platforms from your products.

  • Detail how to identify RCP-friendly plug-ins.


Previous Page
Next Page