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)
Related
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
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.
I am going to develop on Google app engine platform in java and I don't know which eclipse download package I should get.
I don't know if the plugin supplied by Google has everything required and the classic package will sufice or if one could get some advantage downloading one of standard java packages.
Thanks in advance.
The plugin provided by Google Eclipse at https://developers.google.com/eclipse/ has everything that you need to develop GAE applications.
I am not sure what you are referring to as the classic package but if it is Eclipse Classic that you are talking about then it will suffice.
Few other points:
Make sure that you download the correct plugin version for the Eclipse version that you are using. Go to https://developers.google.com/eclipse/docs/download and use the version that matches your installed Eclipse version.
When you begin the process of installing the plugin, you will see a screenshot like https://developers.google.com/eclipse/docs/install-eclipse-4.2 where you will be given the option of what components to install. You can see that one of them is required but the rest are optional. I suggest that you go with selecting atleast the SDKs component.
All the best.
I developed some applications that uses google app engine and from my experience the eclipse plugin that google provides is sufficien but you need to install all the components of it.
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.
I want to configure flex with Java.I have to create the project in which flex UI and JAVA serverside code.can any one tell me how to configure flex with Java using eclipse editor.
thanks in advance...............
Check Flex Builder (plugin and standalone) from Adobe.
http://www.adobe.com/products/flex/
Its comes as Standalone Eclipse based IDE or you can download Eclipse plugin.
You can also find good tutorials (also video tutorials) for same on same link.