seam
JBoss Seam training
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[详细]
2023-03-15 19:44 分类:问答Starting a Seam 3 project using Maven from scratch
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.[详细]
2023-03-15 17:44 分类:问答How to iterate and dynamically parameterize JPQL queries?
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[详细]
2023-03-15 16:57 分类:问答How do I set query cache on a call issued by the seam engine
@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[详细]
2023-03-15 07:26 分类:问答How to save JSF textbox contents after page refresh?
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[详细]
2023-03-14 21:31 分类:问答TestingNG error in Seam project in JBDS
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.[详细]
2023-03-14 20:29 分类:问答Java/JSF i18n long texts (terms,faq)
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.[详细]
2023-03-14 13:55 分类:问答Problem using ExtendedPersistenceContext and ApplicationException
I\'m trying to use a ExtendedPersistenceContext to implement the detached object pattern using EJB 3 and Seam.[详细]
2023-03-14 09:54 分类:问答Seam Hibernate Validator displaying JSF messages
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[详细]
2023-03-14 08:12 分类:问答Running through entities relation tree instead of sending specific DAO queries
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[详细]
2023-03-13 22:25 分类:问答