[jboss-user] [JBoss Portal] - Re: How to configure the portal from code

2007-02-05 Thread MLipp
Thanks for replying, special thanks to Antoine. I had the wrong question in mind when I was searching for an API. After all, you simply deploy anything in JBoss, don't you, even portal pages ... - Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40112

[jboss-user] [JBoss Portal] - Re: How to configure the portal from code

2007-02-02 Thread Antoine_h
question : why can't you use the usual *-object.xml to describe the pages, windows etc... of your portal ? and put all this in a webapp (.war file) and deploy it like that ? do you have a specific need ? seems more simple to use the xml descriptor than programatically write all this setup of you

[jboss-user] [JBoss Portal] - Re: How to configure the portal from code

2007-02-02 Thread [EMAIL PROTECTED]
Yes you can use the roleModule and userModule. As a less clean process, you could also direclty access the database, it would work as of today. (there are 3 tables, one for users, one for roles and one to set roles to users.) Information like portal object information (pages, windows...) are st