Hello World application with EJB
#1

Hello World application with EJB

[attachment=18343]

Steps to be followed
1. Component development
* Describe Remote interface
* Describe Home interface
* Implement the Bean class
2. Write deployment descriptor(s)
3. Package in an archive (jar file) all EJB files
4. Deployment into the container
5. Implement the client application
4
Remote interface : HelloWorld.java
z Corresponds to the interface description
z Gives the list of the methods the client can call


Home interface : HelloWorldHome.java
z Provides methods for the client to create, find or remove an EJB.
z To use an EJB, a client must first get a reference to its Home
interface using JNDI (Java Naming and Directory Interface).
z The create() method returns a reference to the EJB remote
interface (HelloWorld).



Packaging and deploying the EJB
z An EJB must be packaged in a “.jar” file containing
ª Class files
ª Deployment descriptors
z In order to be used, an EJB must first be deployed
ª Copy the jar file in a specific directory for the container to get it from
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: technical seminar topics for it on java in ejb, bank operations using ejb**nada, elokmat paper hello chalisgaon**4## **hvdc and facts abstract, bank operations using ejb, hello kitty for incredimail, hello project, hello project jimmysho,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  APPLICATION OF CARBON NANO TUBES IN FLEXIBLE ELECTRONICS seminar paper 1 1,797 02-02-2013, 04:47 PM
Last Post: seminar details
  Mobile Application Development with ANDROID seminar addict 1 3,169 29-11-2012, 02:28 PM
Last Post: seminar details
  APPLICATION OF NON-CONVENTIONAL & RENEWABLE ENERGY SOURCES seminar addict 1 2,010 29-10-2012, 01:37 PM
Last Post: seminar details
  The Application of Back Propagation Neural Network of Multi-channel Piezoelectric.... project uploader 0 1,140 09-06-2012, 05:32 PM
Last Post: project uploader
  UNIFIED LIBRARY APPLICATION seminar details 0 2,539 09-06-2012, 03:07 PM
Last Post: seminar details
  Mobile Agents for World Wide Web Distributed Database Access project uploader 0 1,246 08-06-2012, 03:01 PM
Last Post: project uploader
  electric application of Carbon nanotubes seminar details 0 814 08-06-2012, 01:06 PM
Last Post: seminar details
  Mobile Agents for World Wide Web Distributed Database Access project uploader 0 1,034 07-06-2012, 05:44 PM
Last Post: project uploader
  H-Shaped Dielectric Resonator Antenna for UWB application seminar details 0 877 07-06-2012, 05:01 PM
Last Post: seminar details
  SIM APPLICATION TOOLKIT(SAT) seminar details 0 746 06-06-2012, 05:33 PM
Last Post: seminar details

Forum Jump: