Coder Social home page Coder Social logo

easyride's People

Contributors

mkabdullahi avatar auwalu5 avatar zsolttoth avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Forkers

odddilarobia1

easyride's Issues

create domain model classes

Create domain model POJOs in the core module under the model package.

These model classes have to represent to business objects in your application. Design of these classes should be a team work.

These model classes should be able to validate themselves and throw domain specific exceptions. For example, A Person object should throw exception when the birth date is set to the future.

Use Collection<>'s and enumerations if it is possible.

Fix dependencies

Fix dependencies between modules.

all modules depends on junit 4.12
core -> nothing
service -> core
dao -> service
controller -> service
console -> service, dao

add log4j2, easymock to core / bundle

use (Maven) properties for version numbers of dependencies

Configure log4j2

Configure log4j2 via xml.

Log everything to stdout.
Log warning to file. Each module has a separate log file and there should be an all.log file that contains every log messages.

Create JUnit test cases to test the logging configuration

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.