online-auction-java icon indicating copy to clipboard operation
online-auction-java copied to clipboard

Demonstrate usage of lagomExternalProject

Open ignasi35 opened this issue 7 years ago • 4 comments

It's be good if we could show off the usage of lagomExternalJavadslProject in online-auction. It's a rather unknown feature we could demonstrate further to complement the docs

ignasi35 avatar Jun 22 '17 13:06 ignasi35

I am not sure how we bot both lagomExternalJavadslProject way and single build way in same project and still not confuse people

lakhina avatar Jun 22 '17 13:06 lakhina

The solution to handle multi-repo with Lagom is not demo-ed so it'd be good if we found a way. Maybe having two folders in the root of this repo where one folder contains one (external) service and the other contains all the rest (item, bid, user, transaction, security, webGateway, search, ...). The isolated service should be dependable since it would often be unavailable, but just like elastcisearch.

We would then change the instructions a bit and be ready.

ignasi35 avatar Jun 22 '17 13:06 ignasi35

I think that if we want to do this without making it really complicated to use, we would need to deploy the external project to Maven or some other public artifact repository.

TimMoore avatar Jun 27 '17 02:06 TimMoore

@TimMoore yes, lagom docs says the same

lakhina avatar Jun 29 '17 03:06 lakhina