<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>3kbo &#187; Maven</title>
	<atom:link href="http://blog.3kbo.com/category/maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.3kbo.com</link>
	<description>Building Semantic Web Applications</description>
	<lastBuildDate>Sat, 17 Dec 2011 23:04:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configuring Persistence for Lift Web Applications</title>
		<link>http://blog.3kbo.com/2011/05/29/lift-persistence/</link>
		<comments>http://blog.3kbo.com/2011/05/29/lift-persistence/#comments</comments>
		<pubDate>Sun, 29 May 2011 22:03:12 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Cloudbees]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[JNDI]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jetty]]></category>
		<category><![CDATA[Lift]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Postgres]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://blog.3kbo.com/?p=3034</guid>
		<description><![CDATA[Generating a basic Lift web application using Maven (see Using Maven and Eclipse to generate Scala Lift Web Applications) creates a project that by default uses a H2 database. The generated application provides three obvious options for configuring persistence. The starting point is Boot.scala (located in src/main/scala/bootstrap/liftweb/Boot.scala).
In examples below we look at:

how H2 is specified [...]]]></description>
		<wfw:commentRss>http://blog.3kbo.com/2011/05/29/lift-persistence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Maven and Eclipse to generate Scala Lift Web Applications</title>
		<link>http://blog.3kbo.com/2011/04/24/scala-lift-maven-eclips/</link>
		<comments>http://blog.3kbo.com/2011/04/24/scala-lift-maven-eclips/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 07:24:57 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Lift]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://blog.3kbo.com/?p=2789</guid>
		<description><![CDATA[The Lift web framework is built on top of Scala which in turn runs on the Java Platform. Lift applications are built as WAR files and deployed to  servlet containers such as Tomcat and Jetty.
The Maven archtetypes for Lift and the Scala IDE for Eclipse make it easy for a Java developer to start [...]]]></description>
		<wfw:commentRss>http://blog.3kbo.com/2011/04/24/scala-lift-maven-eclips/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Maven Commands</title>
		<link>http://blog.3kbo.com/2009/02/20/maven-commands/</link>
		<comments>http://blog.3kbo.com/2009/02/20/maven-commands/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 04:02:53 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://blog.3kbo.com/?p=37</guid>
		<description><![CDATA[A list of the maven commands and references I commonly use.
Creating Maven Projects

mvn archetype:create -DgroupId=com._3kbo -DartifactId=application (create a project for building a jar file )
mvn archetype:create -DgroupId=com._3kbo -DartifactId=webapplication -DarchetypeArtifactId=maven-archetype-webapp (create a web app project for building a war file)
mvn archetype:generate (Select the number of the desired archetype.)

Building, Testing, Packaging and Installing to the Repository

mvn clean [...]]]></description>
		<wfw:commentRss>http://blog.3kbo.com/2009/02/20/maven-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

