I\'m trying to find a training for JBoss Seam framework for my company, but the only one that I found is the one 开发者_StackOverflow社区provided by JBoss themselves, which unfortunately have been alr
I want to start writi开发者_如何转开发ng a Seam 3 project from scratch using Maven and configure it to be deployable to both of Glassfish 3.1 and JBoss 6 or 7.
I have a page with simple ID as a URL param. What I do now is run a query to return a number of associated entities that basically need to get iterated over: I need a schedule of games to be returned
@In Identity identity; Boolean newValue = identity.hasPermission(target, action); Any call to the above method also does a \"select role from Role r\" call, which is called from the underlying seam
What is the easiest way to save text that use开发者_JAVA技巧rs type into the following JSF HTML textbox, so that the text stays in the textbox even after the page is refreshed (e.g. for when the user
I am trying to start a seam project in jboss developer studio 4 GA and following this tutorial: http://docs.jboss.org/tools/3.1.0.GA/en/GettingStarted开发者_如何学CGuide/pdf/Getting_Started_Guide.pdf.
in most cases i just have a lot of short text strings combined somewhere in the page. But on a few occasions i have just a page with long static text, like terms or faq.
I\'m trying to use a ExtendedPersistenceContext to implement the detached object pattern using EJB 3 and Seam.
I have an application that uses Seam 2.2.2- JSF 1.1 - Hibernate Validator 3.1.0.GA. I am trying to display custom messages using hibernate validate message=() option. message=() gets displayed for oth
as you know, in Seam there are no problems with LazyInitializationException when reading entities\'s references to subobjects. So is there any problem if I favor running through the tree of relations