2010-07-13

Topics

Context and Scope

  • Request context
  • Session context
  • Application context
  • Dose contexts can be transferred to remote application.

Naming of Elements and Concepts

  • Framework Component
  • Framework Component Impl.
  • Framework Component Method
  • Framework Service
  • How are they related ?
  • Application Component
  • Application Component Impl.
  • Application Component Method
  • Application Service
  • How are they related ?

Rules for Tools

  • Tools should not modify the sources behind scenes without the explicit event fired by the appl. developer.
    This can lead serious confusions with the lock based version control systems such as Harvest(CA SCM). The sources may be check-out with the appl. developers unnoticed.
  • Tools should not run in background mode.
  • Tools should be decoupled with Eclipse as possible.
    Eclipse are not so trust-worthy as is expected.

Type of Framework Resources

  • Library
  • Template
  • Script
  • Schema

All they should be configured and managed with a view of life-cycle.

No comments:

Post a Comment