I have the following code: @Name(\"myService\") @Scope(ScopeType.APPLICATION) @Stateless public class MyService {
i have a JSF/Seam Page and added a new not HTML Interface. I reused the business logic, so StatusMessages.instance().add is used everywhere.
i already know that when using quartz and we dont want concurrent jobs, we need to implement the StatefulJob and the jobs wont run simultaneously but i wanna know what does it mean that new t开发者_开
i have a Backing Bean in which i read parameter which are not bound to a component. Seam offered that to read get parameter. I used
The Problem We have a swing based front end for an enterprise application and now are implementing a (for now simpler) JSF/Seam/Richfaces front end for it.
In my Java/Seam/JbossAS app, I decided to externalize my Model classes (hibernate entities) and moved them into another project. The project produces model.jar, which is then used by the main app. The
This is my first question so let me know if I\'m doing something I shouldn\'t. I have searched 开发者_开发技巧the Seam documentation and the forums about eagerly loading components in Seam, which norm
I am using the seam framework and when I render .xhtml file (which contains stManagerImpl) it开发者_Python百科 should create an instanse of stManagerImpl. But it gives me an exception:
I have a project (EJB 3.0, packaged as EAR) with a view (JSF 2.0) and persistence (JPA 2.0, Hibernate) layer. To avoid the lazy initialization support and other issues I tried to introduce a Seam Mana
I am trying a simple thing in Seam using rich faces. i am displaying a list of checkboxes from another source like Ldap (groups or roles) and I want to persist the checked ones to my own table for gro