Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I've recently downloaded Thinlet 0.75 (http://www.thinlet.com/index.html) and was wondering if anyone knew of decent documentation for this framework?
The tutorials/examples I have found online seem to refer to an older version of Thinlet as the code/xml is no longer applicable. The only semblance of documentation within the zip file is javadoc with no actual written documentation in it and a convoluted demo without any real explanation of anything.
At this point I suspect you need to contact the author Robert Bajzat directory (the copyright link has a link to his mail address). There may not be documentation written yet (one reason it is 0.75). If you have the source code for the demo applet then you can at least see it run and see the code at the same time.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 days ago.
Improve this question
I'm looking for a dataset of code snippets for a Uni assignment. These snippets must all be written in Java, must all be from stack overflow, and must be able to run as-is as individual classes (in other words: they do not require me to add any maven dependencies - or declaring methods that aren't already part of the snippets). This dataset must also contain 800+ code snippets.
I know it's a long shot, but I haven't been able to find anything like this. Does anyone know of a dataset that matches these specifications? I'm not sure if this is the right forum to ask, but I'd appreciate any help
I've tried using GitHub - I looked through every repository containing only java code that had the words "stack overflow" in its name. I also tried looking through stack overflow repositories that are publicly available.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Does anyone know where to find official documentation (other than the Java docs) and samples for jmDNS?
Have already search on google, the project site, sources, and have found nothing.
The only documentation I've been able to find online is for an older release on SourceForge. (The current release on GitHub is 3.5.1 and the SourceForge documentation is for 3.4.1.)
http://jmdns.sourceforge.net/apidocs/javax/jmdns/package-summary.html
It seems like up-to-date documentation disappeared when the project moved from SourceForge to GitHub, but the GitHub readme does have a short example:
https://github.com/jmdns/jmdns/blob/master/README.md
Also, here are some useful examples that helped me in my usage of JmDNS:
http://home.heeere.com/tech-androidjmdns.html
Android - jmdns doesn't discover devices
How To Make JmDNS Work On A Large Network
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I studied some tutorials in domino designer 9 now I want to make java agent but I didn't find any tutorials, Can any one give me good tutorials to learn java agent please?
I don't know that you'll find a clear, concise step-by-step tutorial. I've found some generic code samples, and there are samples for specific tasks (you know, like "How do I send a message?") What I did to learn was to take a small task, perhaps one already written in LotusScript and make it in Java. Open a database. Open a view. Create a document. Delete a document.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
One of my favorite features in Python (I know it's not really a feature of python) is doc-testing. For me it really augments standard documentation and helps to keep it up to data. Looking for something similar in Java, I've found JDocTest - http://cscott.net/Projects/JDoctest/ - last updated two years ago, and doctestj http://code.google.com/p/doctestj/ which haven't been updated since 2007.
Obviously, Java is not interpreter based like Python, but maybe there's some up to date library that enables doctest like capability in java?
I know it's long time ago but I just found your post here while searching for something different.
In my company we built a java doctest library because we also like the idea of the python doctests. We're using it in one of our bigger projects to test and generate documentation with it.
You can find it here at Github
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have recently been tasked to working on code that uses Java CUP. Does anybody still use it? I've found a couple small resources on it, but it looks like there isn't much documentation on the main site, Java Cup Website. If there are any mailing-lists or users out there I would like to know. BTW, I can't use the new engine that is being maintained by the people in Munich, I got to stick with version 0.1.
We use the newer one on the Eclipse XPath2 engine (disturbingly called PsychoPath).
CUP gets the job done, but we use the newer one.
Being a small piece of software, it's easier to understand, which makes up for the scarceness of resources.