Step-By-Step How to deploy Session bean from IBM WebSphere 3.5 samples to WebLogic 5.1.0

This topic takes you step by step through creating a session bean, deploying it to WebLogic Server 5.1.0 and creating a client for it.

Creating a Session Bean


Ok, we're now ready to take off!

Deploying to WLS 5.1.0


WLS51: Finished with 0 Errors, 0 Warnings

WLS console shows something like:

Fri Aug 25 12:06:44 GMT+02:00 2000:EJB home interface: 'com.ibm.ejb.cb.samples.hello.tier2.HelloHome' deployed bound to the JNDI name: 'HelloHome'

Ok, deployment is now complete. Let's make ourselves busy with the client.

Creating a Client