Articles in the Java/J2ee & open source Category

Run JBoss as a service on Windows
By Keshav Shetty
Posted in Java/J2ee & open source on 6 November 2009
Stats: 106 views and No Comments

RunJBossAsAServiceOnWindows http://www.jboss.org/community/wiki/RunJBossAsAServiceOnWIndows

Read the full story »
javax.mail.SendFailedException for invalid email addresses
By Keshav Shetty
Posted in Java/J2ee & open source on 6 November 2009
Stats: 120 views and No Comments

In java and j2ee we often send emails from our applications, Many times we get SendFailedException because few of the recipient email address are invalid which causes email delivery failure for even the valid recipient email address. In order to bypass this exception and deliver the emails for valid email addresses, we can add following [...]

Read the full story »