Re: EOF Adaptor for Amazon's SimpleDB?
Re: EOF Adaptor for Amazon's SimpleDB?
- Subject: Re: EOF Adaptor for Amazon's SimpleDB?
- From: Mike Schrag <email@hidden>
- Date: Fri, 14 Dec 2007 20:58:24 -0500
fancy .. i think i've found my weekend challenge :)
Still private beta ... Boo. That and the only data type is String,
and there's some crazy stuff about storing integers (you must zero pad
the integers so that all your integers are the same length + you can't
do negative numbers -- you have to determine the smallest negative
number you want to store and add that to all your numbers so that
negative numbers become positive and then you zero pad them), but
technically the adaptor could do all that for you (just add
Integer.MIN_VALUE to everything ,etc). Still should be kind of fun to
write ...
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden