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.