Recently my team members published several how-to docs and guides on customizing GateIn Portal which applies to Enterprise Portal Platform (EPP) in most cases as well. Here is a compilation of those docs in one place:
The first two articles use extension mechanism which means that there is no or very very minimal change to OOB GateIn. I believe these docs should help you do an efficient customization of GateIn for your use.
- How to Create a New Portal on existing portal container with starter maven project: http://community.jboss.org/wiki/Createanewportalusingextension
- How to Create a New Portal Container with starter maven project: http://community.jboss.org/wiki/Createanewportalcontainerusingextension
- How to customize landing page on login and logout based on user's role http://community.jboss.org/wiki/Redirectausertopageonloginlogoutbasedonrole
- A community member took a different approach of creating a new portal without using extension : http://community.jboss.org/wiki/StepsToCreateANewPortalFromSample-Portal
- Send email to admin when a user registers or when there is x number of successive failed login attempts. See http://community.jboss.org/wiki/Sendingemailtoportaladministratorwhennewuserisregistered This is scheduled in next version of GateIn but you can try yourself by looking at https://issues.jboss.org/browse/GTNPORTAL-1805
- An example of Spring MVC Portlet. The complete guide is at guide and you can check out the maven project at http://anonsvn.jboss.org/repos/qa/people/mcupak/svn-browser as well.
The first two articles use extension mechanism which means that there is no or very very minimal change to OOB GateIn. I believe these docs should help you do an efficient customization of GateIn for your use.
No comments:
Post a Comment