• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Why DOJO ?

 
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Authors,
I have been working on a web application which also involves some javascript coding. I have been using some JS libraries like jQuery, prototype, script.aculo.us. Whats new with Dojo and why do you think Dojo is important to learn for writing web applications? Is the book intended for beginners or advanced users of JS?

Regards,
Reghu
 
Author
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Reghu,

My book is aimed towards JavaScript beginners which have some solid knowledge of another C-like language (Java, for example).

The reason I recommend Dojo is that it is a one-stop-shop, with functionality like;

Cross-browser 2D graphics and charting
Hierarchical extendable widget system
Generic offline storage
Message bus
Data abstraction between widgets and data sources
Unit testing
Customized builds
Internationalization (i18n) for all widgets, including BiDi support
WAI/ARIA support for screen-readers
et.c.

Cheers,
PS

http://unclescript.blogspot.com/
 
Reghu Ram Thanumalayan
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter,
Welcome to javaranch and thanks a lot for the response. The functionality you have listed is pretty comprehensive for a JS framework and I will definitely take a look at DOJO sometime very soon

Regards,
Reghu
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter,

Is DOJO is browser dependent? and What pre-Cautions should be taken in the intial stages of project.
 
Peter Svensson
Author
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Praveen. Dojo is cross-browser compatible; IE6 and Up, Safari 1.x, FF1.2 (IIRC), Chrome 0.3 and so on.

Cheers,
PS

http://unclescript.blogspot.com/
 
30 seconds to difuse a loaf of bread ... here, use this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic