Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

about EJB

  Asked By: Kristopher    Date: Oct 07    Category: Java    Views: 453
  

i am learning EJB.
but i have one prob.

does any one know how to run EJB??
since i am getting some error in server.log file of
jboss.

Share: 

 

5 Answers Found

 
Answer #1    Answered By: Mario Ryan     Answered On: Oct 07

Can u tell me that what kind of program u want to make
using EJB, Are u creating Entity Bean if yes then what
database u are using...

 
Answer #2    Answered By: Garry Sanchez     Answered On: Oct 07

in my appl. named Cargo Mgt Sys.
i have to make some validation and database
connectivity.
not know so much in detail abt EJB.
Which bean to be used plz tell me.

 
Answer #3    Answered By: Chung Tran     Answered On: Oct 07

If ur Application uses database then you have to
create Entity Bean but first u have to decide that
which database u want to use becoz you have to apply
some changes in ur Application server  (JBoss)
according to database actually we have to tell the
datasource to Application server. I think mysql
database is suitable for ur Application, if u don't
have mysql then u can use Access also. First u tell me
about the database u want to use and tell me something
more about ur knowledge in Java means what is ur
comfort level in java programming, Have u worked with
jdbc,rmi etc this will be helpful to me to explain u
more about EJB.

 
Answer #4    Answered By: Salvador Alexander     Answered On: Oct 07

it is obvious that you have no clue about EJBs.
EJBs are NO java beans.

You should read about EJBs at http://java.sun.com.

 
Answer #5    Answered By: Andrew Bryant     Answered On: Oct 07

> You should read about EJBs at http://java.sun.com.

A better link is
java.sun.com/developer/onlineTraining/EJBIntro/ which is "a
Short Course introducing Enterprise JavaBeans(EJB) technology ...".

 
Didn't find what you were looking for? Find more on about EJB Or get search suggestion and latest updates.




Tagged: