CapableObjects forum



New ECO6 build

Posted By HansKarlsen 2010-06-19 09:13:02
Add to Favorites1
Author Message
gattaca
 Posted 2011-01-12 09:22:49
Supreme Being

Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)

Group: Forum Members
Last Active: 2011-07-06 04:19:22
Posts: 65, Visits: 156
436
In SilverlightWCFPersistenceDemo(6.0.0.5465),
If you change persistenceMapper to persistenceMapperSqlServer1,
this will no work!
EcoServiceHelper.GetPersistenceService(_ecoSpace).Refresh(true);

But persistenceMapperXml1 and persistenceMapperMemory1 are OK!
2011-01-12 09:30:47 by gattaca
HansKarlsen
 Posted 2011-01-12 09:42:04
Supreme Being

Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)

Group: Administrators
Last Active: Yesterday @ 18:25:39
Posts: 446, Visits: 2 654
Yes the only PMappers practically usable in Silverlight are:
1. XmlPersistence that will write to isolatedStorage unless it has rights to the hard drive (unlikely).
2. PersistenceMapperClientWCF that connects to peristenceServer that in turn supports all persistencemappers, like mysql, sqlserver, oracle and so on.

Why? Well no one will be allowed to drive sql-traffic from a silverlight client to a sql server somewhere. Much better to keep your sql talk on the server, and use the WCF transported datablocks from the client to the server (PersistenceMapperClientWCF)

gattaca
 Posted 2011-01-12 10:37:41
Supreme Being

Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)

Group: Forum Members
Last Active: 2011-07-06 04:19:22
Posts: 65, Visits: 156
436
WCF(Silverlight) Duplex and Html5 WebSocket let Server Push(port:80) be easier.

I was wrong...
I thought PersistenceMapperClientWCF(Refresh) is a kind of Eco Subscription that be implemented by Silverlight Duplex.
2011-01-12 10:43:22 by gattaca
HansKarlsen
 Posted 2011-01-20 09:56:37
Supreme Being

Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)Supreme Being - (3 009 reputation)

Group: Administrators
Last Active: Yesterday @ 18:25:39
Posts: 446, Visits: 2 654
The BuildServer is now building Vs2010 Eco installs so go to http://dl.capableobjects.com/dl/dailybuilds/

At the time of writing I recommend the EcoSetup_6.0.0.5497_2011-01-20_b305_vs2010.exe (latest)

This thread is hereby ended - the buildserver is up so visit http://dl.capableobjects.com/dl/dailybuilds/ for versions please.

gattaca
 Posted 2011-02-04 14:12:58
Supreme Being

Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)Supreme Being - (436 reputation)

Group: Forum Members
Last Active: 2011-07-06 04:19:22
Posts: 65, Visits: 156
436
I create a state and get a deserialize error(Eco6.0.5508).

_ecoSpace = new EcoSpaceSL(theUrl);
EcoServiceHelper.GetAsyncSupportService(_ecoSpace).TurnOnAsyncHandling();
_ecoSpace.Active = true; <= error: "This runtime can't deserialize statemachines"

 

Will Eco6 support statemachines in Silverlight client?

2011-02-04 14:14:40 by gattaca

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top