hi friends,
I am new to
EJB's and working in IBM WebSphere. In want to write
1.sampleHome (home interface)
2.sample (bean interface)
3.sampleBean (bean class)
4.sampleClient (client code)
I created the first 3 by File|New|EJB project and placed these home interface,bean interface,bean class in the folder.
Sample EJB
EJB Modules
com
ibm
pbw
ejb
samplehome.java
samplebean.java
sample.java
Now my problem where to write this client code sampleclient.java
and how? (I mean File|New|??|??)?
After writing the client code , how to run the ejb?
Please remember that I am working in Websphere
bye
priya.