| Author |
Need help in creating a java bean
|
gayatri saripalli
Greenhorn
Joined: Dec 10, 2009
Posts: 1
|
|
Hi ,
I am a beginner in EJB and i need help .
I am using jboss and eclipse galileo.
When i created a new session bean then i had to create the interfaces also ,which i did and then created a .jar file .
After that i am clueless how to go about it .
Any one who can help me would be great help to me.
Thanks,
Gayatri S
|
 |
Siva Masilamani
Ranch Hand
Joined: Sep 19, 2008
Posts: 377
|
|
|
You then need to create client jar file which contains stub and other container related classes and put that jar file in the classpath of the application(coudl be webapplication or Swing application) that is using the ejb.
|
SCJP 6,SCWCD 5,SCBCD 5
Failure is not an option.
|
 |
Mark E Hansen
Ranch Hand
Joined: Apr 01, 2009
Posts: 639
|
|
Eclipse has a set of plugins called JBoss Tools which helps with the creation of J2EE applications.
I downloaded JBossTools from:
https://www.jboss.org/tools/download.html
Note that it's installed via an Update procedure. The above page explains this.
I then used the following tutorial to create a J2EE application which consists of EJBs and servlets:
http://www-wi.uni-muenster.de/pi/lehre/ss09/EAI/tutorials/tutorial_jboss_project.html
I hope this helps,
|
 |
 |
|
|
subject: Need help in creating a java bean
|
|
|