• 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

EJB directory Structure and Look up string

 
Greenhorn
Posts: 10
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello friends,
I have 2 quesitons

1. What is the directory Structure of a EJB program. Like where to place .jar,.war,.class,.xml files. Not asking about Development using IDE like eclipse
2. How can we access the EJB object for a remote and local interfaces.
Please anybody help me i am new to EJB i am using JBOSS as AS
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Khazz,
1) This page describes it well. Note there is no such thing as an "ejb application." There is an enterprise application containing ejbs and web components.
2) EJB 2.X or 3.0? It's quite different.
 
khader shafeeq
Greenhorn
Posts: 10
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using EJB3
reply
    Bookmark Topic Watch Topic
  • New Topic