Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. A stack of established frameworks pre-glued together
  2. "Download and Go" development environment
  3. Fill in the blank code and documentation
  4. Established patterns for dealing with Enterprise environment challenges,
    1. Cover all scenarios for errors
    2. Links and IPs changing between environments (Testing, IST, UAT, Production)
    3. Securing passwords between environments
  5. Established architecture design for Enterprise grade transactions,
    1. Queue for guaranteed delivery
    2. Switch from real-time to batch
  6. Established architecture patterns for large load,
    1. Throttling
    2. Straw-man architecture of all key points with sign-off review
    3. Stress Testing
    4. Live controlled stress test approaches
  7. Full multi-language support including,
    1. CMS for language translations
    2. Use of real UTF-8 even in Java property files
    3. Optional Embedded Database with triggered updates in place of Java property files
  8. Solutions for Common Problem Sets,
    1. Multiple File Upload via Drag and Drop
  9. Revisions that are production tested and marked

...