Signing dependencies during a war build

2008-06-10 Thread Fabio Braga de Oliveira
Hi list, I'm developing a 3-tier system, and I want to distribute the desktop using the Java Webstart. Until now, I already did great progresses in my quest. In the server side I'm deploying a web application using Spring, and I publish some services using RMI. In the desktop, I'm using

Re: Signing dependencies during a war build

2008-06-10 Thread Jerome Lacoste
2008/6/10 Fabio Braga de Oliveira [EMAIL PROTECTED]: Hi list, I'm developing a 3-tier system, and I want to distribute the desktop using the Java Webstart. Until now, I already did great progresses in my quest. In the server side I'm deploying a web application using Spring, and I publish

Re: Signing dependencies during a war build

2008-06-10 Thread Fabio Braga de Oliveira
Hi Jerome, I wrote both the jar:sign and webstart mojos and I am not aware of an off the shelf war-with-signed-dependencies solution. If you find one, or end up creating yours, please let us know :) Jerome I want to thank you for your excellent work. Without your help my work will be very