<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>migration of websphere portlet factory to liferay portal</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=15088170" />
  <subtitle>migration of websphere portlet factory to liferay portal</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=15088170</id>
  <updated>2026-04-09T03:33:53Z</updated>
  <dc:date>2026-04-09T03:33:53Z</dc:date>
  <entry>
    <title>RE: migration of websphere portlet factory to liferay portal</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=15118906" />
    <author>
      <name>lucky singh</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=15118906</id>
    <updated>2012-07-31T05:53:18Z</updated>
    <published>2012-07-31T05:53:18Z</published>
    <summary type="html">I cannot recreate portals in liferay IDE, the reason being  I have some existing portals(JSR286 specified) already created in websphere, which i want to use in liferay.&lt;br /&gt;&lt;br /&gt;Now to do that i created a portal in websphere portlet factory 6.1 and tried deploying it in liferay environment. Here i am not 100% sure whether it is JSR286 , &lt;br /&gt;&lt;br /&gt;and the other problems is when (war file) portal of websphere is created it has &lt;strong&gt;.model&lt;/strong&gt; files created .Which has &lt;strong&gt;com.bowstreet.portlet.adapter.WebAppRunnerPortlet286&lt;/strong&gt; , websphere specific portlet class.&lt;br /&gt;&lt;br /&gt;So if anybody over here tried doing this or some basic explaination as how it is to be done.</summary>
    <dc:creator>lucky singh</dc:creator>
    <dc:date>2012-07-31T05:53:18Z</dc:date>
  </entry>
  <entry>
    <title>RE: migration of websphere portlet factory to liferay portal</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=15092069" />
    <author>
      <name>Hitoshi Ozawa</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=15092069</id>
    <updated>2012-07-30T14:06:00Z</updated>
    <published>2012-07-30T14:06:00Z</published>
    <summary type="html">One question, is your websphere portlet 100% JSR 286 comformant? WebSphere add their own &amp;#34;features&amp;#34; as do liferay. Sometimes, it may be easier to just rewrite the porlet using Liferay IDE.</summary>
    <dc:creator>Hitoshi Ozawa</dc:creator>
    <dc:date>2012-07-30T14:06:00Z</dc:date>
  </entry>
  <entry>
    <title>migration of websphere portlet factory to liferay portal</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=15088169" />
    <author>
      <name>lucky singh</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=15088169</id>
    <updated>2012-07-30T10:52:28Z</updated>
    <published>2012-07-30T10:52:28Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Hey Hi,&lt;br&gt;I am new to liferay.I am trying to migrate portlets developed in websphere 6.1(JSR 286) to liferay 6.1. For time being i have developed a portal(PA_test.war) displaying some text,which i deployed on liferay.&lt;br&gt;&lt;br&gt;.war file was choosen to-"Upload a WAR file to install a layout template, portlet, or theme."&lt;br&gt;&lt;br&gt; After processing following messages were shown- "Your request completed successfully." "The plugin was uploaded successfully and is now being installed." &lt;br&gt;&lt;br&gt;When i tried looking for portal in plugins installed,i could not find the portal.&lt;br&gt;I saw logs where it says :&lt;br&gt;&lt;strong&gt;INFO: Undeploying context [/PA_test]&lt;br&gt;Jul 30, 2012 7:54:05 AM org.apache.catalina.startup.HostConfig deployDirectory&lt;br&gt;INFO: Deploying web application directory E:\life\liferay-portal-6.1.0-ce-ga1\tomcat-7.0.23\webapps\PA_test&lt;/strong&gt;&lt;br&gt;&lt;br&gt;My folder structure was created on the above path specified for PA_test&lt;br&gt;&lt;br&gt;&lt;br&gt; i want to know :&lt;br&gt;1)How the portlet is adhering to JSR specifications.&lt;br&gt;2)What are the major dependency (technology wise) without which the porlet cannot be migrated,&lt;br&gt;or whether liferay offers an alternative or a bridge to do so&lt;br&gt;or whats the equialent for websphere 6.1(JSR 286) in liferay. Please help!!&lt;br&gt;------------------------------------------------------------------------------------------------------------------------------------&lt;br&gt;&lt;u&gt;&lt;strong&gt;portlet.xml&lt;/strong&gt;&lt;/u&gt;&lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;!--?xml version="1.0"?--&amp;gt;

