Another post on Google Wave: Applications
http://texploration.wordpress.com/2009/07/02/applications-of-google-wave/
Read and monitor Oracle related blogs and news sources, all in one place.

Oracle SOA Suite is not automatically installed with Oracle JDeveloper. Before you can create SOA applications, SOA composite applications, and projects, you must download the Oracle SOA Suite extension for Oracle JDeveloper (file nameSo after some browsing here the link for this soa-jdev-extension.zip.soa-jdev-extension.zip) from the Oracle Technology Network and import it into JDeveloper.
Finally the new Oracle Fusion Middleware 11g got released!
The webcast can be seen over here.
Some of the available resources like tutorials on Oracle WebLogic Suite 11g, Oracle SOA Suite 11g, Oracle Identity Management 11g and Oracle WebCenter Suite 11g
And the download!
How do the Oracle ACES think about the suite ?
The new Oracle JDeveloper 11g R1 got released too, code name Bulldog.
The download and a lot of new features!
So, a lot of new stuff to play with!

FMW11g release
The FMW 11g can be downloaded from:
Enjoy all this great new stuff.
More links:
And those of you who want to read the press release go there.
We wouldn’t want to forget the latest JDeveloper release:


You can associate an installed Oracle Internet Directory with this OC4J instance. You can then choose to use this Oracle Internet Directory for runtime authentication and authorization for deployed applications.
Working as a consultant for multiple customers, I get to work with a lot of different desktops, besides my laptop. This used to result in installing the same software again and again on different machines, and keeping it up to date. I found an alternative in PortableApps.
PortableApps.com is an open platform that works from any USB flash drive, iPod, memory card, or portable hard drive. It’s open source, it´s free and it´s convenient. Now I can carry a great bundle of applications and utilities on a simple USB stick (OK, I admit to use an USB hard drive). This allows me to work with the same tools everywhere without additional cost, or the need to install software.These are the applications and utilities I favor from the collection:
The complete set of applications can be found here.
When I started using Portable Apps it was installed on the first available USB stick. Which turned out to have a USB 1.1 controller. That was replaced very quickly with one that supported USB 2.0. This device was a few months later replaced by a USB hard drive. Both because of capacity and speed considerations. Now the external hard drive is the primary device and the (network) storage of the PCs serves as back up.
Portable Apps works on any Windows computer.Using Ubuntu you can use Wine to run it.
Issue:
Developers often encountered conflictingReceive fault while using the same partnerlink in different branches of Flow or FlowN.
Details following:
"{http://schemas.xmlsoap.org/ws/2003/03/business-process/}conflictingReceive"
has been
thrown."{http://schemas.xmlsoap.org/ws/2003/03/business-process/}conflictingReceive"
has been thrown.
*summary*">
Conflicting receive. A similar receive activity is being
declared in the same process. Another receive activity or
equivalent (currently, onMessage branch in a pick activity) has
already been enabled with the partnerLink "Dummy", operation name
"processResponse" and correlation set "" (or conversation ID).
Appendix A - Standard Faults in the BPEL 1.1 specification
specifies a fault should be thrown under these conditions.
Redeploy the process after removing the conflicting receive
activities.
Solution:
Instead of defining the partnerlink as a global partner link, declare it within a scope of each parallel branch.