Amazon SimpleDB Developer Guide by PACKT

I have reviewed the book, Amazon SimpleDB Developer Guide by PACKT publisher, which got released last month. Amazon SimpleDB is a schema-less, highly scalable datastore which provides eventual consistency. This book introduces developer’s to SimpleDB API & libraries in different languages, Java, PHP & Python. It discusses the differences between relational databases and SimpleDB, and …

Playing around with exception stack traces

Debugging exception stack traces is inevitable for any Java developer. When there is a failure at the customer end, our first reaction would be “Are there any exception stack traces?”. Stack traces play a key role for Java software to provide essential feedback on failures to the end user as well as the developer. During …