문제

Java has various project types and the worse thing is that I'm a newbie in Java.

Netflix hosts a open-source project on GitHub: github.com/Netflix/netflix-graph/.

I want to know which kind/type of project it is ? Console, EE, or ....?
Also, how can such projects be created or any reference to better analogy of various project types ?

도움이 되었습니까?

해결책

It is a library which you can include in your Java project to work with graphs. As such, it is similar in "type" as a JSON parser or an HTTP client library.

It is not an application that you run by itself.

It does not seem to have any special dependencies, so that you can probably use it in all kinds of Java applications, most likely even on Android.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top