On Fri, Mar 5, 2010 at 4:25 AM, Gonzalo Aguilar Delgado < [email protected]> wrote:
> Hi there! > > I can see lots of improvements so far since last time... Great work > guys! > > I've rebuilded my app but found that some things are still missing in > the portal. I will try to code this > week... > > 1.- Portlet icon will be get from context of the portlet context > if it's not found in portal application. This will > make easier to deploy icons with portlets. [I reported this some > time ago]. > Ah yes I remember, the portlet icon that is displayed in the toolbox, makes perfect sense. I don't recall, have you created a JIRA issue for this one? > 2.- Session management. > Problem: Session sometimes is lost while working with > portal because inactivity. > Solution: I want to make a warning bar on top when this > is about to happen. This bar will inform you about > this happening and will let you refresh session. > > Question: What's the best way to do it? How can I know > about session and handle it inside the portal? > Without getting into too much detail, you could track this with a timer and maybe a servlet listener. You would also need to have a client side notification feature in the portal, which we don't have. I believe there is a JIRA issue for that moved to the next release 2.2.2 > 3.- Portlet security: Is there any good guide to portlet > security? I need to perform some changes to the database > and log user that logs in to track down his changes throught > application. What's best way to do it? > > There is a decent amount of documentation on Jetspeed security IMO Just go to the website, a few pointers, the Developers Guide: http://portals.apache.org/jetspeed-2/devguide/guide-security.html and Deployment Guide: http://portals.apache.org/jetspeed-2/deployguide/security-config.html
