Download Streamlined Object Modeling Free Java Code

Description

I am currnently working through the book, Streamlined Object Modeling: Patterns, Rules, and Implementation. True object oriented programming (OOP) is a new world for me and it's really hard for me to wrap my head around. I'd like to get a nice set of code samples here that I can use to practice the modeling techniques outlined in the book.

Source Files

The download file Streamlined-Object-Modeling-master.zip has the following entries.


README.md/* w  w  w .ja va 2s  .  co  m*/
book-source/README.md
book-source/com/streamlined/casestudy/Document.java
book-source/com/streamlined/casestudy/IDocument.java
book-source/com/streamlined/casestudy/INomination.java
book-source/com/streamlined/casestudy/IPerson.java
book-source/com/streamlined/casestudy/IPersonProfile.java
book-source/com/streamlined/casestudy/ITeam.java
book-source/com/streamlined/casestudy/ITeamMember.java
book-source/com/streamlined/casestudy/ITeamMemberProfile.java
book-source/com/streamlined/casestudy/Nomination.java
book-source/com/streamlined/casestudy/Person.java
book-source/com/streamlined/casestudy/SecurityLevel.java
book-source/com/streamlined/casestudy/Team.java
book-source/com/streamlined/casestudy/TeamMember.java
book-source/com/streamlined/casestudy/TestCaseStudy.java
book-source/com/streamlined/casestudy/TestCaseStudy2.java
book-source/com/streamlined/casestudy/TestCollections.java
book-source/com/streamlined/casestudy/TestDocument.java
book-source/com/streamlined/casestudy/TestNomination.java
book-source/com/streamlined/casestudy/TestPerson.java
book-source/com/streamlined/casestudy/TestTeam.java
book-source/com/streamlined/casestudy/TestTeamMember.java
book-source/com/streamlined/casestudy/TestTeams.java
book-source/com/streamlined/util/EmailAddress.java
book-source/com/streamlined/util/collections/CollectionCollector.java
book-source/com/streamlined/util/collections/CollectionDetector.java
book-source/com/streamlined/util/collections/CollectionPerformer.java
book-source/com/streamlined/util/collections/CollectionSelector.java
book-source/com/streamlined/util/exceptions/BusinessRuleException.java
examples/01-social-circle/README.md
examples/01-social-circle/index.htm
examples/01-social-circle/model/DateOfBirth.js
examples/01-social-circle/model/Person.js
examples/01-social-circle/model/SocialCircle.js
examples/01-social-circle/model/Util.js
examples/01-social-circle/tests/Application.js
examples/01-social-circle/tests/LICENSE.md
examples/01-social-circle/tests/README.md
examples/01-social-circle/tests/index.htm
examples/01-social-circle/tests/specs/DateOfBirthTest.js
examples/01-social-circle/tests/specs/PersonTest.js
examples/01-social-circle/tests/specs/SocialCircleTest.js
examples/01-social-circle/tests/specs/TestCase.js
examples/01-social-circle/tests/tinytest/beans/test-case.js
examples/01-social-circle/tests/tinytest/beans/test-error.js
examples/01-social-circle/tests/tinytest/beans/test-results.js
examples/01-social-circle/tests/tinytest/beans/test-suite.js
examples/01-social-circle/tests/tinytest/controllers/app-controller.js
examples/01-social-circle/tests/tinytest/css/test-suite.css
examples/01-social-circle/tests/tinytest/directives/auto-run.js
examples/01-social-circle/tests/tinytest/directives/global-error-handler.js
examples/01-social-circle/tests/tinytest/directives/processing-overlay.js
examples/01-social-circle/tests/tinytest/less/test-suite.less
examples/01-social-circle/tests/tinytest/screenshots/pass.png
examples/01-social-circle/tests/tinytest/services/require.js
examples/01-social-circle/tests/tinytest/services/stacktrace.js
examples/01-social-circle/tests/tinytest/vendor/angular/angular-1.0.8.min.js
examples/01-social-circle/tests/tinytest/vendor/jquery/jquery-2.0.3.min.js
examples/01-social-circle/tests/tinytest/vendor/lodash/lodash-2.2.1.min.js
examples/01-social-circle/tests/tinytest/vendor/require/require-2.1.8.js
examples/01-social-circle/tests/tinytest/vendor/require/require-2.1.9.min.js
examples/01-social-circle/tests/tinytest/vendor/stacktrace/stacktrace.js
examples/vendor/lodash/lodash-2.2.1.js
examples/vendor/require/require-2.1.8.js
examples/vendor/stacktrace/stacktrace.js

Download

Click the following link to download Streamlined-Object-Modeling-master.zip.

Streamlined-Object-Modeling-master.zip




















Home »
  Java Free Code »
    Book »




Book
Book Algorithm
Book Design Patterns
Book Example
Book Hadoop
Book JEE
Book Maven
Book Spring