By the way. When using @Configured one has to get AspectJ working if I'm not mistaken?
I've been messing with it for a while now and it's not going great. :-/ What I did was install the AJDT plugin for Eclipse and converted my project to a AspectJ project, then I got stuck. How are you who have it working solve the AspectJ part with Eclipse problem? Do you use load time weaving? I can't find a decent manual for the AJDT plugin. On Fri, May 29, 2009 at 12:59 PM, Kent Larsson<kent.lars...@gmail.com> wrote: > Ah, interesting. Thanks for elaborating! > > On Fri, May 29, 2009 at 12:31 PM, James Carman > <jcar...@carmanconsulting.com> wrote: >> On Fri, May 29, 2009 at 4:04 AM, Kent Larsson <kent.lars...@gmail.com> wrote: >>>> I try not to design my domain models in such a way >>> >>> Could you elaborate on this a bit, please? >> >> I kind of "cheat" a bit. When there needs to be something done that >> involves multiple domain entities, I usually push that logic into a >> "service" class rather than into the entities themselves. For >> operations solely involving an entity and its aggregated entities, I >> usually put that into the entity class itself. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org