• 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

PHP or Java in Ajax for Web Application Developers Book

 
Ranch Hand
Posts: 502
jQuery Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kris,

1. To explain the concepts, which language you used mostly? PHP or JAVA?

2. Any open source libraries which implements AJAX is covered in this book?

3. any chapters on MVC pattern?

Thanks
Prabhu.
[ December 19, 2006: Message edited by: Prabhu Venkatachalam ]
 
Author
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Prabhu,

The book uses PHP as the server-side language of choice. I also have a chapter that shows an ASP.NET example with C# and another with ColdFusion. I do not cover any open source libraries, instead I explain how to create your own reusable libraries by developing Ajax-enabled components. I cover a few different patterns in the book, MVC, Observer and something I call the Data Refection Pattern, which allows you to create a collaboration engine for an IM or e-mail application for example.
 
Prabhu Venkatachalam
Ranch Hand
Posts: 502
jQuery Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kris,

Thanks for your prompt response.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic