• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Learning Dojo: Markup Language?

 
author
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you find customers asking for a markup based approach to building Dojo Apps. I noticed in the dojox package, the Wires framework is an option. Any thoughts
 
Author
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I haven't used wires much. The presentations I have seen have used it more as a very complex routed message bus.

Customers normally have rather vague ideas of what they want to do, but I generally deliver all my projects as custom widgets, which are easier to reuse (both for me and customer), and which also uses client-side markup with variable substitution etc.

Cheers,
PS
 
reply
    Bookmark Topic Watch Topic
  • New Topic