質問

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