GWT (Graph) Diagram Frameworks? [closed] - gwt

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm looking for a framework for GWT to visualize graphs such as workflow/process diagrams (ideally BPMN capabilites) with a useable auto-layouter and nice shapes. GraphViz has a good layouter but the shapes are not very nice (except you implement your owns).
Unfortunatelly GWT-Diagram seems to be abandoned.
Cheers!
Jack

At jgraph you can find a mxGraph library which is a JavaScript based diagramming framework. A GWT version of it is in development. For a hint about it's capabilities you can go to Diagram.ly. The GWT version will be just as powerful.
Disclaimer :
I am a developer associated with JGraph and I'm currently working on creating a GWT versions of Diagram.ly and mxGraph.
Update
We have setup a github repo. You can checkout our latest source from here.

I hope I'm wrong, but I suspect you're out of luck. Decent diagramming frameworks are rare as hens' teeth. You might have some luck with mxgraph (from jgraph), but according to this question over here I suspect that's the best available. GWT-Links looks alive, but very young.

You can use draw2d and gef(eclipse Graphical Editing Framework) to develop your GWT Diagram App Now.
look at this: http://code.google.com/p/trufun-webrcp/
the GWT framework with completely open source based on html5 technology, is used to transplant eclipse RCP to GWT WEB.

Take a look at oryx-editor this is what Jboss uses for its web based workflow editor (Guvnor).
http://code.google.com/p/oryx-editor/
Hope this sparks some ideas.

Related

Web Form Builder, Open Source, Drag and Drop [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
This is not a technical question, but I will try to be specific in order to this question to fit into the stackoverflow requirements.
I'm currently facing a task where I have to design hundreds of web forms, integrated in a java web project (JSP pages). I'm searching for a Web Form designer tool with the following requirements:
Drag and Drop interface (to speed up the process);
Open Source;
Database access (not mandatory but at the same time very usefull);
Java integration or Java based (again, not mandatory but at the same time very usefull);
Capable of exporting local files (the forms can not be alocated online, like in many form builders);
I wasn't able to find a tool to fit this requirements. Does anyone knows one?
Thanks
Unfortunately, no there isn't. You can find frameworks that acts as a wrapper and therefore it can save some development time, such as http://www.jformer.com/
There are a few proprietary applications around. Take a look at http://www.wufoo.com/
I've been looking for similar tool without any success. I am thinking about starting an open source project in these lines. But, I do not have anything concrete yet...

Project/Task management software? (hosted on-site, with localized russian interface) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am currently researching what project/task management software is available on the market.
My requirements are:
solution needs to be hosted on my server, located on-site;
it should be possible to switch interface language to russian (since all of employers are russians);
it should not be software oriented (in terms of bugs, features, improvements).
If you know anything that can help me, please leave a comment or an answer!
Thanks in advance!
I would recommend Project Management Standard software by Microsoft Project 2010. This software gives managers an easy way to handle projects. They've made a lot of changes to their visuals and I've noticed that this project manager software has given much higher productivity rates.
you may give TeamLab a try - it is offered as open source & AMI solution, so you may install it on your server, the software has russian localization and you may switch the interface, in addition it's feaures permit TeamLab to be used in software development sphere.
I dunno how good the Russian translation is nowadays, but Redmine is awesome.
Easy to install
http://bitnami.org/stack/redmine
www.turnkeylinux.org/redmine
Flexible
Easy to translate
Great community
I really love FogBugz
It's also the only system I know which supports Evidence Based Scheduling
I don't know if it supports russian, but perhaps you can ask their support ?
We've developed a task and meeting management application for non-IT people (although some dev teams are using it as well) called PriorityCentre https://mijura.com/.
We have the option to host our software onsite on request but we don't support any other languages besides english. However if you are still looking in a few months then we might :)

deployable wiki-based documentation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a wiki project that is editable by developers and can have comments and history, much like everything else, but also has the following features:
A way to tag or version the wiki in an intuitive interface that any competent developer can use
A way to deploy a tagged or versioned snapshot of the wiki with the option of stripping it of any editorial history.
The use case is to have a team of developers able to fluidly update documentation in the lifecycle of a project and have the necessary internal dialogs, but then have a way to package the documentation in a polished way so that it can be included with a commercial product.
The ideal solution, if this software exists somewhere, would be to have some type of facility so that you can do say, PDF output to send to a commercial printer or have a way to do custom templates depending on the parameters of the deployment.
Does any sage developer out there know of such software?
I would take a look at GitHub's Gollum which seems to fit your requirements quite well. They also support a bunch of different markup alternatives, and both Markdown and Textile have converters to PDF (and probably a bunch of the other markup choices as well).

Need help to begin with Eclipse RCP [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am just a beginner in eclipse rcp and I'm feeling it hard to understand the concepts. Infact I struggling to create a button, somebody please give a good suggestion as to how to start with rcp.
The Vogella's tutorial on RCP is both up-to-date and quite complete, and updated for E4, including its E4 CSS Spy and other Eclipse e4 Tools..
You can also read about the difference between plug-in, feature and product in eclipse RCP.
In addition to the RCP resources mentioned by VonC, for lower-level stuff (you mentioned creating a button) check out the SWT snippets: http://www.eclipse.org/swt/snippets/
I'd suggest looking at the built-in example applications , especially the mail application they're quite helpful.
And every time you run into something you don't understand - check out the plugin.xml the answer is probably there =)
In addition to online resources, there are some good introductory books, including:
Eric Clayberg and Dan Rubel's "Eclipse plugins," Addison-Wesley.
Vladimir Silva's "Practical Eclipse Rich Client Platform Projects", Apress.
Other books in the Addison-Wesley Eclipse series, such as Steve Northover and Mike Wilson's "SWT: The standard widget toolkit" (from 2004, but still useful).
You can get started quickly with the RCP How-To.

Data visualization framework for a web server? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need a framework for generating charts for data visualization. I picked up Processing www.processing.org/ but at the moment i can not run that in the "headless" mode from a web server. Is there any other candidate for this domain? What are the options if you need more chart type than what is supported by out-of-the-box solutions
-Bharani
Try using Silverlight for the clientside chart drawing
Great set of OpenSource Silverlight chart has published on CodePlex - Check out http://silverlight.codeplex.com/
Visifire is a free charting library available in Silverlight
And a tutorial is up here
JFreeChart is a option, or a software reporting software tool that does all the footwork of data analysis for you. I can recommend i-net Clear Reports seeing as how I work for i-net software and all... ;).
I am now using Graphics2D that comes with JDK. With this you are no longer limited to the chart types - simply concentrate of the data pattern and let Graphics2D do it's job.
There is also Gnuplot, if you're into calling stuff through the command line, and Matplotlib, if you're using python.