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 tutorial about OpenMap, which is one of map api.
But there is no good tutorial and documentation about this library on their web site.
I mailed them about this subject. But there is no response from them.
If you know any good tutorial can you share it?
Any help will be appreciated.
I found the OpenMap Developer's Guide to be quite helpful when I had to maintain an application built on OpenMap.
This tutorial from NetBeans might help.
https://platform.netbeans.org/tutorials/nbm-geospatial.html
It shows how to use OpenMap and GeoToolkit.
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 big problem - official docs are too small and not well informing and there no other materials for spray-caching library and google can`t help me. It can be SO question, github or blog entry.
UPD : is there any example for cache some table from db step by step? i need it for better understanding.
You can try reading these places Tutorial for Spray Caching
Check here for GitHub Repository for Sample Codes
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
Please explain me any face recognition library in Java.
I'm unable to find any library for face recognition in Java if any link is there please send me that link.
OpenCV is a good library for face detection applications.
There are some examples of face detection applications.
Link: http://docs.opencv.org/doc/tutorials/introduction/desktop_java/java_dev_intro.html
You could give faint a try. If that doesn't satisfy you check also 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 8 years ago.
Improve this question
I have just started using ice4j as an ICE client. I am experimenting with it, and I want to create a simple chat application using it. The problem is, I can't seem to find any good tutorials on how to use ice4j, and the Javadoc I compiled from the source code doesn't seem to help either. I don't want to resort to having to read through all the source code, because that would be annoying. Is there anything that can help me learn ice4j?
Try reading tests, usually it's the best documentation, especially when there's nothing decent about a techlogy
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 developing an application using jsf,hibernate.
I have to create module for user blogs and forum.
Is there any way to integrate and configure or i need to develop it from the scratch.
Please help.
JForum (www.jforum.net) is nice to work with, easily configurable, and you could embed it in your site.
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 other answers at Stackoverflow it's been suggested that Weka is good, but there are others (Classifier4j, jBNC, Naiban).
Does anyone have actual experience with these?
Weka is awesome, but Classifier4J is probably closer to what you want, since it's more aimed at text recognition.
You could also have a look at the still very new Apache Mahout project.
Another new library is ci-bayes, nice and very simple to use.
disclaimer: I have submitted a patches to this project and am currently a committer