I am trying to figure out a bunch of things, all related to creating pure pojo business logic. I think everything is doable, I am just looking for any advice, examples, etc. to accelerate the process.
Here's what I am trying to sketch out. I would like to do all my business logic with a couple different kinds of pojos: "task" pojos that act like session beans, and domain object beans. So, Elements use task beans for all business logic, using callbacks (defined by interfaces) where additional interaction (beyond returns values) is necessary with the view. Task beans will also interact with domain beans via an abstraction of an ORM. I don't know what the UI is going to look like yet, so I'd like to start fleshing this stuff out with JUnit tests, headless and out of container. I'll need to figure out how to inject the necessary callbacks and ORM Manager (or Factory thereof). A few more specific questions... - Can I do Meta data merging out of container? - Anybody built an ORM abstraction that wraps the Rife layer, that could also potentially wrap Hibernate? - Anybody have any example tests that inject a datasource, etc.? Any answers to the above, or any general advice, would be much appreciated. Thanks. - JT _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
