EMMAWiki/TermsAndConcepts/ForDevelopers: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
imported>MichaelDondrup
No edit summary
imported>MichaelDondrup
No edit summary
(No difference)

Revision as of 12:44, 21 April 2005

Terms and Concepts for Developers

Synopsis

This chapter is intended as an introductory overview for people intending to start programming with EMMA. Although there is a lot of documentation around e.g for the API, it is often hard to find out how the system really works. Knowing that it might be easier to figure out which part of the documentation one has to read and which part of the system is in need of a major improvement (or even a complete re-design). By presenting the architecture in a graphical way we try to make clear the interactions between the components. If you are just curious but never intended produce any sensable code you are of course also invited.

After reading this chapter you will know:

  • what are the main components of the software
  • how the components interoperate
  • what are the main classes and objects
  • how do Tools, Jobs and Functions work
  • what kind of programming skills will be neccessary
  • where to look to improve a certain functionality

Contents