• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

"Tapestry in Action" - Release Announcement - Manning

 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
======================
MANNING PRESS RELEASE
======================
Manning Publications releases
Tapestry in Action
Written by the creator of Tapestry
Greenwich, CT, March 2004 -- Manning Publications announces the publication of the definitive guide to the Tapestry web application framework for Java, written by a recognized expert, the creator and principal architect of Tapestry, Howard M Lewis Ship.
Many web development frustrations can be traced back to the underlying stateless HTTP protocol. Tapestry represents state and behavior as standard Java objects, methods, and properties. That means state management and multithreading are handled by the framework, leaving developers with just the application�s business logic. By using components, highly reusable building blocks, and creating new ones, Java web developers can create richly interactive robust applications with modest effort.
Tapestry in Action contains many simple examples to show how to tackle common tasks such as form validation, application localization, client-side scripting, and synchronization between browser and app server. In later chapters the author discusses more advanced topics including creation of new components and integration with J2EE. Those familiar with Java web development as well as basic HTML and XML will quickly learn a better and easier way to build web applications. Read sample chapters and other content from Tapestry in Action at www.manning.com/lewisship.
Tapestry in Action is the fourth book to be released through the Manning Early Access Program. MEAP is an innovative subscription program developed by Manning which delivers each chapter to subscribers as soon as it is finished, months before the book is actually published. The book is released chapter by chapter in electronic PDF form until the entire contents are released in ebook form. The print edition follows.
About the Author �
A professional software developer with fifteen years of experience and a member of the Apache Software Foundation, Howard Lewis Ship is the creator and the principal architect of Tapestry.
 
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
THought this book is already on sale for some time.
It is reviewed(with 5 horseshoes) by JavaRanch and theserverside already.
reply
    Bookmark Topic Watch Topic
  • New Topic