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
=============================================================...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Q_22119937.ht...
Can mobile devices running J2ME connect to EJB3 containers?
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/EJB/Q_22490793.html
Hi,
i need help for struts with ejb3.How call ejb from struts ?
please help me..
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_235311...
Zones:
Struts,
EJB,
JNDIDate Answered: 08/27/2008 Grade: A Views: 4
1. What's the difference between EJB3 and the Spring framework?
2. Can distributed applications be created using Spring?
Thanks
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/Q_224907...
What are the advantages and disadvantages of using EJB3 in not-too-big projects?
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/EJB/Q_22490800.html
Zones:
EJB,
J2EEDate Answered: 05/02/2007 Grade: B 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 ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/EJB/Q_23460619.html
Zones:
EJBDate Answered: 06/23/2008 Grade: B Views: 58
If II annotate my session bean like that:
@Stateless ( name="UserFacadeBean", mappedName="UserFacadeRemote/remote")
public class UserFacadeBean implements UserFacadeLocal, UserFacadeRemote {
}...
http://www.experts-exchange.com/Programming/Theory/Software-Design/Q_23793062.html
I have the following code where i am trying to persist and object to the database, my logic for this code is probably way off so if you have a better suggestion let me know. As the code stands now...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22156755.html
Zones:
JavaDate Answered: 02/13/2007 Grade: B Views: 30
Hi Experts,
I need your suggestions and idea regarding the scenario we have designed for our EJB-based Banking system. I would appreciate if you give me advice and/or share your experience on this...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Q_23427077.html
Zones:
J2EE,
Java,
EJBDate Answered: 06/07/2008 Grade: B Views: 0
I am using EJB3 persistence, JBoss, MySql. I am able to have an entity with one primary key marked with @Id where this key is an autogenerated field with the annotation @GeneratedValue(strategy=Ge...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/EJB/Q_23819290.html
Zones:
EJB,
J2SEDate Answered: 10/18/2008 Grade: A Views: 188