I want to know what do @HardCoded annotation. I don\'t found any documentation whe开发者_高级运维n I search in Google.
I am developing a site with Seam 3 and JBoss 7. I\'m using Seam security and JSF. The front page of the site has the login controls. When the user enters his credentials he is redirected to his user p
i have following construct: @Named public class SpecificAction extends BasicAction { public void calulateSomething(ValueChangeEvent event) {...}
How can I use the remember me feature of seam security 3??? I try the seam 2 way but it does not work...
I\'m working on a simple project. My site will have only 2 pages. The front page, with the ogin and register controls, and a user page, that the user will be redirected after logged in or registered.
I use Seam3 + maven + jboss7 combination in my development. Would it be possible to optimize the loadup time when I do
I cannot seem to find where is @DataModel and @Data开发者_如何学运维ModelSelection in Seam3 (as opposed to Seam2). In what Seam module are they defined? If their name has been changed, what is it curr
I\'m building a new project using Seam 3. I don\'t understand what the 开发者_StackOverflow社区difference is between Weld archetype and Seam Forge. Both of them help us to build a simple project templ
After migrating to CDI/Seam 3 I\'m getting these messages in my server log: WARN: Cannot attempt extension on null.
is there any way to customize seam 3 credentials object? I need to add one more attribute to credentials (captcha). I tryed the following code: