On Nov 10, 2009, at 2:43 PM, ChadDavis <[email protected]> wrote:

On Tue, Nov 10, 2009 at 1:35 PM, Rakesh Vidyadharan <[email protected]> wrote:

On 10 Nov 2009, at 12:25:08 PM, ChadDavis wrote:

2) If I go with 1.6, how difficult will a later migration to 2.0 be?
What are the factors?

I am currently working on migrating from 1.6 to 2 beta. I do not have any data yet (just code), but I assume XML import/export will work. The major issue I ran into was that XPath is deprecated in 2.0, so I have to rewrite all my queries. It is a bit sad, since I preferred the XPath syntax to SQL.


The only option in 2.0 is SQL?

There is JQOM if you like expressing your queries as java objects and functions. XPath is not dead yet, but since it is deprecated, one cannot count on it being available down the road.

Reply via email to