On 7/25/06, Jason Carreira <[EMAIL PROTECTED]> wrote:
What happened to not coupling code to the framework?

That's one of many factors that should impact a design decision.

Oh please no... please no abstract methods with magic implementations. What 
happens when you go to debug the class?

The debugger would step from your action into the result. You rave
about Hibernate and AOP; how do you debug those?

If you get an exception in your result, the action that led to it will
be in the stack trace; that's more than you can say about the current
state of affairs.

Some people want a simpler, more or less flexible approach in addition
to the current one, and there's nothing wrong with that; I was just
responding with some brainstorming. Feel free to throw out better
ideas.

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to