<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/java</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 13 Oct 2008 01:12:42 GMT</pubDate>
<item>
<title>(XML) Hibernate XML Configuration file - Uzbekjon</title>
<link>http://snipplr.com/view/8929/hibernate-xml-configuration-file/</link>
<description><![CDATA[ <p>Hibernate xml configuration file "hibernate.cfg.xml".</p> ]]></description>
<pubDate>Fri, 10 Oct 2008 03:17:43 GMT</pubDate>
<guid>http://snipplr.com/view/8929/hibernate-xml-configuration-file/</guid>
</item>
<item>
<title>(Java) Simple delay - mamoo</title>
<link>http://snipplr.com/view/8907/simple-delay/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Oct 2008 03:42:46 GMT</pubDate>
<guid>http://snipplr.com/view/8907/simple-delay/</guid>
</item>
<item>
<title>(Java) Java heap and stack size increase - mamoo</title>
<link>http://snipplr.com/view/8873/java-heap-and-stack-size-increase/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 07 Oct 2008 04:37:25 GMT</pubDate>
<guid>http://snipplr.com/view/8873/java-heap-and-stack-size-increase/</guid>
</item>
<item>
<title>(XML) Hibernate XML Mapping - Uzbekjon</title>
<link>http://snipplr.com/view/8790/hibernate-xml-mapping/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 03 Oct 2008 04:00:24 GMT</pubDate>
<guid>http://snipplr.com/view/8790/hibernate-xml-mapping/</guid>
</item>
<item>
<title>(Java) Context file for Tomcat - Uzbekjon</title>
<link>http://snipplr.com/view/8396/context-file-for-tomcat/</link>
<description><![CDATA[ <p>Create an xml file with this content to tell Tomcat to use seperate folder (can be any folder, even out of tomcat root) as a root folder of your application.

Copy this file into TomcatDir/conf/Catalina/localhost</p> ]]></description>
<pubDate>Mon, 15 Sep 2008 01:29:15 GMT</pubDate>
<guid>http://snipplr.com/view/8396/context-file-for-tomcat/</guid>
</item>
<item>
<title>(Java) Serialization of Java object to AMF - narkisr</title>
<link>http://snipplr.com/view/7820/serialization-of-java-object-to-amf/</link>
<description><![CDATA[ <p>A working example that uses BlaszDS in order to serialize Java object into AMF (this code should be cleaned up a bit), in order for it to compile and work it is required to add flex-messaging-core.jar and flex-messaging-common.jar to the classpath.</p> ]]></description>
<pubDate>Mon, 11 Aug 2008 17:20:40 GMT</pubDate>
<guid>http://snipplr.com/view/7820/serialization-of-java-object-to-amf/</guid>
</item>
<item>
<title>(Java) OAF - Controller Code to create Javascript popup window - theonlyalterego</title>
<link>http://snipplr.com/view/7818/oaf--controller-code-to-create-javascript-popup-window/</link>
<description><![CDATA[ <p>Sample code from processFormRequest to pop up new window via javascript. worth noting: this is not recommended as it can break the OAF page.</p> ]]></description>
<pubDate>Mon, 11 Aug 2008 16:01:10 GMT</pubDate>
<guid>http://snipplr.com/view/7818/oaf--controller-code-to-create-javascript-popup-window/</guid>
</item>
<item>
<title>(Java) Convert java properties file from UTF to ASCII - Uzbekjon</title>
<link>http://snipplr.com/view/7721/convert-java-properties-file-from-utf-to-ascii/</link>
<description><![CDATA[ <p>You can use this command to convert your properties file to ASCII encoded file. Normally you'll need it to convert your language.properties file.</p> ]]></description>
<pubDate>Wed, 06 Aug 2008 01:20:48 GMT</pubDate>
<guid>http://snipplr.com/view/7721/convert-java-properties-file-from-utf-to-ascii/</guid>
</item>
<item>
<title>(Java) Custom loader for Junit Spring Runner - narkisr</title>
<link>http://snipplr.com/view/7527/custom-loader-for-junit-spring-runner/</link>
<description><![CDATA[ <p>This Loader enables the loading of a custom context when using Spring JUnit runner, this enables programmatic registration of beans of commonly used beans in tests.
This loader receive TestedService annotation in the processLocations method and uses its values to register beans in the loadContext method.
This snippets completes the following entry:
http://javadevelopmentforthemasses.blogspot.com/2008/07/mocking-spring-tests.html</p> ]]></description>
<pubDate>Sun, 27 Jul 2008 04:41:19 GMT</pubDate>
<guid>http://snipplr.com/view/7527/custom-loader-for-junit-spring-runner/</guid>
</item>
<item>
<title>(Java) Create a JavaBean - Uzbekjon</title>
<link>http://snipplr.com/view/7486/create-a-javabean/</link>
<description><![CDATA[ <p>This assumes that you want the resulting JAR file to be named BangBean.jar, and that you’ve put the manifest in a file called BangBean.mf</p> ]]></description>
<pubDate>Fri, 25 Jul 2008 04:01:54 GMT</pubDate>
<guid>http://snipplr.com/view/7486/create-a-javabean/</guid>
</item>
<item>
<title>(Java) Java Collection utilities - narkisr</title>
<link>http://snipplr.com/view/7334/java-collection-utilities/</link>
<description><![CDATA[ <p>This is a collection of useful static initializers of Java arrays, lists and maps.</p> ]]></description>
<pubDate>Wed, 16 Jul 2008 06:43:59 GMT</pubDate>
<guid>http://snipplr.com/view/7334/java-collection-utilities/</guid>
</item>
<item>
<title>(XML) Install and use SVNANT - indianocean</title>
<link>http://snipplr.com/view/7099/install-and-use-svnant/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Jul 2008 08:38:01 GMT</pubDate>
<guid>http://snipplr.com/view/7099/install-and-use-svnant/</guid>
</item>
<item>
<title>(Bash) Display jar contents - mbadran</title>
<link>http://snipplr.com/view/6716/display-jar-contents/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 14 Jun 2008 12:24:37 GMT</pubDate>
<guid>http://snipplr.com/view/6716/display-jar-contents/</guid>
</item>
<item>
<title>(Bash) Create jar file - mbadran</title>
<link>http://snipplr.com/view/6715/create-jar-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 14 Jun 2008 12:24:02 GMT</pubDate>
<guid>http://snipplr.com/view/6715/create-jar-file/</guid>
</item>
<item>
<title>(Java) Accessing windows registry in Java - narkisr</title>
<link>http://snipplr.com/view/6620/accessing-windows-registry-in-java/</link>
<description><![CDATA[ <p>A paste from a blog (http://lenkite.blogspot.com/2008/05/access-windows-registry-using-java.html) entry which demonstrates how to access windows registry in Java.</p> ]]></description>
<pubDate>Sat, 07 Jun 2008 17:42:06 GMT</pubDate>
<guid>http://snipplr.com/view/6620/accessing-windows-registry-in-java/</guid>
</item>
<item>
<title>(JavaScript) JavaScript ShortCut Keys - brent-man</title>
<link>http://snipplr.com/view/6516/javascript-shortcut-keys/</link>
<description><![CDATA[ <p>HTML USAGE:
< body onKeypress="ShortCutKey()" >

ASCII REFERENCE:
09=Tab
11=Home
13=Enter
32=Space Bar

33=!
34="
35=#
36=$
37=%
38=&amp;
39='
40=(
41=)
42=*
43=+
44=,
45=-
46=.
47=/

48=0
49=1
50=2
51=3
52=4
53=5
54=6
55=7
56=8
57=9

58=:
59=;
60=<
61==
62=>
63=?
64=@

65=A
66=B
67=C
68=D
69=E
70=F
71=G
72=H
73=I
74=J
75=K
76=L
77=M
78=N
79=O
80=P
81=Q
82=R
83=S
84=T
85=U
86=V
87=W
88=X
89=Y
90=Z

91=[
92=\
93=]
94=^
95=-
96=`

97=a
98=b
99=c
100=d
101=e
102=f
103=g
104=h
105=i
106=j
107=k
108=l
109=m
110=n
111=o
112=p
113=q
114=r
115=s
116=t
117=u
118=v
119=w
120=x
121=y
122=z

123={
124=|
125=}
126=~</p> ]]></description>
<pubDate>Sat, 31 May 2008 12:14:37 GMT</pubDate>
<guid>http://snipplr.com/view/6516/javascript-shortcut-keys/</guid>
</item>
<item>
<title>(Java) Get values from a checkbox - indianocean</title>
<link>http://snipplr.com/view/6114/get-values-from-a-checkbox/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 05 May 2008 08:50:53 GMT</pubDate>
<guid>http://snipplr.com/view/6114/get-values-from-a-checkbox/</guid>
</item>
<item>
<title>(Java) Download file using a servlet - indianocean</title>
<link>http://snipplr.com/view/5976/download-file-using-a-servlet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Apr 2008 05:25:38 GMT</pubDate>
<guid>http://snipplr.com/view/5976/download-file-using-a-servlet/</guid>
</item>
<item>
<title>(Java) Simply write an Excel file from POI to the file system - indianocean</title>
<link>http://snipplr.com/view/5769/simply-write-an-excel-file-from-poi-to-the-file-system/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Apr 2008 11:29:45 GMT</pubDate>
<guid>http://snipplr.com/view/5769/simply-write-an-excel-file-from-poi-to-the-file-system/</guid>
</item>
<item>
<title>(Java) Spring and Hibernate simple configuration - narkisr</title>
<link>http://snipplr.com/view/5459/spring-and-hibernate-simple-configuration/</link>
<description><![CDATA[ <p>This spring context configures a simple hibernate session (for annotated classes).</p> ]]></description>
<pubDate>Mon, 17 Mar 2008 11:49:49 GMT</pubDate>
<guid>http://snipplr.com/view/5459/spring-and-hibernate-simple-configuration/</guid>
</item>
</channel>
</rss>