Java bookmark links November week 1 – 01/11/2009 to 07/11/2009

Spring

1) A pdf file to introduce some new features and changes made in Spring 3
http://www.interbit.co.il/TechBreak/Spring%203.0%20TechBreak%20-%20slides.pdf

2) 05 Nov 09 – Shaun Abram blog about the Spring’s data binding, and how to create and register custom property editor in Spring.

3) 04 Nov 09 – Jame create a very simple java application with Spring. It’s a very good start for the Java’s Spring. Check it out Developing A Simple Java Application With Spring

Java

1) 06 Nov 09 – Armel Nene publish an article about Java Interview: tips for the interviewer, which describe how a interviewer test about “Theoretical concepts” and “Practical test”. It’s a pretty good reference for people who want to interviewing people ;) . Yes, i admit both “Theoretical concepts” and “Practical test” are important, but i more prefer some right attitude developer.

2) 06 Nov 09 – Shyamseshadri gave some thoughts on some his personal practice in Java, some may look interesting. check it out What I Miss in Java

3) 04 Nov 09 – Scott Selikoff blog about the quartz – Java cron job framework, he mention about how to create a cron job in Quartz and some tips on it. Java + Cron Job = Quartz

4) 02 Nov 09 – Mironsadziak blog about what is dynamic Proxies and how to create dynamic proxies for classes in Java.

5) 02 Nov 09 – Schneide blog about a more elegant way to HTTP Requests in Java, it’s using HTTPClient for sending and HTMLUnit for handling.

Eclipse IDE

1) 05 Nov 09 – ekke introduces many great UI toolkits and plugins to design wonderful UI in Eclipse IDE.

JSF

1) 05 Nov 09 – cagataycivici create a Mobile Twitter Client with JSF. The app integrates with twitter rest api and created with TouchFaces mobile JSF kit of PrimeFaces. Quite impress how simple to create a Mobile Twitter Client in Java.

Java Web services

1) 03 Nov 9 – Dennis Sosnoski published an article in IBM, Java Web services: Introducing Metro

Maven

1) 02 Nov 09 – Vineet Manohar’s blog about 3 ways to run Java main from Maven , useful tips in Maven.