Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create a flowchart

843841Jun 20 2007 — edited Sep 5 2007
I am writing a web-based workflow application and want to provide the ability for the user to visualize their flow with a flowchart.

My options are to:

1. Create this flowchart on the server and pass back an image.
2. To create a file format for an existing software package and send that to the client.

For option 1 I'm looking for software that programmatically lets me create a flowchart. Then I plan to create an image (using Acme GIFEncoder) and sending that to the client. Is JLink a good solution for this? Has anyone used it in production?

For option 2 I could create a file for a client side viewer (like Visio or something else). My question there would be does anyone know how to generate a Visio .vsd file that could be sent to the client and opened ni visio?

Any help would be appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2007
Added on Jun 20 2007
1 comment
255 views