Can I add Java portlet in sharepoint 2007? If yes, can some please explain the details on how can I do so?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While its true you can’t add a Java portlet directly to Sharepoint, Sharepoint is, at least in the feature list, a “W”eb “S”ervice “R”emote “P”ortlet client, or WSRP client. So what you would do is build your Java portlet, then deploy and run it on a portlet container that supports being a WSRP server, like Liferay…I think is one that’ll do it. Once this is done, you should be able to import the remote portlet to Sharepoint. For Sharepoint 2007, here’s a link that might help.
MSDN Code page for Sharepoint 2007 WSRP tutorials