EJB Section Index | Page 25

How do I introspect a bean at run time to discover its type(s) and available methods?

What makes a Java class an enterprise bean?

What is a container?

How do I implement a logging system in my beans?

How do enterprise beans access native libraries?

What are all the different kinds of servers? (Such as Web Servers, Application Servers, etc)

How can my JSP page communicate with an EJB Session Bean?

Is entity data persisted at the end of a transaction or at any time?

What are the constraints or drawbacks of container managed EJB's ?

How can I access my EJBs from COM environments such as VB?

How do beans manage resource connections to back-end services other than databases ?

How do you configure a session bean for bean-managed transactions?

How do you configure the transaction characteristics for a session bean with container-managed transactions?

How does an entity bean obtain a JTA UserTransaction object?

Is it possible for a stateless session bean to employ a JTA UserTransaction object?

About | Sitemap | Contact