<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - thebugslayer</title>
<link>http://snipplr.com/users/thebugslayer/tags/java</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 02 Dec 2008 04:07:43 GMT</pubDate>
<item>
<title>(Java) logback.xml configuration with STDOUT and Daily Rolling FILE appender</title>
<link>http://snipplr.com/view/3779/logbackxml-configuration-with-stdout-and-daily-rolling-file-appender/</link>
<description><![CDATA[ <p>ch.qos.logback
      logback-classic
      0.9.8</p> ]]></description>
<pubDate>Mon, 24 Sep 2007 20:47:20 GMT</pubDate>
<guid>http://snipplr.com/view/3779/logbackxml-configuration-with-stdout-and-daily-rolling-file-appender/</guid>
</item>
<item>
<title>(Java) Maven2 pom.xml for a webapp that works in Eclipse Europa+m2eclipse</title>
<link>http://snipplr.com/view/3774/maven2-pomxml-for-a-webapp-that-works-in-eclipse-europam2eclipse/</link>
<description><![CDATA[ <p>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 eclipse:m2eclipse -Dwtpversion=1.5
5. Import project into Eclipse
6. In project properties > Java Build Path. Add a "Server Runtime" Library ( with Tomcat6)
7. In project properties > J2EE Module Dependencies. Check Maven2Dependencies
8. Project > Clean

If you re-importing a project back into Eclipse, be sure to:
1. Delete your existing project in eclipse
2. mvn clean eclipse:clean
3. Repeat steps 4-8 above.</p> ]]></description>
<pubDate>Mon, 24 Sep 2007 15:07:34 GMT</pubDate>
<guid>http://snipplr.com/view/3774/maven2-pomxml-for-a-webapp-that-works-in-eclipse-europam2eclipse/</guid>
</item>
<item>
<title>(Java) persistence.xml for Hibernate vendor</title>
<link>http://snipplr.com/view/3770/persistencexml-for-hibernate-vendor/</link>
<description><![CDATA[ <p>this goes under src/main/resource/META-INF/persistence.xml</p> ]]></description>
<pubDate>Sun, 23 Sep 2007 20:47:27 GMT</pubDate>
<guid>http://snipplr.com/view/3770/persistencexml-for-hibernate-vendor/</guid>
</item>
<item>
<title>(Java) JPA Annotated/Persistent Class</title>
<link>http://snipplr.com/view/3769/jpa-annotatedpersistent-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 23 Sep 2007 20:37:53 GMT</pubDate>
<guid>http://snipplr.com/view/3769/jpa-annotatedpersistent-class/</guid>
</item>
<item>
<title>(Groovy) Search entry in jar files</title>
<link>http://snipplr.com/view/2794/search-entry-in-jar-files/</link>
<description><![CDATA[ <p>Eg: groovy findjar "Servlet" /opt/tomcat/lib</p> ]]></description>
<pubDate>Mon, 04 Jun 2007 05:58:33 GMT</pubDate>
<guid>http://snipplr.com/view/2794/search-entry-in-jar-files/</guid>
</item>
</channel>
</rss>