Java open source project(wihout tests) for testing [closed] - 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 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

Related

Lemmatizer class java [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 8 years ago.
Improve this question
I am looking for a "simple" way to lemmatize a String or file.txt
Does someone know an opensource class which lemmatize ?
All i can find on google is librairies and packages, I have no clue how does it work and how to use them in a java project.
See this:
Lemmatization java
There is a lemmatization program called Stanford CoreNLP (download here) that may be useful to you. I believe it is open source.
I hope this helps,
Santiago

Downloadable sources for com.eviware.soapui packages? [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'm looking for downloadable sources for com.eviware.soapui packages as well as some child packages. SOAP UI seems to be an open source tool, so I'm hopeful that this thing is available. Any help, please?
Sources for SoapUI are hosted by GitHub and can be found at https://github.com/SmartBear/soapui/.
Here you can also have a peek of what is coming in the next release by looking at the branch called next. To download the sources without having to fiddle with git you can press the Download ZIP button to the right.
The sources are also included in the installation packages of the the free version of SoapUI, which can be found at http://www.soapui.org/.

SAPJCO3 source files [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
In my previous post I have mentioned that my sapjco3.jar is not getting recognized in eclipse. I tried various suggestions. But nothing works in Eclipse.
So I am thinking of getting the sapjco3 source files and including it in my project along with my code.
So can any one tell me , is it available anywhere.
Thanks
SAP JCo is a proprietary closed-source library. Unless you work for SAP, you won't get the source files - and you're not allowed to include the source or binary form of JCo anyway.

Something like OpenCart for Java [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'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.

Is there a Java or Ruby library for generating MOBI ebook documents? [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
There is a Python library for this in the Calibre project, but I would like to find a library that I can use from Clojure or Ruby. Any ideas?
Check out the KindleGen tool available from Amazon here. It's a command line tool used to build eBooks that can be sold through Amazon's Kindle platform. You can call it from Java or Ruby.

Categories

Resources