<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Getting in touch with JiBX and Maven</title>
	<atom:link href="http://teamzone.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://teamzone.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/</link>
	<description>Welcome to the Joint-Venture Blog from Fabio Cortesi and Stefan Jäger.</description>
	<lastBuildDate>Fri, 20 May 2011 09:53:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Steve J.</title>
		<link>http://teamzone.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/comment-page-1/#comment-16</link>
		<dc:creator>Steve J.</dc:creator>
		<pubDate>Mon, 14 Jul 2008 21:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/#comment-16</guid>
		<description>Hi Sharad
1. question:
Yes, that&#039;s right. The &quot;maven-assembly-plugin&quot; just put all required jar files into the newly created jar file. In our case, this is used for the commons-lang library and the JiBX library. I have done this just for the example, so that you can just run &quot;java -jar abc.jar&quot;.

If you have the jar files outside the created jar, you have to define the classpath with all needed jars (e.g. java -cp ./path/to/libs/*.jar -jar abc.jar)

2. question
I don&#039;t understand your question completly. In this example, I also don&#039;t map the root element customer directly. It&#039;s just to define a main class, and all items in it are mapped than. It is able, that the root element contains elements, which are from another class. Just have a look at http://jibx.sourceforge.net/tutorial/binding-start.html.

Sorry for the late answers, I was in holiday...</description>
		<content:encoded><![CDATA[<p>Hi Sharad<br />
1. question:<br />
Yes, that&#8217;s right. The &#8220;maven-assembly-plugin&#8221; just put all required jar files into the newly created jar file. In our case, this is used for the commons-lang library and the JiBX library. I have done this just for the example, so that you can just run &#8220;java -jar abc.jar&#8221;.</p>
<p>If you have the jar files outside the created jar, you have to define the classpath with all needed jars (e.g. java -cp ./path/to/libs/*.jar -jar abc.jar)</p>
<p>2. question<br />
I don&#8217;t understand your question completly. In this example, I also don&#8217;t map the root element customer directly. It&#8217;s just to define a main class, and all items in it are mapped than. It is able, that the root element contains elements, which are from another class. Just have a look at <a href="http://jibx.sourceforge.net/tutorial/binding-start.html" rel="nofollow">http://jibx.sourceforge.net/tutorial/binding-start.html</a>.</p>
<p>Sorry for the late answers, I was in holiday&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharad</title>
		<link>http://teamzone.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/comment-page-1/#comment-15</link>
		<dc:creator>Sharad</dc:creator>
		<pubDate>Mon, 07 Jul 2008 14:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/#comment-15</guid>
		<description>Hi SteveJ,
I have requirement where I have to ignore the root element present in the data.xml and do binding only for the child elements of the root element. Can you help me on this?
Thanks in advance.]

Regards,
Sharad</description>
		<content:encoded><![CDATA[<p>Hi SteveJ,<br />
I have requirement where I have to ignore the root element present in the data.xml and do binding only for the child elements of the root element. Can you help me on this?<br />
Thanks in advance.]</p>
<p>Regards,<br />
Sharad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharad</title>
		<link>http://teamzone.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/comment-page-1/#comment-14</link>
		<dc:creator>Sharad</dc:creator>
		<pubDate>Mon, 07 Jul 2008 14:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/06/08/getting-in-touch-with-jibx-and-maven/#comment-14</guid>
		<description>Hi SteveJ,
I am able to execute example with dependency jar successfully but when I try to run the example using without dependency jar, its not working. Do I need to set the classpath(for all the jars) before running it?</description>
		<content:encoded><![CDATA[<p>Hi SteveJ,<br />
I am able to execute example with dependency jar successfully but when I try to run the example using without dependency jar, its not working. Do I need to set the classpath(for all the jars) before running it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

