[JBoss-user] [EJB 3.0] - Re: coolness: built-in DI (IoC) and other forms of goodness

2006-03-27 Thread epstein
u, make that "EJB 3.0 dependency injection annotations only works in EJB objects -- not generic POJOs" oh well, I have to take it all back... no, seriously, I got that wrong, but it's still cool. Some automation is better than none and, last time I checked, SpringFramework (et. al.) plays

[JBoss-user] [EJB 3.0] - coolness: built-in DI (IoC) and other forms of goodness

2006-03-27 Thread epstein
OK, random obnoxious dissing aside, I'm going through some EJB3 intro material on the JBoss site and am beginning to smile again about standards-based J2EE development. At long last. And I know there's a real debt to Gavin and other Hibernate folks for getting the standards going in the right

[JBoss-user] [EJB 3.0] - Re: Are EJB3 Stateless Session beans as boneheaded as they l

2006-03-27 Thread epstein
Thanks for all the great, no wait, make that insanely great hints and advice. My sarcasm (arrogance?) came from reading the JBoss trail. On-and-on about how things are decoupled... sounds nice, then the switch to an example and the example shows: by default, things are coupled via a name... K

[JBoss-user] [EJB 3.0] - Are EJB3 Stateless Session beans as boneheaded as they look?

2006-03-24 Thread epstein
OK, now that the flame baits out of the way Following the EJB3 trail I read: <> OK, sounds reasonable and might even be 1/2 as useful as old-fashioned Objective-C / SmallTalk dynamic method invocation, but the kicker is the example. You look up the stateless session bean via JNDI. And