This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes its legal for ejb to implement only java.lang.Runnable interface? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "its legal for ejb to implement only java.lang.Runnable interface?" Watch "its legal for ejb to implement only java.lang.Runnable interface?" New topic
Author

its legal for ejb to implement only java.lang.Runnable interface?

chaowang wangchao
Greenhorn

Joined: Dec 25, 2012
Posts: 2
question as $sujbect, for example like :

@Singleton
public class App implements Runnable
{
... ...
Lucas Smith
Ranch Hand

Joined: Apr 20, 2009
Posts: 804
    
    1

Why do you want to do such a thing?


SCJP6, SCWCD5, OCE:EJBD6.
BLOG: http://leakfromjavaheap.blogspot.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: its legal for ejb to implement only java.lang.Runnable interface?