wujek
wujek

Reputation: 11050

which framework to use for a graph / dnd java web application

I will need to write an interactive web application, where most of the work would be moving nodes and connecting them with other nodes by relations (graph editing). The nodes will be of different types, just as the relation will be as well. What would be your choice of a framework to use for it? It doesn't have to be a pure webapp, it can require a plugin. Some of the options would be:

Again, it will not be a standard database-backed application with forms and so on. Of course, there will be parts for text input (like adding values to node properties and so on).

As I can't really decide myself, maybe you would give me some tips and reasoning behind them?

wujek

Upvotes: 0

Views: 279

Answers (2)

Rndm
Rndm

Reputation: 6870

Try JIT - it is in javascript. Take a look at the demos to see if it would work for you.

Upvotes: 1

GETah
GETah

Reputation: 21449

JGraph is a good one. They have a Java and a Javascript version. Try it out online here.

Upvotes: 2

Related Questions