| Author |
migrating from websphere portal server 5.0 to WPS 5.1
|
|
|
| Iam planning to migrate an application from Websphere Portal Server5.0 to Websphere Portal Server 5.1.Before migrating i just want to be sure that apart from configuration changes mentioned in the document is there any necessary to change the portlets.Acc
ording to the migration document no code change is required either in portlets or jsp.But can anybody who has migrated the app tell me whether any code changes are required.
thanks in advance
| |
| Munish 2006-02-08, 7:49 am |
| The portlets developed in WPS 5.0 can be directly ported to the WPS 5.1. In case your portlets are using Puma API's, then that piece of code might need to be reviewed. Extension of the LoginUserAuth and LogoutUserAuth classes were supported in WPS 5.0, bu
t no support for the same exists in WPS 5.1 You may want to review your code for the same.
Thanks and Regards
Munish K Gupta
<a href="http://tech-munish.blogspot.com/">Tech Spot</a>
| |
|
| Thanks for your reply.Iam new to websphere portal server.I just wanted to know whether u meant if the code uses only these classes LoginUserAuth and LogoutUserAuth then i need to review or if the code uses any of the puma api i need to review it.Becuase
some of my code uses com.ibm.wps.puma.User and com.ibm.wps.puma.Group.Kindly advice me should i review it and do u have any reference site which would give me more information on this.
| |
| Munish 2006-02-10, 5:54 pm |
| Usage of User and Group class will not be much of a problem.
Thanks and Regards
Munish K Gupta
<a href="http://tech-munish.blogspot.com">Tech Spot</a>
|
|
|
|