Welcome To Snipplr


Everyone's Recent Java Snippets



0 403 posted 16 years ago by mehlam2
Does not include any of the U.S. properties such as Guam, Virgin Islands, and Puerto Rico.
0 802 posted 16 years ago by jrphelps
ch.qos.logback logback-classic 0.9.8
1 1231 posted 16 years ago by thebugslayer
1. mvn archetype:create -DgroupId=deng -DartifactId=mywebapp -DarchetypeArtifactId=maven-archetype-webapp 2. Replace web.xml with http://snipplr.com/view/3800/minimal-webxml-webapp-descriptor-version-24 3. Replace pom.xml in this snipplet. 4. mvn...
1 771 posted 16 years ago by thebugslayer
this goes under src/main/resource/META-INF/persistence.xml
0 649 posted 16 years ago by thebugslayer
0 516 posted 16 years ago by thebugslayer
0 514 posted 16 years ago by joaocosta
Simple snippet on how to get/set a cookie
0 598 posted 16 years ago by jsbournival
Shows reading a file bundled with a Sun SPOT application. The file, called winners.txt contains the following 2 lines: Walker Griffin ----------------------------------------------------------- The output would include: NameOfFile=/winners.txt...
0 579 posted 16 years ago by javapda
This demonstrate the expressiveness of Groovy vs Java.
1 2158 posted 16 years ago by thebugslayer
This redirects visitors to a new URL using a 301 redirect. Using a 301 redirect is the safest way to let search engines like Google, Yahoo!, Live and Ask know your address has changed.
0 700 posted 17 years ago by jonhenshaw
This code uses the new Java 5 foreach loop to iterate through every element of a list. It avoids the need to declare an iterator.
0 686 posted 17 years ago by cpjobling
You can use these attributes to format the display of your form bean properties. This works pretty well in displaying currency and date/time values. For example, you can display 1234.567 as $1,234.57 and 08/12/2006 as Aug 12, 2006. In order to ge...
0 827 posted 17 years ago by springett
4 949 posted 17 years ago by springett
reading in a properties file from the file system
6 714 posted 17 years ago by springett
0 576 posted 17 years ago by whitetiger
0 574 posted 17 years ago by whitetiger
0 555 posted 17 years ago by whitetiger
0 642 posted 17 years ago by whitetiger