Re: EOF Adaptor for Amazon's SimpleDB?
Re: EOF Adaptor for Amazon's SimpleDB?
- Subject: Re: EOF Adaptor for Amazon's SimpleDB?
- From: Chuck Hill <email@hidden>
- Date: Fri, 14 Dec 2007 19:46:01 -0800
On Dec 14, 2007, at 5:58 PM, Mike Schrag wrote:
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
Do all the strings have to be the same length too? It sounds like
everything is stored internally as strings.
+ 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),
OK, those are some rather whacky limitations.
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 ...
:-)
Chuck
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
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