Giter VIP home page Giter VIP logo

org.openwms's Introduction

My stats

"A commit a day, keeps the doctor away"

langs
my stats

org.openwms's People

Contributors

dmengelt avatar gitter-badger avatar openwms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

org.openwms's Issues

Need a dispatcher mechanism for SYSU

As figured out in #125 we need to have a decoupling between core telegram handling and telegram processing. It does not work well to pass types of 'CommonMessage' directly to the processor in the existing TMS service module. Therefor a new service in between shall act as dispatcher. This service does more then dispatching:

  • Load information about the Location where the event happened
  • Load information about the involved 'TransportUnit' and 'TransportOrder'
  • Pass to routing service

Not clear where validation takes place.

Core: Extract UAA as single service

UAA can be used as isolated microservices and be shared with other projects. At first we need to extract it into an own repository and make it deployable on Heroku

All error messages MUST be in US-English language

Client applications SHOULD use the msgCode instead of a translated i18n message text. The message text is only used by developers and shall be opaque to be googled and searched for at stackoverflow.com.

Decision
Implementations may provide a Translator but this must not be used to translate the error message into the consumer msgText.

Introduce API versioning

Several alternatives exist for API versioning:

  • using the 'Accept' Header approach, like Github does,
  • using the version as part of the URI (like justgiving does)
  • using a custom HTTP header attribute

Decision

  • Encode the API version as part of the URI in the form /v <-- The most common way
  • Only use a major version - no minor version. A major version introduces breaking changes and no backward compatibility. Minor versions can only bring in new features and bug fixes

Implement API gateway

Build a central edge service that acts as API gateway to the microservices. Use SpringBoot and Netflix Zuul.

Client : lost jquery-minicolors.js in org.openwms.client.angularjs.app

when i want to run index.html in org.openwms.client.angularjs.app, it shows error :

require.js:1903 GET file:///E:/org.openwms-master/org.openwms.app/org.openwms.client.angularjs.app/src/main/ajs/app/scripts/jquery-minicolors.js net::ERR_FILE_NOT_FOUND

and I really can't find jquery-minicolors.js file in scripts file

TMS: Move state out of TransportOrder

The state of a TransportOrder shall be decoupled of the order itself. It should be encapsulated within the state manager that is responsible to make state changes. Only this strategy implementation should know all available states.

how to deploy and run the project

hello,

thank you for your huge effort , iam sending to you to ask you how i will deploy and run the project because i cant found any updated documentation with steps, so please can you tell me from where i start ? which service to clone on eclipse and how i will connect it with other services to make the project run ?

iam waiting you reply

thank you,
omar

CORE:UAA: Port to configuration service

Not only the UAA requires a port to the configuration module (service). This port can be realised in different ways:

  1. UAA is calling the public outer API of the CORE:Configuration service via REST. This is a synchronous blocking call
  2. UAA is calling a port on the CORE:Configuration service asynchronously. The preferred way to communicate between microservices

We should consider the second approach here and investigate in Spring Reactor project to take advantage of the reactive programming model.

Start the Application

Hello,
are there istructions to correctly start the application?
... java -jar...... ....
and then
go to http://localhost:8080/..... ?

Also Have I to create a Postgresql Database? Where can I set the parameters of the database for the application?

Selection_173

What are the minimum resources for a server that hosts this application?

Thank you very much.
Andrea

COMMON: Restructure to business components

Same like for CORE. We've to identify business functionality and group functions with high cohesion together to functional components, Means moving forward to DDD style. But, those are still no microservices.

Project status

Hi, I'm just wondering if this project is closed? Main project page didn't seem to respond and no commits for 8 months

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.