Login Register

Porting DOJO 0.4.3 to 1.1

Hello,
I have what I can call inherited a legacy DOJO 0.43 application which I need to port to the latest stable version. The application uses DOJO with REST + JSON, all of which I pretty new to me.

First question, will DOJO 1.1 work fine with REST+ JSON as I haven't seen much discussions about using REST etc any where.

The second one is about a the porting guides, I found one for porting from 0.4 to 0.9, but none for porting other versions. Is it me not able to find it or one doesn't exist.

Third question is about the lfx packages, The existing code that I have makes lots of references to dojo.lfx and dojo.lfx.extras packages but they don't seem to be part of new releases.

Any help will be highly appreciated.

The REST and whatnot is

The REST and whatnot is still apart of dojox.rpc (afaik) ...

The porting guides, while versioned, apply to everything. 0.9 was the biggest API switch, and you should read that guide to get up to speed. Then skim the shorted guides should you find anything not covered in the 0.9 guide
(which is named 0.9 because it was written while developing and porting stuff during the transition.

Thanx

Thanks mate!