We have a Legacy system that contains several stored procedures that we would like to provide to other applications as web services. We create web services using JBoss. Stored procedures can be executed from Oracle, DB2, or MS SQL Server databases.
JDeveloper has a wizard for creating stubs and deploying to an ear file that will run on Oracle Application Server (OC4J). We are in the process of transitioning to JBoss and are using Eclipse as our development environment.
I would rather use a structure and then rebuild and maintain the infrastructure myself. Ideally, I would like to use the open source library or the JBoss / IDE tool to create a web service based on the connection pool definition and stored procedure name.
What are my options?
source
share