igorrosenberg / grails-plugin-uml-class-diagram

Generate UML diagrams from your Grails app source code.
Apache License 2.0
7 stars 4 forks source link

GUI: Custom form to access pure plantuml #9

Open igorrosenberg opened 9 years ago

igorrosenberg commented 9 years ago

See http://www.plantuml.com/plantuml/form Duplicate through new controller

igorrosenberg commented 9 years ago

See a8b773d , and specificaly grails-app/views/uml/script.gsp

The idea is to have a , and to modify the "src" attribute value when the user clicks on the "Go" button. As the src URL cannot be the full POST data (it may be lots of data), the action should be two fold:

But that means the server needs to store, even temporarily, the POST data or the image. I don't like this.

igorrosenberg commented 9 years ago

http://www.plantuml.com/plantuml/form works this way:

I am not fond of: