I am developing a web application using Play! Framework 2.2.1 and Java 8. Recently i divided my project to multiple sub-projects , and now it is seems to be that only one sub-project can write to the console (System.out).
For example , when i have Global objects in 2 sub-projects (Already handled how to do this ) and i override onRouteRequest at both of them , only one of them (Apparently the first one to run) could write to the console.
How can i fix this? Thanks!