↧
How to handle session timeout exceptions in Spring MVC
The challenge I have been getting complaints from people who were trying to suggest a podcast to Podcastpedia.org, and that for a good reason. They were getting a page with the following message:...
View ArticleError handling in REST API with Jersey
Error handling is one of the most procrastinated and least enjoyable parts when writing code… I mean, why should the application not always work as expected, when we’ve written it with so much passion...
View ArticleSMTPSendFailedException “Invalid HELO name”– Spring Batch with Spring Boot
If you find yourself getting the following errror, when trying to send an email in Java: com.sun.mail.smtp.SMTPSendFailedException: 550 Access denied – Invalid HELO name (See RFC2821 4.1.1.1) Failed...
View Article