Upgrade to Pro — share decks privately, control downloads, hide ads and more …

SCD 2016

SCD 2016

Oliver Skroblin

May 23, 2016
Tweet

Other Decks in Programming

Transcript

  1. #scd16 Oliver Skroblin WAWI Performante WRITE-Operationen Keine Shopware IDS Batch

    Operationen XML APP Performante READ-Operationen Shopware IDS Single Operationen JSON Interaktiv Synchronisation
  2. #scd16 Oliver Skroblin CRUD Services Customer
 (SQL) Article (SQL) Blog

    (ORM) Interaktiv XML Synchronisation JSON Encoders & Decoders DTO Endpoints
  3. #scd16 Oliver Skroblin Basket add(Item) remove(Item) Context payment shop customer

    Calculated Basket deliveries price items payment DTO Calculation calculate(Basket, Context) Persister load(name) persist(name, Basket) Services Product Validator handle(Basket, Context) Product Handler Voucher Handler Delivery Separator Delivery Calculator Access points Shipping Cost Calculation calculate(Delivery, Context) Voucher Calculation calculate(Voucher, Item[], Context) Product Calculation calculate(Product, Context) Calculations