0
votes
Application server - to use or not use?
An application server is an architectural solution. You have to use it if you are going to think different reusable modules of your application. If you don't mind that your services should be imple …
0
votes
Is using data transfer objects in ejb3 considered best practice
I think DTOs existence is related to JPA/Hibernate flaws. If you could always do transparently lazy initialization you will never use them. So using DTOs is a contract where my domain/work …
0
votes
creating a queue in JBoss MQ
You also have to add the destinationManager to the queue declaration. Try this:
<mbean code="org.jboss.mq.server.jmx.Queue"
name="jboss.mq.destination:service=Queue,name=MyQue …