&amp;lt;!--AUTOMATICALLY GENERATED DEPLOYMENT DESCRIPTOR - DO NOT EDIT--&amp;gt;
&amp;lt;portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0" xsi:schemalocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" id="com.bowstreet.portlet.WebAppRunner2_test"&amp;gt;
	&amp;lt;portlet&amp;gt;
		&amp;lt;description xml:lang="en"&amp;gt;Portlet to test migration from wpf to xmlpf&amp;lt;/description&amp;gt;
		&amp;lt;portlet-name&amp;gt;Test Portlet&amp;lt;/portlet-name&amp;gt;
		&amp;lt;display-name xml:lang="en"&amp;gt;Test Portlet&amp;lt;/display-name&amp;gt;
		&amp;lt;portlet-class&amp;gt;com.bowstreet.portlet.adapter.WebAppRunnerPortlet286&amp;lt;/portlet-class&amp;gt;
		&amp;lt;init-param&amp;gt;
			&amp;lt;name&amp;gt;model&amp;lt;/name&amp;gt;
			&amp;lt;value&amp;gt;test&amp;lt;/value&amp;gt;
		&amp;lt;/init-param&amp;gt;
		&amp;lt;expiration-cache&amp;gt;0&amp;lt;/expiration-cache&amp;gt;
		&amp;lt;supports&amp;gt;
			&amp;lt;mime-type&amp;gt;text/html&amp;lt;/mime-type&amp;gt;
			&amp;lt;portlet-mode&amp;gt;view&amp;lt;/portlet-mode&amp;gt;
		&amp;lt;/supports&amp;gt;
		&amp;lt;supported-locale&amp;gt;en&amp;lt;/supported-locale&amp;gt;
		&amp;lt;resource-bundle&amp;gt;nls.test&amp;lt;/resource-bundle&amp;gt;
		&amp;lt;portlet-info&amp;gt;
			&amp;lt;title&amp;gt;Test Portlet&amp;lt;/title&amp;gt;
			&amp;lt;short-title&amp;gt;Test Portlet&amp;lt;/short-title&amp;gt;
			&amp;lt;keywords&amp;gt;Test Portlet&amp;lt;/keywords&amp;gt;
		&amp;lt;/portlet-info&amp;gt;
		&amp;lt;portlet-preferences&amp;gt;&amp;lt;/portlet-preferences&amp;gt;
	&amp;lt;/portlet&amp;gt;
	&amp;lt;custom-portlet-mode&amp;gt;
		&amp;lt;portlet-mode&amp;gt;config&amp;lt;/portlet-mode&amp;gt;
	&amp;lt;/custom-portlet-mode&amp;gt;
	&amp;lt;custom-portlet-mode&amp;gt;
		&amp;lt;portlet-mode&amp;gt;edit_defaults&amp;lt;/portlet-mode&amp;gt;
	&amp;lt;/custom-portlet-mode&amp;gt;
	&amp;lt;user-attribute&amp;gt;
		&amp;lt;description xml:lang="en"&amp;gt;User Given Name&amp;lt;/description&amp;gt;
		&amp;lt;name&amp;gt;user.name.given&amp;lt;/name&amp;gt;
	&amp;lt;/user-attribute&amp;gt;
	&amp;lt;user-attribute&amp;gt;
		&amp;lt;description xml:lang="en"&amp;gt;User Last Name&amp;lt;/description&amp;gt;
		&amp;lt;name&amp;gt;user.name.family&amp;lt;/name&amp;gt;
	&amp;lt;/user-attribute&amp;gt;
&amp;lt;/portlet-app&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>lucky singh</dc:creator>
    <dc:date>2012-07-30T10:52:28Z</dc:date>
  </entry>
</feed>
