|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 2011-06-28 15:42:26
Posts: 487,
Visits: 1 277
|
|
I want to use Eco from Silverlight. SL communicates through WCF to a database server. If I wanted to create some sort of persistence mapper that could send stuff to WCF, where is some code in Eco I could look at to figure out what to do?
Or better yet, is there some documentation on how to do that?
I suspect this is WAY too complicated for me to attack, but I DO want to use Eco and can't since I use SL. So if it turned out to not be crazy difficult, maybe I would try. But I definitely need guidance.
/mtiede
Environment:
Windows 7 Ultimate 64 bit
Delphi 6
Rad Studio 2010 Enterprise with Prism 2011
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: 2010-11-30 12:17:13
Posts: 1 230,
Visits: 1 382
|
|
Now that we have updated all assemblies for ECO6 to use .net 3.5, we can add DataContract and DataMember to tghe classes involved in remote persistence. I have started this process and have most of it working. THere are still some issues with serializing the Ocl parse-trees.
When this is checked in, the old PersistenceMapperClient will be gone (we have changed some properties that used to be ArrayLists to generic List<T> for easiuer serialization in WCF, but that doesn't serialize at all with the old SOAP serializer), so I can't check it in until it works on my machine.
/Jonas Hogstrom [CapableObjects]
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: 2012-01-23 17:45:58
Posts: 49,
Visits: 72
|
|
| Looking forward to ECO6 with WCF support!!!! Alois
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 2011-06-28 15:42:26
Posts: 487,
Visits: 1 277
|
|
Great news! Sounds like I should just wait for Eco 6!
/mtiede
Environment:
Windows 7 Ultimate 64 bit
Delphi 6
Rad Studio 2010 Enterprise with Prism 2011
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 2011-09-15 20:44:03
Posts: 15,
Visits: 316
|
|
At the end of March Jonas wrote:
---
THere are still some issues with serializing the Ocl parse-trees.
When this is checked in, the old PersistenceMapperClient will be gone (we have changed some properties that used to be ArrayLists to generic List for easiuer serialization in WCF, but that doesn't serialize at all with the old SOAP serializer), so I can't check it in until it works on my machine.
--
Wondering how this is coming along. If serialization is now workable I could really use another Webmethod Sample.
TIA
throg
|
|
|
|