Tag Archives: Java

All I Need To Know To Be A Better Programmer

Programming is complicated stuff, but a lot of what makes a good programmer isn’t all that different from the earliest learning we did in school. 1. Share everything.Use open source where possible, and contribute to it when you are able. The collective wisdom of the entire community is better than the limited vision of a [...]

2 Comments Continue Reading →

New Year’s Resolutions for Java Coders

An interesting post I found here and have taken some of the points, making myself how many I can implement. Which ones if any would you adopt from this list… I will realize that design patterns are a guide, not a religion. I will bother to research the security issues relevant to my work. I [...]

8 Comments Continue Reading →

Ten things every Java developer should know about UNIX

  One of the great things about Java is how multi-platform it really is. While cross platform glitches do occur, they are not really all that common. But since the law of unintended consequences is all pervasive, we now have the common sight of teams of developers building Java programs meant to run on Unix [...]

Leave a comment Continue Reading →

How to make an executeable jar

Delivering desktop application developed in java, its very interactive that you give your software in a executable jar, rather giving .bat files (running java <main>.class) To do that, try these steps. First, jar all of your class files and let Java create it’s own manifest. First, make sure you are in the directory of your [...]

1 Comment Continue Reading →

Sending mail using JavaMail APIs

In this example Google SMTP server is used to send email.

Related Posts Plugin for WordPress, Blogger...
12 Comments Continue Reading →
Page 4 of 41234

Switch to our mobile site