Java

Java2Html and IntelliJ IDEA

<1 min read

IDEA can export Java source code to HTML, which I find quite useless. I really like the way Java2Html works but there is no integration with IDEA. You can ea…

Read more →
Java

Testing Private Methods

<1 min read

I've been playing with TestNG for a few days now. I really like it. It makes me want to write more tests. I was wondering if there was a way to create a test…

Read more →
Java

Erik's Pulse: 2006-01-24

2 min read

Erik's weekly column published in the Javalobby Newsletter.

Read more →
Java

Erik's Pulse: 2006-01-03

14 min read

Erik's weekly column published in the Javalobby Newsletter.

Read more →
Java

toString Velocity Template

1 min read

[@586] toString Velocity Template I'm using the excellent GenereateToString plugin to automatically create toString() methods in IDEA. I've modified the defa…

Read more →
Java

Array Initialization

<1 min read

[@687] Array Initialization public class Example { public Boolean flags[] = new Boolean[4]; public static void main(String[] args){ Example ex = new Example…

Read more →
Java

Logging Packages with Log4J

1 min read

[@021] The Pulse Erik's Pulse has been published. [@570] Logging Packages with Log4J I was looking for a way to log a specific package to its own file using…

Read more →