Just curious.. we use Websphere 5 as a production application server. WAS5 will provide our datasources for a DB and these would be used in our application…
Is there any other Application Server (hopefully free) that I could use to develop that would be compatible with WAS? I know IBM is big on the proprietary stuff… That way I could just DEPLOY on my dev server, and also just DEPLOY for my production server without any actual changes..
Right now I’m thinking I’d need to make a Proxy class that would use the appropriate data source classes depending on the server…