GithubHelp home page GithubHelp logo

mamata2507 / org.openwms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openwms/org.openwms

0.0 0.0 0.0 95.42 MB

Open Warehouse Management System

Home Page: https://openwms.github.io/org.openwms/

License: Apache License 2.0

Shell 0.10% Java 99.90%

org.openwms's Introduction

OpenWMS.org

Is a free to use and extensible Warehouse Management System (WMS) with a Material Flow Control (MFC) system for automatic and manual warehouses.

Resources

Find further documentation in the Wiki

Build status License Quality Join the chat at https://gitter.im/openwms/org.openwms

Current state of development

Most components are under active development. In 2016 the whole product has been migrated from the technical structured OSGi architecture towards a business oriented architecture with Spring Boot microservices and Netflix OSS components. Documentation of previously released versions does still exist on SourceForge.net.

Current Architecture

Instead of applying a technical layered architecture (like with OSGi and before that with J2EE1.4) the current architecture focuses on business components. Business functions with a high degree of cohesion kept together as small deployable software components. Each component has its own development lifecycle with its roadmap of the API evolution, and a separate data store. The following sketch shows all currently existing components of the OpenWMS.org system together with all potential surrounding systems.

Architecture

Beside the user interface, several other systems interact with the OpenWMS.org system. On top, we find ERP systems sending high-level tasks to OpenWMS.org, e.g. a customer order with order positions where each refers to a product that is managed by the Inventory Service. OpenWMS.org fulfills these tasks by orchestrating the underlying subsystem. The communication between OpenWMS.org and an ERP system may not be exclusively unidirectional, OpenWMS.org does although send status messages back to the ERP or may request product catalog updates, this depends on the project needs. On the bottom we have devices that are close to actors and sensors in automatic warehouses. Those devices are almost limited in hardware resources and protocol stacks. Typical PLC (Programmable Logic Controllers) are used to interact with field sensors and to control actors. OpenWMS.org is an open source software and therefore promotes the usage of open source hardware components over commercial PLC products as well. The first choice of supported devices are boards, like Arduino, Raspberry Pi or the industrial Revolution Pi version, with an open microcontroller architecture, free to use. All these subsystems in the field area have one thing in common: They are close to the hardware and expect responses from the server in no time to control motors and switch gates to the right direction. They although have the power to bring a serving component down just by sending requests all the time. Typical web applications are different in that the infrastructure takes care of DoS attacks, and the application server pools incoming traffic.

Read more about each components architecture and design on the components corresponding Github page.

Previous Architectures

The project started in 2005 with an J2EE server approach based on EJB2.1 with XDoclets, Hibernate and JavaServer Faces (JSF). In more than 15 years we've seen a bunch of technologies that all addresses the same problems.

A POC has been implemented with EJB2.1, but the project actually started with EJB3.0. Since about 2007 OpenWMS.org is on the Spring Framework and this is still fine, and the right choice. Spring in combination with OSGi seemed to be the perfect match to build a modular and extensible base project. Unfortunately Spring stopped their efforts on OSGi, in particular on Spring dmServer and Spring Dynamic Modules . In a transition step to the current microservice architecture, we put all the OSGi bundles into a fat JavaEE WAR deployment unit to run the application on a servlet container like Apache Tomcat. After that we redesigned all services and business functions and applied a microservice architecture.

Technologies

In addition to a bunch of Spring Framework subprojects, OpenWMS.org uses one of the popular BPMN workflow engines Activiti, Flowable or Camunda as embedded engine to take routing decisions in the TMS layer. RDBMS access is most of time realised with the Java Persistence API. Some components might use NoSQL databases, like MongoDB, solely. RabbitMQ in combination with Spring Integration as notification is used as an event broker. All hexagon components are Spring Boot applications designed to run on any modern PaaS cloud platforms, like Heroku, Azure Kubernetes Service or Redhat OpenShift.

Microservices

11 12 11 12 11 12 11 12 11 12 11 12 11 12 11 12
2 3 4 5 6 7 8 9
11 12 11 12 11 12 11 12 11 12 11 12
10 13 14 15 16 17

org.openwms's People

Contributors

openwms avatar dmengelt avatar gitter-badger avatar

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.