Coder Social home page Coder Social logo

sf-km-demo's Introduction

 Developed on  Ubuntu 16 LTS and build with maven 3.3.9
 Database is Mysql 5.7
 
 == Project build ==

FIRST: import data into database
Change persistence.xml properties in pom.xml for current environment !
In log4j2.xml set preferred log level.
Single log4j2.xml is both, for test stages and for deployed application.

To activate unit and integration test use configured profiles:
1. 'it-test' for integration tests
2. 'u-test' for unit tests


 == packaging ==
 
Persistence.xml	- with properties for database
input-data.xsd	- schema 
log4j2.xml		- log4j2 configuration file

Dependencies are downloaded into 'target/lib' directory and referred to as class path from archive MANIFEST.MF



 == run application ==
 
In directory where is jar file must be 'lib' directory with all dependencies.
Jar archive contains 'input-data.xsd' file for schema validation so input xml file should conform to it.

Run command:
Add first argument - location of data xml file

	java -jar demo-project-0.0.1-SNAPSHOT.jar <relative or absolute path to data xml file>
	

 == project design ==

For this demo project I choose not to use dependency injection frameworks (Guice, Spring, Weld) or similar advanced tool.
Main service is ShoppingCartService. XmlToJavaService and FileNameValidator are support services.
For this standalone project main class is ShoppingCartItemsImporter which connects all services.


 == Unit tests ==

In test/resources directory are persistence.xml, xml file examples for different scenarios and xsd file for xml file validation during tests.
JAXB tests test if conversion method properly works with valid xsd file , valid xml file, with not properly formatted xml file and wrong structure of xml file.
JPA tests test DAO classes, fetch and persist of entities.
Test for File read is implicit within jaxb conversion tests.


 == development time line ==

1. Extract obvious requirements from documentation.
2. create project skeleton with maven.
3. Create basic file reader.
4. Create service prototype for conversion of XML file to Java objects.
5. Create DAO layer for important entities.
6. Combine peaces into application.
7. Set unit tests for DAO classes and XML conversion service.

Iterative procedure for improvement:
- Acceptance testing - Run jar archive and inspect results
- Upgrade service, method or algorithm.
- Upgrade tests to cover new feature.
- Check documentation for missed or misinterpreted details.
- Code refactoring and formatting.
- Added integration test for ShoppingCartService.

sf-km-demo's People

Contributors

simpletasks avatar

sf-km-demo's Issues

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.