I want to use SEAM Framework with Hibernate but do not want to use EJB. I cannot use EJB. First question is, can I use EntityManager? or is EntityManager a part of EJB?
I need in my applicatio开发者_运维问答n to get all permissions associated with a specific role with seam ?
I have a problem with IdentityManager and seam. I explain my problem: In my application, I have a page to add permission to a role. The method to save it is here:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m writing an application using Seam 2.2.x which will be deployed on JBoss 5.1.I have an EJB module with all of the business logic en EJB\'s.However, I\'d also lik开发者_JAVA技巧e to have statless s
I am new to SEAM trying out from a generated app some changes.Like implementing a data SelectOneMenu where I can show data from a table in a form.
I am new to the Java / Hibernate / Seam way of development but I appear to have a strange issue with Hibernate and concurrent threads.
I would like to retrieve the message information from the i18n bundle (messages.properties in seam), but I am not sure 开发者_C百科how to pass the declare / pass the jobCount variable dynamically in m
I\'m starting work on a new website (sort of an e-commerce product comparison thing) and I\'m trying to choose what technologies to build it on. I\'ve ruled out PHP and I don\'t think I want to use Py
i am using seam 2.2.0 GA and i have created a project and try to generate entities and ui but it doesnt work and it doesnt show any relevant errors,