Where are the javadocs for Lotus' Notes.jar? - java

I need to use Lotus Notes/Domino as a data source from a Java application. The documentation at IBM says that the Notes.jar contains everything I will need, but where are the javadocs?

I believe the APIs are detailed in the Domino Designer Help.

From what I quickly read, there isn't a set javadocs available. However, I stumbled upon this utility that generates them for you. Would this help?

Here comes Notes.jar of Domino 8.5 Java API document

Have a look at the DeveloperWorks help

Related

Can I "see" Java Standard Libraries Offline

Well, I am using BlueJ. I know I can use them offline for sure. But would it be possible to see the Oracle documentation without Internet connection? Included Method summary and description. Something like this but offline
http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html
I know it is not of the cleverest of questions but I really need it. Hope for any suggestions.
P.S. There are the CTRL and space for suggestions(in Eclipse this is automatically done) but I look for the documentation.
You can find the official documentation at oracle's download center.
http://www.oracle.com/technetwork/java/javase/documentation/jdk8-doc-downloads-2133158.html
Why don't you download a version of the documentation?
http://www.oracle.com/technetwork/java/javase/documentation/java-se-7-doc-download-435117.html

IBM domino design librarys

I'm newbie in ibm domino design I can't import some library like
org.openntf.domino.Document;
Can any one help me please
Ok ,Finally I solved it I need to add this jar
http://mardou.dyndns.org/Privat/filesilo.nsf/file.xsp?action=openDocument&documentId=E1E0D02D904BD32DC1257C7700741EC9
You can download the current version of the Domino API from OpenNTF

How I can use IBM's swidgets (com.ibm.rcp.swt.swidgets) on my SWT application?

I am interested to know how I can use com.ibm.rcp.swt.swidgets widgets on my application? (for example this widget)
I couldn't find them on default Apache Maven repositories but I guess they are not close-source and they are available for own use (also IBM recently donated source of Lotus Symphony (that use these widgets) to Apache Foundation). I think it will be sufficient to show me where is related .jars for swidgets.
Thanks :)
Swidgets are parts of IBM Expeditor toolkit. Here is a simple example of that.

java netcdf 4 tutorial

I am using the latest netcdf jar library from unidata website here: http://www.unidata.ucar.edu/downloads/netcdf/index.jsp
I am looking for a java netcdf 4 tutorial/example but I can't seem to find one on their website or anywhere else for that matter. Version 4 is significantly different than the previous versions in that the write function (to write data to a variable) is no longer used and is replaced by writeCDL...I think. Has anyone used the latest version of netcdf with java? I'd really appreciate if someone could point me in the right direction. Thanks for your help! -Dom
P.S. Here is their tutorial website...with no mention of java: http://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial/index.html
I'm currently also working on a project using NetCDF.
Unfortunately, the NetCDF API for Java only supports reading from NetCDF-4 files, not writing. This API on support writing to NetCDF-3 files.
As for tutorials or help about using it in Java, you can find the API javadoc here: http://www.unidata.ucar.edu/software/netcdf-java/v4.0/javadoc/overview-summary.html
and tutorial:
http://www.unidata.ucar.edu/software/netcdf-java/tutorial/
I sure hope this helps you. NetCDF seems like a great way to store scientific data, but NetCDF-3 lacks a tons of features (multiple unlimited dimensions are only available from 4). My best advice for you is to read every documentation you can find on Unidata website. Not just documentation for the Java API, but documentation on NetCDF in general. Check sample files, small examples of code as well. And play a bit with the netCDF Java utils they distribute in the Java download section.
Just a note that the netCDF-Java library (as of 4.3.13) has netCDF-4 write support via the netCDF C library. It's still in beta, but it does work and feedback is certainly appreciated!
Please see the netCDF-Java reference docs for more details.
Have you looked into the Nujan library? It's for writing netcdf4 files

Java based Wiki Engine

I am trying to review the different available wiki engines and was interested in one that is java based. Could you recommend or list any java based wiki engine so that i can have check it out.
I am familiar with the following JSPWIKi, Elsie.
Thanks
There are quite a few available. I'd check out the open-source ones first.
I have to say XWiki impressed me most, but that was for a feature set we were looking for quite a while ago, it may not match your exact needs...check out the full list I linked, see if anything fits you well.
You might like to think about Confluence. It's not open source, but it's extensible, if you wanted to make some kind of plugin.
I'm using JSPWiki since a few years.
JSPWiki is a feature-rich and extensible WikiWiki engine built around the standard J2EE components (Java, servlets, JSP).
VQWiki and Confluence have worked well for us.
Another great Java based Wiki engine is GWiki http://labs.micromata.de/display/gwiki/Home it can be embedded and extended by macros written in in Java or Groovy.

Categories