Print Page | Close Window

EntityServer

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=3254
Printed Date: 02-Jun-2025 at 10:56pm


Topic: EntityServer
Posted By: hartdrooz
Subject: EntityServer
Date Posted: 09-Feb-2012 at 7:29am
Hi,

My company just bought idealblade, right now I'm trying to understand the EntityServer.  Let me explain my purpose, before here we were using WCF service all the time for our WPF application.

Most of the time the architecture was like that :

Data Layer --> Business Layer --> Service Layer (WCF) -->  CLIENT

So that mean I have a server that contains all my entities and expose a WCF service.  The client doesn't have the need to have the entities model on his side.

Now I want to do the same with the EntityServer, I mean having the entityserver with contain the entity model and the client connect to this server.

I read the documentation of the EntityServer and I took a look of the template idealblade provide for the n-tier architecture.  I found nothing like an example that illustrate what I wanna do.

Please needs some help here.

Regards



Replies:
Posted By: sbelini
Date Posted: 10-Feb-2012 at 3:31pm
Hi hartdrooz,
 
DevForce is designed to support an application with the layers as you described (as shown in the http://drc.ideablade.com/xwiki/bin/view/Documentation/architecture - DevForce Resource Center ).
 
I'm not sure what you meant by not needing to have the entitymodel on the client side. Perhaps you are looking into working with OData services? ( http://drc.ideablade.com/xwiki/bin/view/Documentation/odata - http://drc.ideablade.com/xwiki/bin/view/Documentation/odata )
 
Regards,
   Silvio.



Print Page | Close Window