Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
IUpdateable
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Shawn WIldermuth (adoguy.com)  
View profile  
 More options Jun 28 2008, 10:21 pm
From: "Shawn WIldermuth (adoguy.com)" <swilderm...@adoguy.com>
Date: Sat, 28 Jun 2008 19:21:02 -0700 (PDT)
Local: Sat, Jun 28 2008 10:21 pm
Subject: IUpdateable
I am digging into Astoria quite a bit and am working with demo's using
Astoria as a communication layer. To support updating, it requires the
IUpdateable interface to be added.  Any interest in this being part of
the NHibernate.Linq project?  If so, let me know and I'll focus on
adding it to the library.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ayende Rahien  
View profile  
 More options Jun 28 2008, 10:23 pm
From: "Ayende Rahien" <aye...@ayende.com>
Date: Sun, 29 Jun 2008 05:23:19 +0300
Local: Sat, Jun 28 2008 10:23 pm
Subject: Re: [rhino-tools-dev] IUpdateable

Yes, please!

On Sun, Jun 29, 2008 at 5:21 AM, Shawn WIldermuth (adoguy.com) <


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shawn WIldermuth (adoguy.com)  
View profile  
 More options Jun 28 2008, 11:13 pm
From: "Shawn WIldermuth (adoguy.com)" <swilderm...@adoguy.com>
Date: Sat, 28 Jun 2008 20:13:18 -0700 (PDT)
Local: Sat, Jun 28 2008 11:13 pm
Subject: Re: IUpdateable
My initial idea is to support IUpdateable directly on the
NHibernateContext so that every context will have its own
implemenation automatically. There is an exisitng bug with ADO.NET
Data Services that breaks NHIbernate.LINQ from working right (or I
think its a bug). Once I get that worked out (or a work-around), i'll
dig further into this.

Also, what do I need to do to be able to contribute?  Do I need a
username/pwd for the project's SVN?

On Jun 28, 10:23 pm, "Ayende Rahien" <aye...@ayende.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ayende Rahien  
View profile  
 More options Jun 28 2008, 11:56 pm
From: "Ayende Rahien" <aye...@ayende.com>
Date: Sun, 29 Jun 2008 06:56:31 +0300
Local: Sat, Jun 28 2008 11:56 pm
Subject: Re: [rhino-tools-dev] Re: IUpdateable

Checkout the code, add the functionality, create a patch and post it here.

On Sun, Jun 29, 2008 at 6:13 AM, Shawn WIldermuth (adoguy.com) <


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shawn WIldermuth (adoguy.com)  
View profile  
 More options Jun 29 2008, 2:45 am
From: "Shawn WIldermuth (adoguy.com)" <swilderm...@adoguy.com>
Date: Sat, 28 Jun 2008 23:45:47 -0700 (PDT)
Local: Sun, Jun 29 2008 2:45 am
Subject: Re: IUpdateable
Sounds good...just to be clear, after seeing how this is normally
implemented I don't want to force a dependency to
System.Data.Services.dll onto the rest of the library so I am going to
implement it as a wrapper class in its own assembly so it can be torn
off.  I'll post what I have once its working...thanks!

On Jun 28, 11:56 pm, "Ayende Rahien" <aye...@ayende.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shawn WIldermuth (adoguy.com)  
View profile  
 More options Jun 29 2008, 5:14 pm
From: "Shawn WIldermuth (adoguy.com)" <swilderm...@adoguy.com>
Date: Sun, 29 Jun 2008 14:14:03 -0700 (PDT)
Local: Sun, Jun 29 2008 5:14 pm
Subject: Re: IUpdateable
I'd like some advice since I don't want to assume what the direction
of the library is or not. I am investigating a way to implement the
IUpdatable interface is a more loosely coupled way so we don't have to
have NHIbernate.LINQ have a reference directly to
System.Data.Services.dll (where the IUpdatable interface is defined.
The biggest issue here is that since this assembly is *only* supported
in .NET 3.5 SP1 and beyond, I didn't want to introduce a dependency on
that build.

Is this as big a concern for the people who are steering this project
as it seems to me or am I wasting time trying to find an elegant
solution for this?

On Jun 29, 2:45 am, "Shawn WIldermuth (adoguy.com)"


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ayende Rahien  
View profile  
 More options Jun 29 2008, 5:21 pm
From: "Ayende Rahien" <aye...@ayende.com>
Date: Mon, 30 Jun 2008 00:21:11 +0300
Local: Sun, Jun 29 2008 5:21 pm
Subject: Re: [rhino-tools-dev] Re: IUpdateable

I don't have a _big_ issue with that, but I would like to keep it simple and
just require 3.5
There are several options here:
1) create a matching implementation and use dynamic proxy to bind it to the
interface at runtime.
2) require the user to combine them:
public class MyUpdater : NHibernateLinqUpdatable, IUpdatable
{

}

3) separate dll.
4) just create the functionality, we will worry about deployment later.

On Mon, Jun 30, 2008 at 12:14 AM, Shawn WIldermuth (adoguy.com) <


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shawn WIldermuth (adoguy.com)  
View profile  
 More options Jun 29 2008, 9:30 pm
From: "Shawn WIldermuth (adoguy.com)" <swilderm...@adoguy.com>
Date: Sun, 29 Jun 2008 18:30:26 -0700 (PDT)
Local: Sun, Jun 29 2008 9:30 pm
Subject: Re: IUpdateable
Will do!  I'll see if I get it working with tests in a few days...

On Jun 29, 5:21 pm, "Ayende Rahien" <aye...@ayende.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shawn WIldermuth (adoguy.com)  
View profile  
 More options Jul 9 2008, 12:07 am
From: "Shawn WIldermuth (adoguy.com)" <swilderm...@adoguy.com>
Date: Tue, 8 Jul 2008 21:07:58 -0700 (PDT)
Local: Wed, Jul 9 2008 12:07 am
Subject: Re: IUpdateable
The IUpdatable patch is coming. I am running through an addition set
of end-to-end tests to give me confidence that the simple tests
success is valid.  You should see an initial patch this weekend.

On Jun 29, 9:30 pm, "Shawn WIldermuth (adoguy.com)"


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ayende Rahien  
View profile  
 More options Jul 9 2008, 12:22 am
From: "Ayende Rahien" <aye...@ayende.com>
Date: Wed, 9 Jul 2008 07:22:35 +0300
Local: Wed, Jul 9 2008 12:22 am
Subject: Re: [rhino-tools-dev] Re: IUpdateable

Shawn,
Very cool!
Can you make a demo as well? That would be a really good PR.

On Wed, Jul 9, 2008 at 7:07 AM, Shawn WIldermuth (adoguy.com) <


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shawn WIldermuth (adoguy.com)  
View profile  
 More options Jul 10 2008, 2:50 am
From: "Shawn WIldermuth (adoguy.com)" <swilderm...@adoguy.com>
Date: Wed, 9 Jul 2008 23:50:53 -0700 (PDT)
Local: Thurs, Jul 10 2008 2:50 am
Subject: Re: IUpdateable
The extended tests will be the demo...using nHibernate, Northwind and
Silverlight...(my exisitng SIlverlight demo but with nHibnerate behind
it instead of EF).

On Jul 9, 12:22 am, "Ayende Rahien" <aye...@ayende.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ayende Rahien  
View profile  
 More options Jul 10 2008, 2:54 am
From: "Ayende Rahien" <aye...@ayende.com>
Date: Thu, 10 Jul 2008 09:54:01 +0300
Local: Thurs, Jul 10 2008 2:54 am
Subject: Re: [rhino-tools-dev] Re: IUpdateable

That is cool.
One question, though.
There are going to be automated tests for it, right?

On Thu, Jul 10, 2008 at 9:50 AM, Shawn WIldermuth (adoguy.com) <


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google