Implement Index controller in Spring Roo
Recently been using Spring roo to produce a rapid prototype. I must say that Spring roo is a very good framework, although still lacking of some features but the potentials [...]
Recently been using Spring roo to produce a rapid prototype. I must say that Spring roo is a very good framework, although still lacking of some features but the potentials [...]
I use scala.io.Source in my previous post, and now I am going to show another usage of this util. Let’s write a simple RSS feed parser that reads feed from [...]
JSON is one of the most popular message exchange format nowadays used in web application.Most of the time,we used JSON as a communication message format between Javascript and Server side [...]
Here is a list of urls I visit to get information on Java. 1.http://www.javaalmanac.com 2.http://www.onjava.com 3.http://java.sun.com 4.http://www.developer.com/java 5.http://www.java.net 6.http://www.builder.com 7.http://www.ibm.com/developerworks/java 8.http://www.javaworld.com 9.http://www.devx.com/java 10.http://www.fawcette.com/javapro 11.http://www.sys-con.com/java 12.http://www.javadesktop.org 13.http://www.theserverside.com 14.http://www.jars.com 15.http://www.jguru.com 16.http://www.javaranch.com 17.http://www.ibiblio.org/javafaq/javafaq.html [...]
I used to practice pair programming in my previous job, when leading a team of 8 people and some of them are junior. The main reason I practiced pair programming [...]
Let’s write a legendary “Hello world” program in both Java and Scala language. This is how we do in Java. public class Hello { public static void main(String[] args) { [...]
Sometimes,its convenient to store values in cookies and retrieve it later.But,when dealing with different browsers,you may have problems as different browser may support different numbers of cookies.For example, IE can [...]
Recent Comments