• 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

OLiA and Server Side Languages

 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know that OL is primarily a front end technology however, data nearly always comes from the server. I know there is a chapter that deals with data binding but does the book cover much in the way of integrating OL with any specific server side technology?
 
author
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes. We cover the back-end implementations for both Struts and Ruby on Rails. Both of these chapters are available as free downloads (just go to www.manning.com/klein). While these two server side technologies were chosen, because they are the most popular and address the widest audiences, we hope to also supplement them with additional server side technologies. Anyone is welcome to contribute a description for other server side technologies, because we don't have the time or expertise to cover every server-side language. We have also set up a www.laszloinaction.com website that will feature updates to the book.

The Ruby on Rails chapter is more complete (demonstrates how to support sessioned applications and data paging), simply because RoR is a more terse language. The Struts chapter also demonstrates how to update an existing Struts application to support a Laszlo application by simply updating its JSP files.
 
reply
    Bookmark Topic Watch Topic
  • New Topic