Domanda

we have a application developed using EJB 2.0. we used stateless session beans with ejb timer service. we planned to remove completely ejb but we need the timer service. i come to know JMS provide the timer service, but looking for robust technology.

È stato utile?

Soluzione

If you're looking for an alternative to EJBs I'll probably recommend the Spring Framework

Altri suggerimenti

I thinks most popular timer framework is Quartz,and it's very easy to integrate with Spring Framework

You could use Spring/Quartz, but to keep the things as portable as posible let me suggest you jump in EJB 3.2 (Java EE7). The timer service is simpler and the entire EJB was improved (no more XML). You are familiar with EJB, currently is a good alternative taking into the count your familiarity with the frameworks.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top