We are developing an application which stands at around 40Mb when packaged into an EAR. We are finding the hot-deploy of the application to be very slow and I've suggested that we start deploying the application as an exploded EAR.
I *think* this would be qukcker as it means we dont have to wait for the application to be packaged by our IDE, then unpackaged by JBoss before being deployed.
The only question I have is if there is any difference with classloading when deploying an EAR either as a jar, or in exploded format? Or are there any other differences to note?
Start Free Trial