Hi,
I'm moving some jars I created in JBoss to Websphere 5.0.
On some app servers like JBoss you only need to add the app server specific descriptor file ("jboss.xml"). On others, like Websphere or WebLogic you have to do an extra deployment step (ejbjar or ejbdeploy) to add some extra stub classes before you can deploy the ear or jar.
I really find this extra step to be slow and cumbersome (especially with Websphere's Application Assembly Tool (AAT)). Even running the ejbdeploy command from the command line is slow. Any suggestions to speed up this jar creation process are welcome.
Just curious why the extra step and why this has to be so frustratingly slow.
John