introduction.tex 1.4 KB

123456789101112131415161718192021222324252627282930
  1. \chapter{Preface}
  2. \section{Typographic Conventions}
  3. Two typographic conventions are employed throughout this document to highlight specific phrases.
  4. The following paragraphs describe when and why these highlightings are used:
  5. \\
  6. \code{Mono-spaced Blue}
  7. \\
  8. The mono-spaced, blue font is used to denote variable names, class names, type names, java keywords, java package names, and so forth.
  9. \\
  10. \textit{Proportional Italic}
  11. \\
  12. Proper names and termini are printed in proportional, italic font.
  13. \\
  14. \section{Introduction}
  15. The Salespoint Framework is intended to minimize developing effort of point-of-sale applications.
  16. Salespoint 2010 users complained about complexity, missing features and bugs.
  17. Thus, the decision was made to re-design and re-implement the framework from scratch.
  18. Our development goal was an easy-to-use framework primarily targeted for educational purposes.
  19. As such, \salespoint{} is not taylored to any specific application, but designed with a wide area of applications in mind.
  20. Models and design patterns employed in \salespoint{} are inspired by ``Enterprise Patterns and MDA: Building Better Software with Archetype Patterns and UML'' by Jim Arlow~\cite{MDA}.
  21. An overview of the functionality of and new features in \salespoint{} are detailed in this document.
  22. We would like to thank all Salespoint users who submitted their feedback and encourage future users of \salespoint{} to do the same.