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
Is there a wizard like plugin for Eclipse that can generate all design patterns in Java and/or in C++, and it is free to use? I want something like this
I want to make a plugin as my diplomawork, PatternBox, and CodePro I already found.
PatternBox is not full, and CodePro as i understood is a part of a software package.
Seems like the Eclipse plugin from Patternbox is what you are searching for.
Caveat: I have never used it and won't try it out, I don't think is the right idea ...
Related
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 have a Java application hosted in SourceForge (SVN)
Basically I'm looking for a tool that generate nightly builds based on this:
When a new commit was applied, the tool will auto generate a new build
I did search for few tools but I didn't find what I'm looking for
I guess the thing you are searching for is basically called Continous Integration Server. One example is Jenkins. I prefer using TeamCity but Jenkins is much more popular.
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
One feature of the tool I am developing is to detect potential race conditions within a Java unit test suite (hazards introduced not by the application but how the test suite is written.). Are there any known such suites for me to test on? BTW, it would be better that less native methods get involved.
Thanks
The best you can do is to search few open source project issue trackers.
E.g.:
https://jira.springsource.org/browse/AMQP-280?jql=text%20~%20%22test%20race%20condition%22
I bet some of them will be pretty complicated.
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 something like jsfiddle but for java, so that code snippets and classes can be shared and tested.
At the moment, I am using a combination of pastebin and compileonline.com. I would rather not sign up for a huge online compiler service, just a quick and dirty code sharing/testing platform, that provides unique URL's for my code snippets.
I have seen other people asking similar questions:
https://stackoverflow.com/questions/15320286/is-there-online-compiler-for-java-like-jsfiddle
But there doesn't seem to be just the right tool. Anyone provide any pointers?
I tried using http://ideone.com/.
It supports a bunch of languages, including Java.
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 want to develop a plugin for intellij , but I find that the resource about that is very little,and there isn't a book about it ,so anyone know about this resource or book ? thank you very much
This page should help you out:
http://www.jetbrains.com/idea/features/open_api_plugin_manager.html
Essentially you'll need to learn the Open API, which isn't too difficult, and you can visit several of the plugin examples that exist out there to see how others are doing things. Some plugins with source:
https://github.com/kinabalu/mysticpaste/tree/master/idea-plugin
http://blogs.jetbrains.com/idea/2012/10/check-out-more-than-200-open-source-plugins/ (lots of plugin example code here)
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'm trying to find a solution that offers either a Java api for writing .mobi files for sending to a Kindle, or something that's scriptable given a Linux environment. I have text data in a MySQL database that I want to offer as Kindle-friendly content.
I'd like to hear what tools people have used for this that work reasonably well.
There are Linux versions of the KindleGen tool available from Amazon here.