Software Secret Weapons™
|
Linguine Maps Online by Pavel Simakov on 2006-12-02 14:40:04 under Linguine Maps, view comments |
|||||
|
found 1 post(s) for this archive:
This online service is currently unavailable. For two full years I had Linguine Maps Online running from this page. You paste your XML schema in the text box, click the button and image with a diagram comes out… The site visitors have generated over 100,000 images this way. In late 2007 I have moved Software Secret Weapons site from Java to PHP hosting. Linguine Maps is a Java product that uses lots of CPU and memory and I am unable to run in the hosting center. Thus Linguine Maps Online does not run here anymore. You can still download full source code and samples for your personal use. If anyone of you has a server to spare, please let me know and I will put a link from here to your server. Comments (7) Leave a comment |
|
|||||
|
Copyright © 2004-2010 by Pavel Simakov any conclusions, recommendations, ideas, thoughts or the source code presented on this site are my own and do not reflect a official opinion of my current or past employers, partners or clients |
|
Comment by Kleber Gustavo Saran — June 20, 2007 @ 6:34 pm
Otimo mapeador
Comment by test — July 21, 2007 @ 5:53 pm
excellent!
Comment by Mihaela Cîmpean — August 13, 2007 @ 4:48 am
sounds good
Comment by akin — October 26, 2007 @ 10:22 am
I have a question rather than comment:
Is there a graphical user interface that will allow to edit the text files?
I am thinking about drag&drop rectangles(nodes) and arcs (relations) with editable labels (by the user). The program will not only generate the corresponding text file (xml,etc.) and display them. I need such an application for a research project.
Comment by Edward — July 10, 2009 @ 4:34 pm
There are no run instructions after downloading it…?
Comment by Jason Robinson — April 9, 2010 @ 2:47 pm
Would love some documentation on how to build (besides running ant in the base dir). This packs pretty much any documentation to know how to build it, what the dependencies are, and how to run it after a theoretically successful build.
Comment by sellbuysam — August 17, 2010 @ 7:10 pm
<Flexml>
<DialogView DataSourceType="PickInsert">
<Category Class="grouping" Style="ExpandVert">
<SelectSingleItem Style="ExpandVert" Class="listview" ID="SelectionList" Label="Possible Concepts to Insert" SelectedItem="*Bind(Property=SelectedConcept; BindType=TwoWay)">
<List Items="*Bind(Property=InsertList)" SortProperty="Name" SortOrder="Ascending">
<ItemTemplate ForType="InsertTypes">
<SelectionItem Label="*Bind(Property=Name)"/>
</ItemTemplate>
</List>
</SelectSingleItem>
<Category Class="grouping" Style="Vertical">
<ShowInformation ID="DescArea2" Value="*Bind(Property=SelectedItem.Description; Source=SelectionList; BindType=OneWay)"/>
<Category ID ="previewArea" Label="Preview"/>
</Category>
</Category>
</DialogView>
</Flexml>