On May 28, 2:11 am, Robert Walker <[email protected]>
wrote:
> Phlip wrote:
> >http://java.sys-con.com/node/965189
>
> > I am certainly going back to Java, just as soon as I figure out how to
> > configure
> > Tomcat.
>
> > Until then, anyone care to take on this logic? Has anyone here used Java
> > the way
> > they say they should?
>
> Here is my biggest problem with the entire article:
>
> "Model Driven Framework"
>
> My day job is as a Java developer, and I can testify that this is the
> line of thinking of most Java developers I know. In my opinion "Model
> Driven" design is exactly upside-down. End users don't care one bit
> about how beautiful, or elegant, your model code is. They don't want to
> see a user interface that exposes the design of the model.

Agreed. That's what Behaviour Driven Development (a la Cucumber) is
all about. I can remember a recent example where I was starting with
the model and ending up with attributes I didn't need. When I did it
the BDD way, the models only contained what they needed to support the
views (which the user cares about).

I've learned the hard way (i.e. by maintaining my own crap!) not to
overcomplicate things with factory this and generic-abstraction that.
It takes some experience to know the difference between a simple
solution and a hack/quickfix. I'm still not there yet.

Robert

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to