In the CustomerTransactions entity, I have the following field to record what the customer bought: @ManyToMany
What is difference between No-Interface View and Interface View in EJB? Advantag开发者_StackOverflow社区es and disadvantages of both of them.AFAIK EJB 3.1 no-interface view means that the local inter
We have ported an EJB applicationfrom BEA Weblogic 8.1 to Glassfish 2.1. The client is accessing the server through RMI, no web client.
Below is my understand that JTA/ JTS handle transaction time out issue. But I cannot find my document or material to back my understand. Is my understand right? Do u know any material is refer to this
I\'m开发者_StackOverflow中文版 trying to create simple EJB + JPA project in Eclipse (Indigo). I created new EJB project where:
What is the relationship between java:comp/env and java:global (regarding 3.1 spec)? Seems like java:comp/env contains specific to EJB refer开发者_如何学Cences.
I have a super entity class with Inheritance strategy TABLE_PER_CLASS defined in my EJB project. I tried to use EJB3Unit for unit testing but only to realize that Inheritance strategy TABLE_PER_CLASS
I have a stateless bean which manages my timer service: @Stateless @Depends(\"jboss.ha:service=HASingletonDeployer,type=Barrier\")
I have 2 different Netbeans projects: an enterprise applic开发者_JS百科ation holding 2 EJBs and a web application which uses these EJBs.When I deploy, I deploy them each separately (one as an EAR and
Any one tell, is it better to use EJB for datahandling(1.functions- like calculations ,2.database handlingand when database remote & local) in swin开发者_开发知识库g applications and