• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Migrating to Portals & Portlets

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just wanted to know if it is feasible to migrate from existing frameworks to portals and portlets. If yes then what are the major issues to be considered during migration.
 
author and cow tipper
Posts: 5006
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess it depends on what framework you're migrating from.

There are portal bridges from the apache foundation that help wrap struts and JSF applications as portlet applications. From a Servlet/JSP standpoint, portlets can be 'converted' fairly honestly.

-Cameron McKenzie
 
author
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Venkata,

Maybe, Liferay could provide better solution for you to migrate from existing frameworks to portals and portlets.

Liferay supports:

JSP,
JSON,
JSF,
Struts,
Spring MVC,
etc.
 
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jonas X. Yuan:

Maybe, Liferay could provide better solution for you to migrate from existing frameworks to portals and portlets.



I heard that the way Liferay supports migration of portlets is that we can migrate JSR-168-compliant portlets to Liferay, but we can migrate Liferay portlets to other JSR-168-compliant portals. I don't have any experience in migrating portlets across different platforms like this. But this is what I heard from the Liferay communities.
 
Venkata Sunil Yadiki
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the info... Currently i am using JSF. But i just wanted to know if the solution for migrating would be a feasible option.I will take a look at the Liferay stuff...
 
Cameron Wallace McKenzie
author and cow tipper
Posts: 5006
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you're using JSF, you might find this JSF portlet tutorial helpful. It demonstrates how to take a Java Server Faces application and use the apache JSF bridge from the apache bridges project to allow the JSF app to be deployed as a portlet.

Java Server Faces Portlet Tutorial - Code and CBT for JSF Portlet Development

-Cameron McKenzie
 
We find this kind of rampant individuality very disturbing. But not this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic