Oct
26
Filed Under (Java) by Aneesha on 26-10-2007

I’ve found some books on design pattern to be quite dry. The lack of examples and clear explanations have also been a put off. Finally comes a great site that documents design patterns, explains their use clearly and even provides examples in Java and C++.

All patterns contained in book form for the bargain price of $10.

(0) Comments    Read More   
Oct
17
Filed Under (Java) by Aneesha on 17-10-2007

Javabeat has a great set of Tutorials to get you started with Spring. All tutorials include samples.

Also check out this tutorial on using Spring’s MVC for Web Form Validation.

I also like Spring on Rails - which generates simple CRUDS with either Hibernate or iBatis DAO layers.

(0) Comments    Read More   
Oct
09
Filed Under (Eclipse, Java, Junit) by Aneesha on 09-10-2007

While on simple tutorials - an easy to follow JUnit 4 and Eclipse tutorial.’

Mmmmm — the above sentence contains the words simple and Eclipse. …. But its true now that I have more ram.

(0) Comments    Read More   
Oct
09
Filed Under (Java, Spring) by Aneesha on 09-10-2007

Useful tutorial to follow if you want to get into Spring — well just Spring, the mvc component and web form validation.

(0) Comments    Read More   
Aug
19
Filed Under (Image Processing, Java) by Aneesha on 19-08-2006

JMAGE is very cool. It is a JSP tag lib that makes it very easy to do image processing. It has tags to resize, crop, rotate, brighten, darken, ovelay an image, add a background, add text, convert to greyscale, blur, detect edges and apply a lowpass filter. This could certainly be used to create a Web 2.0 service.

(0) Comments    Read More