Sunil's Notes
My notes for things that i am learning about
Querying data about your environment
›
You can use the AdminPortletModel interface to find out more information about your portal installation, things like what all Web applicatio...
2 comments:
Finding uniqueName from ObjectId of the portlet and other way round
›
When your working with Portal Model then you might need a way to figure out unique name of the portlet from its ObjectId and other way. I bu...
2 comments:
Redirecting user on login
›
One of the reader posted a comment , asking how do i redirect user as soon as they login based on some condition, so i changed my SampleExpl...
4 comments:
Creating loginfilter for WebSphere Portal
›
The portal authentication filters are a set of plug-in points. You can use them to intercept or extend the portal login, logout, session tim...
5 comments:
WebSphere Portal 6.1.5 ships with Dojo 1.3.2
›
Starting from version 6.1.5 WebSphere Portal ships with Dojo 1.3.2 in addition to Dojo version 1.1.1. Starting from portal 6.1 dojo version ...
2 comments:
Implementation of GenericPortlet
›
My first impression of specification document is that it will be very complicated and only very few people or someone who is developing port...
2 comments:
Spring Web Application, loading classes from classpath
›
Recently i had to break my big Spring Portlet Application into smaller pieces and move some of the code to shared library so that it can be ...
2 comments:
Sharing ApplicationContext in Spring MVC and Non Spring MVC Portlet
›
In my project i had this interesting problem that i have one Portlet Application, which has 4 portlets now 3 of the portlets are using Sprin...
2 comments:
Improved version of enable-develop-mode-startup-performance
›
WebSphere Portal has concept of Development mode for some time, basic idea is to improve the startup time of portal by delaying the startup ...
3 comments:
Assiging UniqueName to Skin
›
I had this business requirement in which i had to assign a unique name to my skin. In order to do that i followed these steps First copy the...
2 comments:
‹
›
Home
View web version