This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: Spring Service Injection Cross Context
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Probably, only a few are going to know what this java freak is saying. But, what if you cannnot do Spring Service Injection the normal way, say you for some strange reason actually need to do it cross context? Yes, you could use java.security.Prinicipal but you still have that pesky javax.container.ContainerRequest returing null if out of context. Interesting puzzzle, no?