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
Any idea what are the possible palces to find the list of available open sources/commercial softwares at a sigle place for java platform? , Yes i'm not expecting maven repositories , I just want to know if anyone maintaining the list available in a single place
Thanks in advance,
- Srinivas
Any idea what is the best palce to find the list of available open sources/commercial softwares at a sigle place for java platform?
There is no such "the" list. The best you can get is more less up-to-date subset of something that is in a permanent evolution. Some examples:
http://java-source.net/
http://www.manageability.org/blog/opensource/
http://www.java-opensource.com/
http://oreilly.com/pub/q/java_os_directory
Some places to get you started:
Java.net
Project Kenai
Github
java2s also lists quite a lot of them and also groups them by categories
http://www.java2s.com/Open-Source/Java/CatalogJava.htm
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 do Eclipse RCP plug-ins from time to time. My biggest hurdle is to wrap my head around the extension points (not what they are, but which one to use when). Is there a site where I can find a list like "If you want to action extend the following extension points.
Such a cheat sheet would be really helpful.
The help pages "Platform Plug-in Developer Guide > Reference > Extension Points Reference. " can be a starting point, in that it helps listing all the categories of extension points.
(mentioned in "FAQ How do I find out more about a certain extension point?")
If you couple that with the plugin spy, you can quickly isolate the right available plugin elements for you to extend.
Some are - also some none Lotus Expeditor - are described with examples in the RedWiki for plugin development. Could be a good start. The wiki is here >> http://bit.ly/pluginredwiki
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 free to use dictionary in as many spoken languages (english, french, german, ...) as possible.
basically i will need to check if a string exists in a dictionary.
i was thinking about the dictionaries used in firefox or openoffice, since they should be open-source, right? where can i find and download them?
also ideally exists a java library to access the data in the dictionary.
Unpack Debian's freedict packages.
There is a free dictionary available WordNet
Please check this site http://wordnet.princeton.edu/
To connect dictionary from java there are many api available. Some of them are.
http://projects.csail.mit.edu/jwi/
http://sourceforge.net/projects/jwordnet/
The Ubuntu Linux distribution comes with a plain English dictionary (words only). They are stored in
/usr/local/share/dict
I thought. Now I see palacsint his answer popping up. I think it are the same dictionaries.
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.
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 interested in JMonkey for some fun projects, but when I search Google to find tutorials and docs, I can only find either really basic and/or incomplete stuff, like these on http://jmonkeyengine.org/, or really specific ones. Do you know some "from beginner to expert" tutorial for JMonkey?
http://jmonkeyengine.org/wiki/doku.php/jme3 has a complete series of tutorials for jME3. They just haven't been accessible via google until now..
http://jmonkeyengine.org/wiki/doku.php/jme2:jme2 has a series of tutorials for the now community-supported old jME2
Actually, the best I found is this one:
http://www.theprogrammersweblog.com/2008/12/3d-game-programming-in-java-using.html
It's incomplete (but maybe it will be completed someday), but 11 parts are already available.
The aim is to create a complete Asteroid game.
Hey check this Game Making PDF
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 recommend a based open source mailing list software ?
The following would all be desired if possible:
Java as the underlying language, as we have people who are experienced with Java
Something which is packaged as a war and can be dropped into a Tomcat server
A sleek interface
Underlying data should be reasonably transparent
Good support for groups - sometimes we want to send mail to everyone, sometimes only people working in a certain area etc.
This is for a non-profit tax-payer funded research organization, so open-source (free) is a high priority. Thanks.
http://subetha.tigris.org/
Apache James http://james.apache.org/server/2.3.2/mailing_lists.html