[jboss-user] [JBoss Portal] - Re: Porting application from WebSphere to JBoss

apemberton do-not-reply at jboss.com
Thu Jul 30 02:39:45 EDT 2009


I don't have experience specifically migrating websphere apps to jboss, but I do have extensive experience with both websphere and jboss portal. 

The first place to start with this kind of task is to ensure you're not using any vendor proprietary APIs (IBM in this case). You'll want to use the relevant portlet specification-defined APIs for your environment.

I'm assuming your either migrating:
- from websphere portal 6.0.X or earlier to jboss portal 2.6.X
- from websphere portal 6.0.X to jboss portal 2.7.X

Assuming you wouldn't be migrating off websphere 6.1 or 7, because they're both fairly new, so - you'll want to make sure you're migrating only JSR168-specific code to jboss. 

It may help if you:
- describe your environment(s) in detail
- PortletContext (in neither JSR168 nor JSR286) have a getService method - can you explain more about what API you're using here?
- explain what you mean by "get the delegating methods"

Hope this is helpful.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246865#4246865

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246865



More information about the jboss-user mailing list