I'm currently playing with mesh4n, generally sprucing it up and
futzing around with the code.
The MS FeedSync libraries have the concept of a FeedIdConverter which
maps between a local identifier (like a primarykey key) and a shared
identifier (like a GUID) so that two sync participants can have
different ID formats.
Is there an equivalent concept in mesh4j, or is this something that
the framework doesn't concern itself with? It feels very much like
something that should be stored in the syncrepository.
-- Bob Gregory
--
Post to: mes...@googlegroups.com
Unsubscribe: mesh4x-un...@googlegroups.com
Options: http://groups.google.com/group/mesh4x?hl=en
That's exactly what I wanted to hear - I'd like to start bringing the
mesh4N port up to date, and I want to make sure I don't take it too
far away from the Java version.
-- B
--
An infinite number of mathematicians walk into a bar. The first one
orders a beer. The second orders half a beer. The third, a quarter of
a beer. The bartender says "You're all idiots", and pours two beers.
Java version is not exactly equals to C# version.
We advanced the java version more than the C# version, and there are design
differences.
As far as I know, C# version was frozen.
I can help you with the actual design and constrains (my babies).
JMT
--------------------------------------------------
From: "Bob Gregory" <patho...@gmail.com>
Sent: Sunday, January 10, 2010 9:26 AM
To: <mes...@googlegroups.com>
Subject: Re: [mesh4x] Conversion between local and shared identifiers