Skip to content

Super Duper Great Maven plugin

I always loved the PMD plugin and the idea of detecting bad code at build time. So the guys at jutils provide the maven plugin lint4j that is able to detect whole bunch of potential problems in your code in regards of security and scalability:
Lint4j was created to help software developers detect defects and security [...]

Automated testing on handset

The plan is to use j2meunit to create automated testing of the application that will run on a mobile handset. There are some challenges with this. Mobile app development is actually quite full of challenges that most of j2ee developers forgot about or mostly don’t care about:

Memory is very limited.
Threads

So the main issue with testing [...]