Вопрос

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