• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Converting from Websphere JSF

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm researching what it is going to take to move some of our JSF applications off of Websphere and onto JBoss.

Does anyone have any pointers or suggestions on what to look for?

Or maybe a suggestion on where to look for how to do this?

Thanks,
 
Saloon Keeper
Posts: 28418
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It should be a lot easier than going the other way. IBM is a late adopter when it comes to things like JSF features. I had a lot of trouble going from Tomcat to WebSphere on that account.
 
E Paisley
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've noticed a few differences, most notably the non Websphere doesn't seem to use the scriptcollector or the onPageLoadBegin function.

Is this true or did I just miss something?

Any other gotcha's?
 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One issue is whether you are using any of the IBM-specific components. If so, you'll need to find comparable functionality with another component library such as RichFaces. But Tim is right...moving ONTO WAS is a real pain in the neck for a number of reasons, a lot of which have to do with class loaders. You can just import your existing project into a new workspace (if you're using an Eclipse-based IDE...if not, whatever is comparable in NetBeans or IntelliJ), delete the IBM-specific configuration files in WEB-INF, and point at the appropriate libraries for your classpath. Should be relatively painless
 
I think he's gonna try to grab my monkey. Do we have a monkey outfit for this tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic