Parivesh Jain

Greenhorn
+ Follow
since Aug 13, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Parivesh Jain

to integrate existing site to portal and portlet.

1. Divide the whole website in applications. As portlet are also know as application which is designed to do some specific task. Every portal page can have multiple portlets so divide accordingly.
2. In portal you dont need to worry about the header , menus and footers as portal have concept of theme and skin. So you need to develop theme and skins in between that your portlet application will work.
3. if you are using RAD or RSA or any eclipse each can create sample portlet application from which you can understand the portlet and its struture.
4. portal have the concept of action phase and render phase so you need to divide existing site accordingly.
a) render phase : this phase is responsible for just to display the content.
b) tender phase : this phase is responsible to update those attribute or variable which will affect the render phase or the business logic to display content in render phase.

I hope now you got some what idea.

14 years ago
Hi,

Can any one tell me the difference in between weblogic portal and websphere portal.

Bullet points can also be useful.

Thanks

14 years ago
Hi,

Few days before someone asked me that how I can change the title of the portlet. So i told him by using the settitle() method in render phase he can change the title of portlet at run time.

but then he asked that he want to change it on basis of some parameter value.
for ex. if var1=hi then title should be "welcome" and if var1=bye then title should be "bye bye see you soon".

then i told him that you can put the check on var1 in render phase and can change title.

but then he said that there is some feature of portal from where you can do this thing without making any change in code.

can someone tell me what that can be ? I think he was asking for portlet preferences...?? am I right ?

or there some otherways also
14 years ago