As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I use selenium in my java aplication. I know that it works good. Therefore I would like use my aplication without browser. I use Windows 7 and in future I would like run the selenium server on Windows server 2008. Can you help me?
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
i am developing a small project in java called slambook.i need some suggestion that which database should be use h2 or sqlite.my project does not deal with client and server. .
which database gives better performance?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am wondering what's the purpose of the link SkipLists present in this javadoc link:
Once opened the link ctrl +f and type SkipLists then click on the link, I am curious to know on a scale from 0 to 10 how much the link relates to the argument.
Thanks in advance.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I wonder, is there some powerful handwriting recognition libraries which can work not only with separate characters, but with whole words and sentences?
Try using Tesseract-OCR , it seems to be a good OCR Engine
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Basically the title. I am working on a legacy project that is under ROOT in tomcathome/webapps. What does this mean specifically for the webapp and tomcat when a file is deployed under this name, and why would somebody do that (i.e. what are the advantages)?
The project is using Java Servlets if that is important.
Is it simply that you can access the app via mydomain.com:8080/ directly?
It can be accessed at http://your-host.com/ rather than being accessed at http://your-host.com/yourWebApp/.
The advantage it that the URLs are shorter.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What is the best Open Source Web Crawler Tool, written in Java.
Try crawler4j. You just need to implement a simple interface which controls which URLs to visit and what to do with each crawled page.
in java I think it boils down to Nutch vs Heritrix. You should specify what your needs are to get a better answer.