Categories
Development

WebServices is not RPC

The ServerSide has a tech talk with Ted Neward about WebServices. Check it out here, it’s worth the listen.

Categories
Development

BPEL Events

Article from IBM about handling events in BPEL here.

Via Carl.

Categories
Development

J2EE scalability and high availability

I’ve been looking into scalability and high availability a bit. The more I read the scarier it gets. 😉 It’s pretty easy to think the available solutions will solve it all for you, but there’s still important considerations to be made. Found a couple of good introductions in JavaWorld. Although they’re a bit old, I think it all still applies:

This mostly covers the high availability when running your app. Maintaining availability through application upgrades and redeploys is still a big mystery to me. Feel free to supplement. 🙂