We have been using Spring's email support to send batch process error reports successfully for over 18 months. I am currently trying to convert these emails from plain text to HTML emails. The...
Type: Posts; User: ZeddMaxim; Keyword(s):
We have been using Spring's email support to send batch process error reports successfully for over 18 months. I am currently trying to convert these emails from plain text to HTML emails. The...
Anyone know why I can't get these validation errors to disappear? The spring project builder is turned on, and set to build automatically. Here is a snippet of config file. I'm also using Spring...
Ben,
Thanks for taking the time to respond. I was afraid that your answer would be the only viable one. We will pursue the SSL course, using digest auth until everything is in place. Luckily...
After reading forum posts and documentation for hours, I'm a bit confused about the best way to go about transmitting a user's password from a rich-client (Swing app) to a back-end web service for...
I just finished building the latest snapshot, following the instructions on the "Building with Maven" page to a T. When I replaced my 0.8.2 jar with the newly created 0.9.0 snapshot jar, Eclipse...
I apologize in advance if this question is a bit naive, but hopefully someone here can enlighten me.
I'm using Spring's HttpInvoker (and associated classes) to utilize remoting for a client...