EMMAWiki/TermsAndConcepts/ForDevelopers
Jump to navigation
Jump to search
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 to produce any piece of 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
- which modules make EMMA a web-application
- what are the main classes and objects
- how do Tools, Jobs and Functions work
- how interoperability with other software works
- what kind of programming skills will be neccessary
- where to look to improve a certain functionality
Before reading this you should
- have an impression of Terms and Concepts from a user's perspective
- have some basic programming skills even though there are not many code examples
- know about how object-oriented programming and design work