Assume we have a webservice. The first thing to do is to get a copy of the WSDL file of the service. Then inside Netbeans:
Select “File system” and click “Next >”. Locate the WSDL, and accept all default settings by clicking through the whole wizzard. The result:
Implementation
Next, create a new Collaboration Definition (JCD) inside the [...]
JCAPS 6 uses the JBI runtime environment of OpenESB, which runs on Glassfish.
On the other side JCAPS 6 also uses design time tools inside Netbeans.
All JCaps projects are managed inside a JCaps repository. Netbeans gives support
regarding the JCaps repository and Service environments, where all the integration magic happens.
OpenESB is the umbrella project that takes the [...]
Inside the IDE we have the menu Tools –> Java Platforms. Here we can assign more JDK locations. But we can’t assign a default JDK. There is no interface button for this.
The way to assign a default JDK is to go to the Netbeans install location {root}/netbeans/etc and edit the file netbeans.conf.
# (see http://wiki.netbeans.org/wiki/view/FaqGCPauses)
# [...]
Unfortunately Netbeans 6.8 lost the availability for the SOA plugin (and the UML plugin ).
To get these plug-ins back just follow these steps as they are still available in the update center of the 6.8M1version of Netbeans.
1. Go to ”Plugins” dialog: ”Tools” >”Plugins”
2. Go to “Settings” tab
3. Add a new update center:
- Name: NetBeans plugins 6.8M1
- URL: http://updates.netbeans.org/netbeans/updates/6.8/uc/m1/dev/catalog.xml.gz
4. Go to “Available [...]
In my current project I have set up a continuous integration environment consisting of Subversion, Maven, Nexus and Hudson and four servers (development, test, acceptance and production). The idea is to take away as much developer responsibilities concerning library and version management as possible, as well as facilitating an error prone mechanism to test and [...]
The best news is that Java is safe. Nothing will change negatively. Oracle want’s to even invest more money to extend and innovate all Java standards. Oracle also announced there will be a JavaOne conference this year. (being co-located with Oracle Open World Se 19-23, 2010) They also announced additional JavaOne tours across Brazil, Russia, [...]
In een ruim 5 uur durende presentatie heeft Oracle gisteren haar volledige strategie rondom hardware en software, gevoed door de overname van Sun Microsystems, aan de rest van de wereld gepresenteerd. Voor enkele miljoenen kijkende mensen wereldwijd werd vanaf 18:00 Nederlandse tijd de grootste webcast ooit gehouden. Conclusie: Oracle gaat met grote vaart enorm investeren [...]
Online Widget development
Zembly is an online platform, where you can create your own Widgets and publish your own RESTfull webservices. If you already have a SUN webaccount, you can login and maintain your applications. It is also possible to use other public Widgets and services from other Zembly users. There are several services available from [...]
I found a cool simple OSGi plugin for Netbeans.
You can download it from Sourceforge.
A user manual is included.
The plugin generates a “ready to use” OSGi Bundle project.
It supports code completion for OSGi MANIFEST.MF, which is the source for version control, dependencies, and so on.
Also all kinds of OSGi containers are supported like Felix and Knopflerfish.
One [...]
The final Netbeans 6.7 version can be downloaded here.
The feature overview with lots of screenshots is located here.