The last couple of weeks we’ve been playing around with the BPEL Designer plugin for JDeveloper 10.1.2. As BPEL is mostly used to integrate existing webservices, that’s what we started with. To call an existing service, you need to use a partnerlink. Using the BPEL designer tool, you specify the […]
Hans Rabouw
Check your XML online
Yesterday I needed to validate some XML against a schema definition. I had a tool for that at hand, but alas, it failed to work. Looking for another way to do it I came across this site where you can check the validity of the xml online.
ADF BC classes & methods overview
Steve Muench wrote up a superb overview of the most commonly used classes, interfaces & their methods in the ADF BC framework (formerly known as BC4J). You might want to check this out as it leads you straight to the stuff you need to write your apps, without getting lost […]
Better Faster Lighter Java
This probably is one of the best books (on Java that is ;)) I’ve read in years. The book addresses the growing complexity Java designers & Developers face these days, by sticking to 5 simple principles: Keep It simple Do one thing and do it well; i.e focus your code […]