← Back to team overview

coapp-developers team mailing list archive

Re: Anyone with OData experience out there?

 

Just build a sql server database. It's not that heavy!

Hell, I'd recon that's the quick and easy thing to do!


Garrett Serack | Open Source Software Developer | Microsoft Corporation 
I don't make the software you use; I make the software you use better on Windows.

-----Original Message-----
From: coapp-developers-bounces+garretts=microsoft.com@xxxxxxxxxxxxxxxxxxx [mailto:coapp-developers-bounces+garretts=microsoft.com@xxxxxxxxxxxxxxxxxxx] On Behalf Of Trent Nelson
Sent: Thursday, May 20, 2010 8:51 AM
To: nasserd@xxxxxxxxx
Cc: coapp-developers@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Coapp-developers] Anyone with OData experience out there?

On 5/20/2010 11:37 AM, Nasser Dassi wrote:
> Gotta love strict OOP.
>
> Not touching ANY of the data (i.e. passing XML between front-end and
> back-end) is most recommended in this day and age -- as SQL Server 
> 2008 natively supports XML data type.
>
> ... and I have experience doing that cuz I hate having a middle layer 
> do anything to data (besides wrap some security around it and its 
> transmission).

I understand what you're saying, but I don't think we can avoid the need to build an intermediate, programmatic representation of the data and metadata.  From what I can tell, the logic in DataServiceProvider that parses the OData query strings operates against an in-memory model, as opposed to, say, applying XSLT transformations.

I mean, we could obviously write something to do it any way we wish, but the intent behind this thread was to see how much OData stuff is already out there that we can leverage before we need to start re-implementing things ourselves.

	Trent.


_______________________________________________
Mailing list: https://launchpad.net/~coapp-developers
Post to     : coapp-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~coapp-developers
More help   : https://help.launchpad.net/ListHelp




Follow ups

References