atom feed2 messages in org.apache.struts.userRe: Pull MVC
FromSent OnAttachments
Ted HustedJan 12, 2001 4:47 am 
Craig R. McClanahanJan 12, 2001 9:35 am 
Subject:Re: Pull MVC
From:Craig R. McClanahan (Crai@eng.sun.com)
Date:Jan 12, 2001 9:35:39 am
List:org.apache.struts.user

Ted Husted wrote:

So, for discussion purposes, enter < http://java.apache.org/turbine/pullmodel.html >

"Imitation is the sincerest form of flattery." :-)

Seriously, the problems that Pull Model solves for Turbine apps was the primary motivation for implementing nested and indexed property handling in Struts.

It's going to get even better if we succeed in implementing property getters that can transparently access information from a tree of Java objects (the current model), a JDBC RowSet, or an XML DOM structure -- all *transparently* to the page designer. For more powerful accessing capabilities, I also want to look at XPath expressions -- again, with the underlying data architecture being transparent, so that the business logic developers can remodel things to their heart's content.

The only agreements that will be needed between business logic developers and page developers are the names of the action mappings, the names (and scopes) of the relevant beans, and the access paths to the relevant properties.

Craig McClanahan