Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

  • Increasing demands placed on IT, along with tightening budgets has prompted IT leaders to seek out alternative technologies and improved methods of providing...
    Download

  • The number, complexity, and diversity of cyber threats are soaring. Businesses are increasingly concerned about the risks they face and 91% of organizations...
    Download

More on LinuxToday


Java development 2.0: Cloud storage with Amazon's SimpleDB

Aug 08, 2010, 12:11 (0 Talkback[s])
(Other stories by Andrew Glover)

[ Thanks to An Anonymous Reader for this link. ]

"In the first half of this introduction to SimpleDB, I showed you how to leverage Amazon's own API to model a CRUD-style racing application. Aside from the obvious uniqueness for most Java developers of Amazon's string-only approach to data types, you might have found yourself looking at the Amazon API with some skepticism. After all, the APIs for leveraging a relational database are by now fairly standard and well-thought-out — and perhaps more important, they are familiar.

"In this second half of my introduction to SimpleDB, I'll show you how to refactor the racing application from Part 1 to be compliant with the JPA specification. Then we'll port the application to SimpleJPA and discover some of the ways that this innovative, open source platform can make adapting to NoSQL domain modeling, and cloud-based storage, a little easier."

Complete Story

Related Stories: