JSF for drawing graphs (not diagrams, but DAGs) in HTML5

I want to draw some nodes (can be replaced with small sketches) and connect them to the lines. I also want to write some things in each node and make clickble nodes. Then a click will lead me to a new page with different information.

My technology is configured on Java web servers. The business logic is completely closed by JPA, so I though using JSF is the right way.

Can this be done with an HTML5 canvas and some new new JSF component? I am open to any suggestion, but he should be able to look beautiful.

Dragging and dropping nodes will be cool as a future extension, but right now it's not that important.

Any suggestions?

+3
source share

All Articles