posted 13 years ago
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