deployment

deployment of application using third party libraries in java

I have seen many people asking this but not a clear answer. I guess that it would depend on each case, so here is my situation: My application performs encryption and decryption using the methods provided by the default JRE installation. I decided to use Bouncy Castle (BC) as a provider, so I would need to include their jars in my appli...

change maven j2ee deploy name

hi, I'm developing an app in maven and it's deploy name is concatenation of artifactId + "_" + groupId + "_" + "packaging" + "_" + version which is pretty ugly. And I'm lookuping for an EJB and I would need to change the uri after eventual version change. Do you know how to change this deploy name? I'm deploying it via netbeans. ...