You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by Ross Gardler <rg...@apache.org> on 2011/04/15 12:34:26 UTC

Something is better than nothing (was Re: Interface vs POJO for Model Objects)

On 15/04/2011 01:26, Ate Douma wrote:

> I think we really should start simple and get something to "play" with
> ASAP.
> As long as we're still in the "prototyping" phase (which I think we'll
> be in for a while), I really don't care a lot about too strong upfront
> design principals.


+1

In cases like this (Interface Vs POJO)where there are two well reasoned 
but conflicting sets of opinions it's probably best to just get on with it.

The problem is how to pick which route to "get on with".

The key deciding factor (at least for me) is which will get us to the 
point of having something to show the "customer" the quickest without 
closing off the alternative route entirely.

> So, I'm +1 to start with just JPA annotated POJOs, but keep an open mind
> for possible other persistence back-end integration and make sure that
> will remain doable. If that ends up requiring refactor to interfaces
> later, fine too.

+1

The key here is the door is always open for someone to make a case for 
the customer needing (as opposed to "possibly wanting") NoSQL.

Ross

Re: Something is better than nothing (was Re: Interface vs POJO for Model Objects)

Posted by Ross Gardler <rg...@apache.org>.
On 15/04/2011 11:34, Ross Gardler wrote:

> +1

Just to be clear, I changed the subject so that my "+1" was referring to 
Ate's lets "get something moving proposal" rather than to the interface 
Vs models discussion.

I do have an opinion on the specific issue but since I won't be coding 
on this any time soon I'm not going to express it. Both approaches seem 
to be perfectly sensible at this point in time.

Ross