Enter Keywords:
1 - 10 of 22(0 seconds)
Sort By:
 
Hi friends, im trying to work a sample ejb3 on my jboss 4.0.4, but when i deploy i get the following error. Can any one help me =============================================================...
Zones: Application ServersDate Answered: 06/18/2007 Rating: 6.2 Views: 6
Can mobile devices running J2ME connect to EJB3 containers?
Zones: EJB, Ja...Date Answered: 05/02/2007 Rating: 7.8 Views: 0
Hi, i need help for struts with ejb3.How call ejb from struts ? please help me..
Zones: Struts, JNDI, EJBDate Answered: 08/27/2008 Rating: 6.8 Views: 0
Dear fellow Java developers: I am having problems running a very basic EJB3 application to run.  The code is actually the source code from the Manning book, "EJB3 in Action"  http://manning.com/...
Zones: EJB, Eclipse, JBoss App...Date Answered: 05/08/2009 Rating: 8.8 Views: 12
Hi everybody, I've recently heard about ejb3, and it interest me for a project: I will have a main site(an admin platform), who will use hibernate. The problem, is that I would to access t...
Zones: EJB, J2EE, JavaDate Answered: 06/20/2009 Rating: 7.7 Views: 0
How to call Session bean's method at application startup in EJB3? I am using EJB 3 and Websphere 7.0. I do not want to use web components like servlet etc.
Zones: EJBDate Answered: 10/06/2009 Rating: 7.4 Views: 81
1. What's the difference between EJB3 and the Spring framework? 2. Can distributed applications be created using Spring? Thanks
Zones: Java Application ServersDate Answered: 05/02/2007 Rating: 7.0 Views: 4
What are the advantages and disadvantages of using EJB3 in not-too-big projects?
Zones: EJB, J2EEDate Answered: 05/02/2007 Rating: 8.0 Views: 5
Hi all, I've got an entity which defines a column as CLOB (Oracle 9i, EJB 3), e.g. @Lob @Column(name="FullText") private String fullText; Now when I try to set this from my application ...
Zones: EJBDate Answered: 06/23/2008 Rating: 8.1 Views: 16
If II annotate my session bean like that: @Stateless ( name="UserFacadeBean", mappedName="UserFacadeRemote/remote") public class UserFacadeBean implements UserFacadeLocal, UserFacadeRemote { }...
Zones: Software Design, JNDI, EJBDate Answered: 10/20/2008 Rating: 6.8 Views: 201