• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help in EJB.. plz basics

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ..

I am new to EJB. I need some help. I wrote a sample ejb application, a stateless session bean. I am using java app server.. i created ejb-jar file.. The following are questions:

what is build file..
where do i place my ejb-jar file.. and what shoud be the directory structure..

plz help..
regards krsna..
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A "build file" is not part of the J2EE specification, but is a useful thing to have when building J2EE applications. It is a file used in conjunction with a build tool (such as Ant) and wraps up the steps needed to build your application.

ejb-jar.xml is put in the META-INF directory of your ejb jar file. Have a look at this, which will hopefully make it clearer.
 
krsna Lee
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you, Mr. paul.

It was indeed quite helpful.
reply
    Bookmark Topic Watch Topic
  • New Topic