WebWork in Action now available
After far too long, Jason and I are pleased to announce that WebWork in Action is now available in eBook format and will soon be on shelves. WebWork in Action covers WebWork version 2.1.7 (plus some 2.2 features) in more depth than any other publication currently available. We hope you enjoy it.
"My developers love it! We have already improved a couple of applications because of this book."
- Rickard Öberg, Software Architect, Senselogic, Founder of XDoclet and WebWork OpenSource projects."Well organized and covers all the bases!"
- Anoop Ranganath, Senior Architect, Green Bar Software"Wow! People developing web apps need this. It?s very, very good!"
- Berndt Hamboeck, Senior Architect, SybaseThe WebWork framework implements a simple command/ business-logic and MVC design. It provides out-of-the-box functionality developers need to build well-designed applications that are modular and reusable. Written by its two primary developers, WebWork in Action is the first book to focus entirely on WebWork. Like a true "In Action" book, it is both a tutorial on WebWork and a sourcebook for its use in demanding, real-world applications.
Starting with "Hello World" the Webwork way, the book immerses the reader in practical, how-to material. You will soon know how to configure WebWork and gradually and incrementally master the robust and powerful uses of the framework. WebWork in Action uses the same basic, continuing example used in Manning's Hibernate in Action to show how to integrate WebWork with the popular Hibernate persistence framework.
What's Inside
* Handling data and displaying content with Expression Language and Tag Libraries
* Inversion of Control and WebWork actions
* VelocityType conversion and data validation
* Internationalization and component-oriented design
* Integration of web applications into the Hibernate persistence framework
* Webwork best practices and architecture
Comments
Just purchased the ebook. Its an awesome book which will be invaluable in the next few months as I start to build a Learning Management System. Do you know of any Content Management Systems currently using WebWork?
Many thanks for writing the book.
Posted by: Aneesha | September 24, 2005 12:33 AM
paper book not release yet.
Posted by: scud | September 26, 2005 12:31 AM
I can't get the source code on the manning's website.
please tell me where get it?
thanks.
Posted by: kasen | November 2, 2005 07:25 AM
I can't get the source code on the manning's website.
please tell me where get it?
thanks.
the manning's url can't be connect.
Posted by: kasen | November 10, 2005 02:25 PM
Hi, the link for webwork from the book is not available.
https://webwork.dev.java.net/servlets/Project-DocumentList
thanks/peace
Roosevelt
Posted by: roosevelt sculark | January 10, 2006 09:10 PM
Hi All,
Tank's in advance, I have a problem... I donwlload the latest version of webwork (2.2) from this site, and take this libraries to a new blank-project, but when I configure my servers as the book said...the first elemental example catch exception:
"500 Servlet Exception
java.lang.NoClassDefFoundError: com/uwyn/rife/continuations/ContinuationConfig
at com.opensymphony.webwork.dispatcher.mapper.ActionMapperFactory.getMapper(ActionMapperFactory.java:32)
at com.opensymphony.webwork.dispatcher.ServletDispatcher.service(ServletDispatcher.java:93)"
(resin-2.0.5 or tomcat-4.1) Any ideas?
Posted by: tonicc | February 2, 2006 05:29 PM
There is a new dependency in 2.2 that wasn't covered in the book: rife-continuations-0.1.jar
You can find what all the other dependencies are by looking in the docs/dependencies directory.
Posted by: Patrick Lightbody | February 2, 2006 05:32 PM
Ooopps..in the unziped webwork-2.2 exist the folder, but nothing is inside!! :-P
where I can found all the dependences?
thank's.
Posted by: tonicc | February 2, 2006 05:36 PM