IBM domino design librarys - java

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

Related

is there java version for the blueimp/jQuery-File-Upload?

I have found this https://blueimp.github.io/jQuery-File-Upload/angularjs.html very interesting plugin to upload files with AngularJS which it has also a part with Google App engine. But i have not found JAVA implementation. Anyone knows if there is already a JAVA version ?
Here is the link which is working with java: https://github.com/blueimp/jQuery-File-Upload/wiki/Google-App-Engine-Java
All codes are given step by step. Hope it will help you.
For more, you can go through this tutorial also: https://stackoverflow.com/a/2424824/2293534

SOA feature in netbeans 7.4

Ok I am doing project on web services where I plan to implement based on JAX-WS.However i have an issue which I think is about composing services. And after searching on Internet i found WS-BPEL will allow me to do that. I am using netbeans 7.4 but i do not have the SOA feature in it. So now my question is.?
Is there any other method for doing service composition?
is there any link where i can download the SOA plugin for netbeans 7.4?
Or any tutorial which can gimme information on any new technologies which i can use for service composition using existing netbeans 7.4?
Thanks in advance
As far as I can remember the SOA plugin got removed from Netbeans around the time Oracle took it over. Last time I used the SOA plugin was in release 6.5.So I suspect you might be out of luck.
I would suggest you look at Apache Camel for doing this type of work. Or look at the WSO BPEL plugin for Eclipse.

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.

Where are the javadocs for Lotus' Notes.jar?

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

Eclipse plugin for Apache Axis2 to create webservice

please give me the link to download plugins for apache axis, i tried in some sites but the link was not current so i was not able to download.
thanks in advance,
Mahesh
the best would be to download the Eclipse J2EE package which already includes all the stuff you need to create axis2 web services:
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/SR1/eclipse-jee-ganymede-SR1-win32.zip
you could also install the WTP package via the update manager from the Ganymede update site
I found another simple article for beginners. You can check if you are interested.
Create Web Service Using Apache Axis2 and Eclipse IDE
I think the most comprehensive plugin is MyEclipse. But it's a commercial one. (not free)

Categories