Welcome!

The Source for All Things RIA

Michael Galpin

Subscribe to Michael Galpin: eMailAlertsEmail Alerts
Get Michael Galpin via: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories by Michael Galpin

If you’ve been working with Web Services for a long time, chances are you’ve worked with Apache Axis and that you have an Axis Web Service somewhere in your code base. You probably also know about the many improvements in Axis2, especially around support for the more modern WS-* standards. So maybe you’ve been planning on migrating these old Axis services, but it can be hard to justify spending a lot of time on something that’s working just fine. However, there’s a great new migration path available to you: WSO2’s Web Services Application Server (WSAS.) With WSAS, you can take your existing Axis Web Service, redeploy it to WSAS, and then with just a few clicks enable things like WS-Security and WS-Reliable Messaging. There’s no ... (more)

The Unreliable Internet

The Internet’s a dangerous place for a message. Component failures, network connection issues, and other problems can prevent a message from being delivered. Fortunately, there’s WS-ReliableMessaging, which makes sure messages get through. This article explains how to use reliable messaging, why you should use it, and how to use it with WSO2’s Web Services Application Server (WSO2 WSAS) ... (more)

Using Java's Exception System to Sing 99 Bottles of Beer

Mike Galpin's Blog First off, if you like programming, you should check out this hilarious site on the venerable song 99 Bottles of Beer. Ok, now I am assuming that you just spent the last hour or so at that website, but you are back. If you are into Java, one of the most interesting solutions is one that eschews typical control structures (for/while/do loops) and instead uses Java's exce... (more)

AJAX World 2008 West Round-Up: Both Comet and JavaScript Loomed Large

Michael Galpin's Blog AJAXWorld was this week, and it was interesting. I think the down economy is having an affect on everyone, but there were still a lot of interesting things to learn about. 1) Comet - There were a lot of talks about some form of data push from the server to the browser. 2) Don't make me learn JavaScript! There seemed to be a lot of folks advocating the "only know one ... (more)