I am getting started with an Axis-based web service, written in Java, which will run on WebSphere.
My question is, can I just bundle this up as a web application like I usually do, as a WAR file inside of an EAR file, or do I need an AAR file, inside a WAR file, inside an EAR file?
Or are AAR files just for packaging up web service components on their own?