The StoreController class is the main backing bean for this example.
StoreController类是本例中的主要后台 bean。
The StoreController servlet fetches the product categories information using the getCats() method of a stateless session EJB called CategoriesBean.
StoreControllerservlet使用称为CategoriesBean的无状态会话EJB 的getCats()方法获取产品类别信息。
The StoreController servlet fetches the product categories information using the getCats() method of a stateless session EJB called CategoriesBean.
StoreControllerservlet使用称为CategoriesBean的无状态会话EJB 的getCats()方法获取产品类别信息。
应用推荐