I have following questions on instatiable portlets.
1) Will it service server restart. Lets say I added portlet1 to page1. If I restart the server portlet1's portletId will be same with respect to page1. (Basically with same instance id)
2) Lets say we move from environment to environment stage,production,QA. The portletId should remain constant with respect to that page.
The reason being I am hardcoding this id at some place and at later point I donot want to mess up.