REST advocates web applications without client state on the server. The famous shopping cart example is translated to a resource which typically resides in a database.
Our product ecosystem: Web/Enterprise Application using EJB in Glassfish V3 and Post开发者_如何学编程greSQL 8.4.
Is there a way of forcing the hbm2java goal of hiber开发者_StackOverflow社区nate3 maven plugin to generate java classes with hibernate annotations instead of ejb3 annotations? I really do not need ejb
I would like to use the JBoss web-console to view bean statistics.I read in a book (\"JBoss: A Developer\'s Notebook\") that bean invocation statistics are visible when drilling down through web-conso
The Java EE 6 Tutorial says: To improve performance, you might choose a stateless session bean if it has any of these traits:
My web server would be overloaded quickly if all the work were done there.I\'m going to stand up a second server behind it, to process data.
With the new EJB 3.1 spec is it possible to inject an EJB into a pojo?I know in EJB 3.0 the @EJB annotation could be used to开发者_开发技巧 inject an EJB but this did not work on simple pojos.
I have started learning EJB. I like to know wh开发者_运维知识库ich is best application server for beginner to learn EJB...I would recommend an open source server as there are plenty good ones availabl
How can i can achieve remote transaction while using Remote EJB (over RMI/IIOP or RMI/JRMP). Is that JBoss 4.0 support this kind of transaction or开发者_StackOverflow should i use jotm or atomikos?
have you used spring and EJB together in 开发者_运维问答a project? It it\'s good or not. And how, what you used spring and EJB for?