tags:

views:

63

answers:

1

Is there a way that you integrate an EJB into a Framework? I mean... this will be the framework's own EJB. This is a way of getting it started.

WeeklyTimerBean Tbean = WeeklyTimerBean.getInstance(); 
Tbean.bahbah(etc);

No JNDI connection and it will be on the server. I'm just wondering if there is a way to do this.

A: 

@Daniel Crain, you cannot deny the fact that a specification exists for EJBs.

If it's inconvenient for you, you can wrap it in utility classes.

Maybe something like JBoss Seam is what you want/need? Maybe not?