Ramsey Gurley does a great job of explaining the D2W rules system (and why Project Wonder is invaluable) in this article on the wiki.
A highly recommended read.
Ramsey Gurley does a great job of explaining the D2W rules system (and why Project Wonder is invaluable) in this article on the wiki.
A highly recommended read.
Project Wonder’s ERExcelLook is a framework that leverages Direct To Web and the ExcelGenerator framework to easily generate Excel exports. I just finished a short screencast on adding it to an existing project. The topics covered are:
Links for the screencast:
I hope you enjoy it, let me know what you think.
Update: Dave Holt points out that you can specify the worksheet name by adding it in parenthesis as the first item in your displayPropertyKeys
array. i.e:
(
"(WorksheetName)",
"title",
"dateReleased",
"category",
"studio.name"
)
WOWDC 2009 West (held just before WWDC) was an outstanding success (and I’m not just saying that because I presented 🙂 ) We had a gathering of very knowledgeable and talented WO developers and the conversation over dinners and breaks was as illuminating and educational as the sessions themselves.
Pascal is working feverishly on hammering the videos into shape and working hard on planning WOWODC 2009 East to be held in Montreal late in August.
Our plan for WOWODC 2009 East is for a conference focused on getting novice WO developers up to speed on the tools and frameworks. The sessions we have planned should teach you how to setup and use the tools, understand the frameworks, and build your applications using the best practices around.
However, this year’s WOWODC West also made it clear that there is a lot of value for more advanced developers in simply being able to share their experience with one another. So we are thinking about adding a second track to WOWODC East. A second room for more advanced sessions, labs, and case studies.
For this to happen though, we will need your help. Are you interested in hanging out in Montreal with a bunch of other crazed WO developers? Would you be interested in hosting a lab, presenting a case study, or giving a session on a topic that is near and dear to your heart? Either way, please take a moment to fill out our latest survey (hosted by the kind folks at survs.com).
We also heard from several people that they didn’t know about WOWODC West and/or the other surveys we’ve run this year. If you know of any WebObjects developers who don’t follow the mailing lists or Twitter feeds (wowodc, wocommunity), or know about the WOCommunity organization, please spread the word!
A Direct To Web Look is a set of templates for the common task pages that defines the look and feel of the application. In the bad old days the templates were heavily table based and many of your rules would end up setting display parameters (like table cell background colour etc.)
Thankfully this is changing. I demoed Ravi Mendis’ amazing ERDivaLook (now part of Project Wonder) at WOWODC 2009 West, but since then several others have come to light. So here is a list of the Looks that I know about (excluding the ones from Apple)
If you know of any other D2W Looks that are released into the wild, or have any additional experience with any of these. Let me know.
Update: Oops, forgot Guido’s EVDirectToWeb
At WOWODC this weekend I gave a talk on Direct To Web that spurred a lot of interest which I was thrilled to see.
Getting started with D2W is not an easy task and I owe a massive debt to the two chapters in the Wrox book: Professional WebObjects 5.0 with Java which is sadly out of print. The book was a team effort but I believe that Jim Roepcke wrote those two chapters and is still involved in the WebObjects community. I would like to send a big thanks his way.