Re: [OT] Versioning and compatibility checking
Re: [OT] Versioning and compatibility checking
- Subject: Re: [OT] Versioning and compatibility checking
- From: Andrew Lindesay <email@hidden>
- Date: Tue, 1 Jul 2008 08:39:16 +1200
Hello Florijan;
I use a "compatibility integer" that gets matched between the client
and the server's base-endpoint. This works well for the situation
where you have one or two pieces of (in my case JSON-RPC) client
software, but as the number of different pieces of client software
grows, it then calls for a roll-out of everything for each update to
this "compatibility integer". So far, I have not seen an easy
solution to this issue, but have also not had the opportunity to
invest any serious time into it because in my cases it is manageable.
cheers.
I am about to implement a JavaClient focused versioning system to
evaluate the compatibility between the client and the server during
client startup. It is something that is a requirement in our
situation (JC + JBND apps, separated server client projects etc).
Also note that this will be the starting point for WOJCKit, an open
source project where I plan to put this sort of generic stuff.
___
Andrew Lindesay
www.lindesay.co.nz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden