How Do I: Use an Enterprise JavaBean in a Web Application?

If you want to use a session (or entity) bean from a web service or page flow, you can use the standard J2EE approach to locate and reference the bean, that is, by obtaining a reference through jndiContext. Alternatively, in WebLogic Workshop you can use an EJB Control. The current topic provides pointers on how to create and use an EJB control:

Samples

Java Control Samples

callJavaControlController Sample

Related Topics

Guide to Building Page Flows

Getting Started with Web Services