New Posts New Posts RSS Feed: Non SQL Backend?
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Non SQL Backend?

 Post Reply Post Reply
Author
-ook View Drop Down
Groupie
Groupie
Avatar

Joined: 26-Aug-2007
Location: Australia
Posts: 41
Post Options Post Options   Quote -ook Quote  Post ReplyReply Direct Link To This Post Topic: Non SQL Backend?
    Posted: 06-Dec-2012 at 1:43pm
Is it possible to use Ideablade with a non-SQL backend? The backend is a proprietry datastore that has custom SDK and or web services. I would like to program a client interface leveraging Ideablade but converting the Ideablade entities to the appropriate proprietry SDK on the server..... possible?
 
Thanks
Back to Top
sbelini View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 13-Aug-2010
Location: Oakland
Posts: 786
Post Options Post Options   Quote sbelini Quote  Post ReplyReply Direct Link To This Post Posted: 06-Dec-2012 at 2:52pm
Hi ook,

DevForce is build on top of EF and EF must support the datastore you are trying to use.

i.e. As long as this proprietary datastore has a service provider for EF, you should have no problem.

Regards,
   sbelini.
Back to Top
-ook View Drop Down
Groupie
Groupie
Avatar

Joined: 26-Aug-2007
Location: Australia
Posts: 41
Post Options Post Options   Quote -ook Quote  Post ReplyReply Direct Link To This Post Posted: 06-Dec-2012 at 2:54pm
ok, thanks. In this case there is no EF provider so I am out of luck.
Back to Top
sbelini View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 13-Aug-2010
Location: Oakland
Posts: 786
Post Options Post Options   Quote sbelini Quote  Post ReplyReply Direct Link To This Post Posted: 06-Dec-2012 at 3:44pm
Actually,

You could use POCOs as well. In that case, you wouldn't have to rely on a database or any datastore that needed a service provider.
You'll find more information at http://drc.ideablade.com/xwiki/bin/view/Documentation/poco

sbelini.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down