How to Document via Graphic - java

Ran across this on the web, and it seems like a nice way to document a project. Does anyone recognize if this is generated by a tool, and if so, what tool?

I don't know how that's been generated but if your looking for a tool to create these programmaticaly then you could use PlantUML.
I hope that helps in some way.

Related

generate hibernate.reveng.xml file in intellij IDEA

Is there an automatic way to generate the hibernate.reveng.xml file in Intellij IDEA?
I couldn't find any way of doing this, in this link I saw how to generate it outside of Intellij.
I guess I am not the first one to encounter this problem, but i didn't saw any answers on this subject, if there is a plugin to Intellij that make it, or a simple way to generate it inside Intellij it would help alot.
Also, if it isn't currently available, knowing this will also help.
Thanks ahead
edit:
Found this ticket, but I didn't understand how to do it...
There is no action to generate Hibernate reveng.xml file in IntelliJ IDEA. Feel free to create such request.

Java UML editable component/lib

I have a task where we need to generate UML(or similar) from XML and will be able to edit text, property type and drag dependency row. But I can't find any Java lib or component wich will allow me to do such.
For example PlantText is a good lib but it does not allow to make edit.
If someone known such lib/compoment please share.
Thanks
EDIT:
Sorry, maybe I wasn't wrote clear. Actually, I need library which I can implement into my project, and after I will be able to generate UML from my project, then edit it and save into XML.
draw.io is very good site where you can create (not only) UML's and save them to XML file so in future you can edit it. The drawback is it is not automatic and must be drawn from scratch.

How can we generate sequence diagram in IntelliJ IDEA from Java code which is editable?

I am currently using SequenceDiagram Plugin from https://plugins.jetbrains.com/plugin/8286?pr= to generate Sequence Diagrams.
But here the drawback is that I am not able to save them in a format like .uml or any other format so anyone can open this file and edit it.
It only allows to export the sequnce diagram as an image.
Is there any way to save the sequence diagrams generated so they can be edited later?
As the file https://github.com/Vanco/SequencePlugin/blob/master/src/org/intellij/sequencer/diagram/app/actions/ExportAction.java shows the plugin is able to export into images only. According to the licence you can modify the software if you keep in mind this part of the licence.
I think it is a good feature you suggested, it is not an easy job tho. If you plan to extend the feature try to contact with https://github.com/Vanco. I think it would be a handy thing for all of us!
Edit:
I posted it as a comment, but it is part of the answer:
Here is a github repo: https://github.com/sherif181/java-sequence-diagram-generator it is not a plugin but looks handy for your case. It will generate LaTex documents that could be edited.

Can you use JAXX with Eclipse?

I'm wanting to style Swing components with CSS and saw this as my best bet. But I'm having a bit of a problem just finding out if I can use it with Eclipse?
Is it also practical for a medium sized project, or should I be looking for another way to style components?
Here is the Document for your answer
https://docs.google.com/document/d/19bYF0z5sNiwT-zL5VAZBY1CM0MgHA6pqzZ8dP22llvc/edit?usp=sharing
I am not an expert on a subject of Swing and especially JAXX, but I know a thing or two about Eclipse. If this question is still relevant, you can take my answer as a basis to do some more research.
I searched an Eclipse Marketplace and googled a bit but found nothing about JAXX Eclipse support or plugins. If you know french you can check project's documentation. If there is nothing about tool support in the documentation, I suggest you ask the creators directly.
Eclipse gives you some tools you can use to work with file types JAXX uses. From what I have read here, *.jaxx files are just XML files and stylesheets are just a CSS. I suggest you install XML and CSS support through Eclipse Web Tools Platform and associate *.jaxx files with XML editor either when you first open one of the files with such extension or through File Associations Preferences. In order to compile *.jaxx files you can configure Eclipse Project Builder or use an External Tools launcher.
By the way, have you considered using JavaFX?
#duemir
I have mentioned same thing in my Answer Document.
Please check the Above answer by Me (Jugal Thakkar)
OR
Click on this Link
Go to your Link and Check the Resource in that page and try to go Official Website of JAXX.
You are not able to Go on Official Project Page (www.jaxxframework.org/).
I have mentioned all things in My Document so please first go through that.
I can conclude that on This Question.
1) This Project is not Officially Working. because you can't open official Project Website.
so you are not able to access docs and other stuff.

Template Builder: better suggestion needed

I want to make a custom template builder (template will generate report). I want to provide a drag and drop facility, so that user can build their own template for generating report. e.g. if user choose header part, header part will appears with data.
This I want to achieve using Java. Any suggestions appreciated. Thanks
Do not build it yourself. There are a lot of these kind of tools already available. Open source: JasperReports. Eclipse BIRT.
Some buzzwords comming in my mind is something like XSLT to generating report. The XSLT sheet would be your template and can be created through your own DSL definition. Just look for these two buzzwords especially for DSL. Hope I could help a little bit.

Categories

Resources