I installed weblogic 10.3.3.
I configured weblogic in eclipse and able to deploy from eclipse.
I developed an EJB and deployed them on the weblogic server from eclipse IDE.
From what I understand, stubs and skeleton classes will be generated when we deploy.
But how do I get those stubs to call it using a standalone client.
Where are these stub clsses located . Can we get them in the form of jar.