API/Java Library for Creating Flowchart Creators

Discussion in 'Programming' started by gs09, Oct 18, 2010.

  1. #1
    Hi,

    For a Java web application that I am currently working on, I have to create/embed a flowchart creator in it. Users should be able to create their own flowcharts and save the details of the flowchart in a database via Hibernate, for future retrieval.

    Does anybody know a suitable Java library or any API that I can use for this purpose? I am thinking of having an applet, but I'm not too sure if it is the best way to implement that feature. Thanks in advance.
     
    gs09, Oct 18, 2010 IP
  2. Leo SQP

    Leo SQP Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    A Java applet is the best way to implement this feature. There are enough well-done Java libraries that allow you to build flowcharts. I recommend you to have a look at JGraph first - it's a powerful open source solution. JDiagram is another component if you are ready to pay for it. The only trouble would be transferring a ready flowchart from the applet to the server.
     
    Leo SQP, Oct 20, 2010 IP
  3. papillon

    papillon Greenhorn

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    JFreeChart is also pretty good
     
    papillon, Oct 22, 2010 IP