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
Can anyone suggest me a good, easy-to-use, FREE load testing tool that I can download easily & use? I'm using Java 1.4.
Thought I'd use JMeter, but it seems it requires Java 1.6 and some additional configuration settings.
Any other suggestions?
Thx
Depends on what exactly you want to load test.
If you want to load test webpages then JMeter is a good bet. And I think Jmeter works with 1.5 too.
You could run an older version of The Grinder. Pretty sure version 2 can run on 1.4.
Related
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 java open-source project that is multithreaded, has database persisting and a web part and that doesn't contain any unit tests. It also mustn't be bigger than 100 classes. I want to write the tests for such a program.
Thank you in advance!
You can find open source projects source at below locations -
Google Developers
Java forge
code google (for small projects)
You can find opesource projects at:
sourceforge
github
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
Is there any code coverage tool with a plugin for Eclipse for Mule.
I'm looking for a tool that can highlight in mule-config lines covered, % covered and things like that. Curious what people use?
There is an interesting project currently under development called Munit that might fit your needs.
The coverage feature is not yet implemented but i planned for the next release
The code coverage is used in order to know how many lines of code are covered. But, I think that you want to know how many lines are covered in your mule-config.xml right? As far I know there are no tools for that.
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 wondering is there an app that support java programming in iPhone? As we use eclipse to practise java in windows system, what app can I find to get me run java in iPhone? Thank you for your suggestions!
I've never found an app that natively runs Java code, as that would be quite an undertaking for little reward. However, as long as you're connected to the internet, an app named CodeToGo may be of use to you. The programs written on it are sent to a server, run, and sent back with results.
I have not testet it yet, but you can try this:
http://www.zenjava.com/2013/08/01/javafx-on-ios-using-robovm-and-maven/
They say you can write Java-FX Applications for iOS
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've searched so far many times for this question but unfortunately without any result.
This is my question: Is there any open source shopping cart solution (e-commerce system) for javaEE (java based)? I mean something like OpenCart.
I appreciate your comments.
Broadleaf Commerce is open source based on Spring and Hibernate.
Apache OFBiz (The Apache Open For Business Project) . The development community is quite helpful. The live demo is also available for more details visit ofbiz . There is also BigFish Open source E-commerce which is based on ofbiz platform.
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 any tool that helps analyse code structure in a java project, either as an eclipse pluggin or as a standalone?
I guess something similar to what Structure101 seems to do, but I am looking for something free.
I.e. to visualize dependencies among jars, classes, class-hierarchies etc.
It is mostly to understand an existing code-base faster, rather than set coding rules or profile etc.
I've found the following tools useful
CodePro Analytics - http://code.google.com/javadevtools/codepro/doc/index.html
JDepend - http://www.clarkware.com/software/JDepend.html
Sonar - http://www.sonarsource.org/
Metrics - http://metrics.sourceforge.net/
you mean like Sonar?
Tons of them. The thing is you probably want to google for the kinds of tests, eg, "McCabe complexity java" or "test coverage java".
You might have a look at this wikipedia article.
Update
Aha. Try depfind.