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