1 / 10

Embedded Java in POS-terminals

Embedded Java in POS-terminals. Agenda: Evolution of the POS-terminals HW architecture's SW architecture's Making the first POS-terminal Moving to other platforms Using Java on a GSM based POS-terminal Using Java on both client and server Challenges and gains.

fionan
Télécharger la présentation

Embedded Java in POS-terminals

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Embedded Java in POS-terminals Agenda: Evolution of the POS-terminals HW architecture's SW architecture's Making the first POS-terminal Moving to other platforms Using Java on a GSM based POS-terminal Using Java on both client and server Challenges and gains By Mads Doré - DoréDevelopment ApS

  2. Evolution of the POS-terminals

  3. HW architecture's ECR ECR POS (Simpel) POS (Off-line) Before Java Before Java ECR POS (Java) POS (Secure) Early Java _____ Internet ECR POS (Java) POS (Secure) Current ______ _____ A large number of variations in the physical setup

  4. SW architecture's

  5. SW architecture's

  6. Making the first POS-terminal DoréDevelopment entered late in the process A lot of brute force and the “Nike method” (Just do It!) It was new territory A part of the terminal framework was delivered in Java from PBS The nature of payment systems is a lot of customization

  7. Moving to other platforms Esmertec Jbed was to dedicated Esmertec Jbed was not open-source and support on error took to long Requirement of being able to correct errors ourselves The Telium platform Sadly bound to OEMC and Nucleus JamVM best choice, but still hard to port to a small platform OEMC and Nucleus threads => Starvation Not upgraded since 2006

  8. Java on a GSM based POS-term. Not dead-slow, but still slower than competitors Long way from application to HW JamVM not fully focused on embedded systems Very flexible and configurable Application easy to move to e.g. Linux or Windows Easy to change communication channels

  9. Java on both client and server POS-terminals often connect to intelligent equipment, a split of the application is often preferable Eases tests and enable parallel development of platform and application Need for JVM compatibility between client and server Need for well designed HW abstraction in GlueLogic Timing issues might be hard to predict

  10. Challenges and gains Very limited platforms HW integration Timing of threads JamVM performance Configuration handling ClassPath size Memory consumption Parallel development PC application tests Extended product range Enhanced flexibility Easier developer recruiting Code reuse

More Related