| Author |
hoq to make EJB interface using Netbeans
|
anarkali perera
Ranch Hand
Joined: Sep 10, 2009
Posts: 237
|
|
this example is from Man in Action ejb.
i need to know hwo to make a EJB intereface using Netbeans.
i know how to make a EJB class.
Right click the EJB Module and NEW --> SessionBean
i need to to how to make EJB interface
this is my interface
|
 |
Leonardo Carreira
Ranch Hand
Joined: Apr 07, 2009
Posts: 482
|
|
yes, you're right..
if you use Netbeans, just click right on the Enterprise Beans and then select Session Bean..
and then you would see the dialog box to select the interface that you want to build (local interface and remote interface)..
and don't forget, you should provide package name also..
|
Sorry, perhaps my english language isn't too good.. Prepare for SCJP 6, Please God help me.. ☼
References : [Java.Boot] [JavaChamp] [JavaPrepare]
|
 |
 |
|
|
subject: hoq to make EJB interface using Netbeans
|
|
|