[JBoss-user] [JBoss Portal] - Re: UserModule via JNDI

2006-06-08 Thread Agathon
I was able to resolve this issue. The solution is to create a "jboss-portlet.xml" file and inject the relevant services into the portlet context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950027#3950027 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss Portal] - UserModule via JNDI

2006-06-08 Thread Agathon
Hello all, Since my client is unsatisfied with the current registration/user management features that are bundled with JBoss Portal (i.e. the UserPortlet), I have been attempting to implement my own using JSF, and Spring. What I'm trying to do is grab the UserModule using JNDI. The JNDI lookup

[JBoss-user] [JBoss Portal] - Re: Portlet Style?

2006-05-16 Thread Agathon
These are not mutually exclusive. Right now, I'm using JSF (MyFaces) for the presentation layer, Spring for the business layer, and Hibernate for integration layer. MVC stands for Model-View-Controller and is not a framework per se, but a design pattern that is used in a wide variety of framewor

[JBoss-user] [JBoss Portal] - Redirect on Login

2006-05-16 Thread Agathon
Is there a built-in way to redirect users to a specific portal, based on pre-determined criteria (such as role), upon login? I have found a way to do it; however, it is largely a kludge. Is there a better way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=394