I am migrating my project from Weblogic 8.1 to IBM Websphere 8.5.
There are lot of classes being used in java files which refers weblogic.jar.
Now as migrating to Websphere, these needs to be replaced or changed and so the code.
So my question is, can i get the exact or similar replacement jar for weblogic.jar. If not, is there any other method to replace the weblogic classes in the java code with websphere classes.
Classes like weblogic.common.T3StartupDef, weblogic.jdbc.oci.Blob,etc are used.