• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

DOJO Queries

 
Ranch Hand
Posts: 603
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter Svensson,
Good Morning/Afternoon/Evening,
i have below Queries on DOJO

1> what is DOJO.? can you give me a practical example explaining DOJO.
A real time example would suffice in case you could provide.

2> uses of DOJO in real term scenario ?Example Please?

3> how effectively DOJO can be used in Weblogic Portal/Portlets?

4> Is DOJO related to Javascript??

5> Advantages and diaadvantages of using DOJO.?

6> Security in DOJO,how secure is DOJO

Last but not the least does the book in the offering cover all the above aspects of DOJO ?

Well,i have loads of more questions ,but for now the above are more than sufficient to be answered.



--
Deepak Lal
 
Author
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Deepak. Here are my answers as bets I can;

1) Dojo is a complete Ajax toolkit which can be used to do anything from adding a nice-looking calendar widget to a page, to create a dynamic fat client in a web page using 2d graphics, layout managers, type-ahead comboboxes, trees and sortable, skinnable datagrids.



2)

http://turtle.dojotoolkit.org/~dante/skewDemo/demo.html
http://dojocampus.org/explorer/
http://ecminstitute.appspot.com/
http://www.feedhub.com/

3)

Don't use portlets. Use a separate client (in Dojo, for example) with clear channels to specific urls for rpc and data on the server. If you absolutely must use portlets, see;

http://www.ibm.com/developerworks/websphere/library/techarticles/0703_wallaker/0703_wallaker.html

4)

Dojo is a framework which is written in JavaScript in the same way that Spring is a framework written in Java.

5)

Advantages: A comprehensive, smart and opinionated toolkit which guide you towards better modularization of client-side logic.
Disadvantages: The number of features are large and can be hard to grasp, also dojo.data, the data abstraction is a bit complex.

6)

Dojo is very secure indeed. A lo of effort has been put into securing cross-domain access, hardening JSON data transfers, and other things.

7) Heavens, no! And no book does, that is in print today. As a matter of fact, my book is the only one to cover certain interesting layout manages and widgets in the dojox (experimental) branch. But a truly *full* book would easily go over 1000 pages and take a while to write.

Cheers,
PS

http://unclescript.blogspot.com/


Hi Peter Svensson,
Good Morning/Afternoon/Evening,
i have below Queries on DOJO

1> what is DOJO.? can you give me a practical example explaining DOJO.
A real time example would suffice in case you could provide.

2> uses of DOJO in real term scenario ?Example Please?

3> how effectively DOJO can be used in Weblogic Portal/Portlets?

4> Is DOJO related to Javascript??

5> Advantages and diaadvantages of using DOJO.?

6> Security in DOJO,how secure is DOJO

Last but not the least does the book in the offering cover all the above aspects of DOJO ?

Well,i have loads of more questions ,but for now the above are more than sufficient to be answered.



--
Deepak Lal

 
Deepak Lal
Ranch Hand
Posts: 603
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Peter Svensson for the answers.
I'm Looking forward to use DOJO for my client side logic in my future applications.

Thanks once again for your precious time and answers.



--
Deepak Lal
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic