« Spring and WebWork, together | Main | WebWork + Ivy = Awesome »

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, Sybase

The 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

TrackBack

TrackBack URL for this entry:
http://blogs.opensymphony.com/mt/mt-tb.cgi/185

Listed below are links to weblogs that reference WebWork in Action now available:

» WebWork in Action now available from OpenSymphony
(Note: This is a re-post from the WebWork blog, please comment there) 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... [Read More]

» WebWork in Action now available from Blogbody
Many of you probably already saw this on the official WebWork blog or official OpenSymphony blog, but my book is finally released! Check out the details here.... [Read More]

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.

paper book not release yet.

I can't get the source code on the manning's website.
please tell me where get it?
thanks.

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.

Hi, the link for webwork from the book is not available.
https://webwork.dev.java.net/servlets/Project-DocumentList

thanks/peace
Roosevelt

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?

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.

Ooopps..in the unziped webwork-2.2 exist the folder, but nothing is inside!! :-P
where I can found all the dependences?

thank's.

Post a comment