How to port an application from WebSphere to JBOSS EAP 6.2.0.GA?

I have my web application which is currently hosted on WebSphere Application Server 7.0.0.0.
Now I want to port my application to JBOSS EAP 6.2.0. Caliber

Has anyone done this before? I need help with the following questions.
I want to create the following equivalent components in JBOSS.
1) Oracle data source
-> To create an Oracle Data Source, we definitely need to create an Oracle JDBC Provider. Therefore, you also need to know how to create the equivalent of this in JBOSS.
2) Queue
3) Activation specification
4) A shared library containing the configuration file and third-party banks.

An added benefit is the addition of applications to JBOSS knowldge.

Yes, I did some searches and found the links below,
http://www.redhat.com/f/pdf/jboss/JBoss_WebSphereMigrationGuide.pdf https://docs.jboss.org/author/display/AS72/How+do+ I + migrate + my + application + from + WebSphere + to + AS + 7

But the links do not have any practical knowledge.

+4
source share

All Articles