1 / 6

XtremeObjects

This document outlines the Justification for prioritizing UI and database interactions that align closely with business value, emphasizing the importance of clean domain knowledge free from technical clutter. It advocates for representing domain models directly in code, using Java, and applying high-level concepts from Domain-Driven Design (DDD) and streamlined modeling techniques. The approach highlights automatic UI generation from domain models and integrates technologies like Guice for dependency injection, JMock for testing, and AspectJ for aspect-oriented programming, ensuring robust software development practices.

reed
Télécharger la présentation

XtremeObjects

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. TeamwareAgile Application Framework XtremeObjects

  2. Justification (Why?) • UI & DB work (60%) does notdirectlyaddvalue to the business • Domainknowledgeshouldbeselfevidentandunpollutedfromtechnicalldetails • Codeshouldbethedomainmodel

  3. What it is? • DomainModeling in Code (Java) • HighLevelConceptsfrom DDD, DNC (Uml in Colors), UML, StreamlinedModeling, xUMLdirectlyonthecode • Automatic UI generationfromdomainmodel

  4. InsideInfo • Guice as DI • AssistedInject (to automaticallycreatefactories for assistedinjection) • Jmock • Hamcrest (AssertionandMatching) • HamcrestCollections (Collectionmatching) • Hibernate • Eclipse Forms • OSGi • EL (ExpressionLanguage) • OCL (ObjectConstraintLanguage) • AspectJ (AspectOriented Programming)

  5. Components

  6. Modeling in Code

More Related