<?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 for TechJava</title>
	<atom:link href="http://www.techjava.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techjava.de</link>
	<description>Journal on Java Technology</description>
	<lastBuildDate>Mon, 15 Feb 2010 14:09:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Exposing Functionality using Web Services and JEE by Simon Zambrovski</title>
		<link>http://www.techjava.de/topics/2010/01/functionality-web-services-jee/comment-page-1/#comment-17807</link>
		<dc:creator>Simon Zambrovski</dc:creator>
		<pubDate>Mon, 15 Feb 2010 14:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=554#comment-17807</guid>
		<description>Both answers seem to require manual DTO hacking. You can try to use WebParam and WebResult tags, but these are for mapping two Java types to different XML Schema elements. Especially for the 2. you are right saying that this should be done not in the domain model: that&#039;s the reason for the additional DTO layer. 

In order to skip manual writing of 1:1 mappers I can only propose to use some MDSD techniques and essentually use a DSL for definition of the conceptual model, which can be easily translated to the domain model using JPA and to the DTO layer with corresponsding XmlBean Annotations.</description>
		<content:encoded><![CDATA[<p>Both answers seem to require manual DTO hacking. You can try to use WebParam and WebResult tags, but these are for mapping two Java types to different XML Schema elements. Especially for the 2. you are right saying that this should be done not in the domain model: that&#8217;s the reason for the additional DTO layer. </p>
<p>In order to skip manual writing of 1:1 mappers I can only propose to use some MDSD techniques and essentually use a DSL for definition of the conceptual model, which can be easily translated to the domain model using JPA and to the DTO layer with corresponsding XmlBean Annotations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exposing Functionality using Web Services and JEE by Arne</title>
		<link>http://www.techjava.de/topics/2010/01/functionality-web-services-jee/comment-page-1/#comment-17805</link>
		<dc:creator>Arne</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=554#comment-17805</guid>
		<description>Great article, Simon, as always.

Some questions remain though. They all consider the use case that I want to publish different views of my domain model, all of them being a subset of the internal domain model.

1. How can I publish two subsets of my domain model with the @XmlType tag, one containing attribute A and B and one containing A only?

2. Is there a way to define those mappings in the webservice facade instead of the domain model? It feels misplaced there, because it is not the concern of an entity layer to publish something via an external interface.</description>
		<content:encoded><![CDATA[<p>Great article, Simon, as always.</p>
<p>Some questions remain though. They all consider the use case that I want to publish different views of my domain model, all of them being a subset of the internal domain model.</p>
<p>1. How can I publish two subsets of my domain model with the @XmlType tag, one containing attribute A and B and one containing A only?</p>
<p>2. Is there a way to define those mappings in the webservice facade instead of the domain model? It feels misplaced there, because it is not the concern of an entity layer to publish something via an external interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launching Eclipse RCP via Java Web Start by shuron</title>
		<link>http://www.techjava.de/topics/2010/02/launching-rcp-via-jws/comment-page-1/#comment-17747</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=582#comment-17747</guid>
		<description>Hmmm.
I can start your app without big torubles. Jsut takes time for download.
There are just some troubles with Log-file location.

&lt;img src=&quot;http://www.techjava.de/wp-content/uploads/erpapp.jpg&quot; /&gt;


I used: 
Firefox 3.6
Java Web Start 1.6.0_13
JRE-Version 1.6.0_07

Which java version, WebStart Version and browser do you use for test?
</description>
		<content:encoded><![CDATA[<p>Hmmm.<br />
I can start your app without big torubles. Jsut takes time for download.<br />
There are just some troubles with Log-file location.</p>
<p><img src="http://www.techjava.de/wp-content/uploads/erpapp.jpg" /></p>
<p>I used:<br />
Firefox 3.6<br />
Java Web Start 1.6.0_13<br />
JRE-Version 1.6.0_07</p>
<p>Which java version, WebStart Version and browser do you use for test?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring JBoss Datasource for Firebird DB by shuron</title>
		<link>http://www.techjava.de/topics/2010/01/configuring-jboss-datasource-for-firebird-db/comment-page-1/#comment-17745</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=537#comment-17745</guid>
		<description>Jboss community has also very good site on DataSource configuration for different Databases,
So check it out: 
http://community.jboss.org/wiki/configdatasources</description>
		<content:encoded><![CDATA[<p>Jboss community has also very good site on DataSource configuration for different Databases,<br />
So check it out:<br />
<a href="http://community.jboss.org/wiki/configdatasources">http://community.jboss.org/wiki/configdatasources</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launching Eclipse RCP via Java Web Start by i2e</title>
		<link>http://www.techjava.de/topics/2010/02/launching-rcp-via-jws/comment-page-1/#comment-17681</link>
		<dc:creator>i2e</dc:creator>
		<pubDate>Fri, 05 Feb 2010 15:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=582#comment-17681</guid>
		<description>Hello, our ERP uses the Eclipse RCP technology and now can boot from the web with jnlp. You can try from http://erp.i2e.com.es.
Congratulations for this article.</description>
		<content:encoded><![CDATA[<p>Hello, our ERP uses the Eclipse RCP technology and now can boot from the web with jnlp. You can try from <a href="http://erp.i2e.com.es">http://erp.i2e.com.es</a>.<br />
Congratulations for this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Intention of this site</title>
		<link>http://www.techjava.de/about/comment-page-1/#comment-17666</link>
		<dc:creator>Intention of this site</dc:creator>
		<pubDate>Wed, 03 Feb 2010 17:19:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-17666</guid>
		<description>[...] About        &#171; Eclipse DemoCamp Hamburg 2007 &#8211; Content Java Class Loading &#187;    Jan 05 2008 [...]</description>
		<content:encoded><![CDATA[<p>[...] About        &laquo; Eclipse DemoCamp Hamburg 2007 &#8211; Content Java Class Loading &raquo;    Jan 05 2008 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Packaging Eclipse-based RCP for the use in enterprise context by Launching Eclipse RCP via Java Web Start</title>
		<link>http://www.techjava.de/topics/2009/07/packaging-eclipse-based-rcp-for-the-use-in-enterprise-context/comment-page-1/#comment-17665</link>
		<dc:creator>Launching Eclipse RCP via Java Web Start</dc:creator>
		<pubDate>Wed, 03 Feb 2010 16:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=394#comment-17665</guid>
		<description>[...] order to package the RCP I suggest to use feature-based products as described in a previous article. Following it, you should have a top-level plug-in (also refered as product-defining plug-in) and [...]</description>
		<content:encoded><![CDATA[<p>[...] order to package the RCP I suggest to use feature-based products as described in a previous article. Following it, you should have a top-level plug-in (also refered as product-defining plug-in) and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse Common Navigator Framework by Simon Zambrovski</title>
		<link>http://www.techjava.de/topics/2009/04/eclipse-common-navigator-framework/comment-page-1/#comment-17607</link>
		<dc:creator>Simon Zambrovski</dc:creator>
		<pubDate>Wed, 27 Jan 2010 21:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=302#comment-17607</guid>
		<description>Thanks for the feedback, Christian.
Check out the second post about CNF on TechJava: &lt;a href=&quot;http://www.techjava.de/topics/2009/08/eclipse-common-navigator-framework-
2/&quot;&gt;http://www.techjava.de/topics/2009/08/eclipse-common-navigator-framework-2/&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback, Christian.<br />
Check out the second post about CNF on TechJava: <a href="http://www.techjava.de/topics/2009/08/eclipse-common-navigator-framework-<br />
2/">http://www.techjava.de/topics/2009/08/eclipse-common-navigator-framework-2/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse Common Navigator Framework by Christian Bohm</title>
		<link>http://www.techjava.de/topics/2009/04/eclipse-common-navigator-framework/comment-page-1/#comment-17605</link>
		<dc:creator>Christian Bohm</dc:creator>
		<pubDate>Wed, 27 Jan 2010 19:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=302#comment-17605</guid>
		<description>Great tutorial. This is the first blog related to CNF that explains clearly what it is about.
Just to make it more clear, I should extend this article by adding a new navigatorContent and bind it into the same viewer.
Very cool post! Thanks!</description>
		<content:encoded><![CDATA[<p>Great tutorial. This is the first blog related to CNF that explains clearly what it is about.<br />
Just to make it more clear, I should extend this article by adding a new navigatorContent and bind it into the same viewer.<br />
Very cool post! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring JBoss Datasource for Firebird DB by shuron</title>
		<link>http://www.techjava.de/topics/2010/01/configuring-jboss-datasource-for-firebird-db/comment-page-1/#comment-17595</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Wed, 27 Jan 2010 00:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=537#comment-17595</guid>
		<description>I could successfully test it also on debian linux.
By the way, here ist short tutorial: &lt;a href=&quot;http://alexander.holbreich.org/2010/01/java-jboss-debian-linux/&quot;&gt;how to install Jboss on debian linux&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I could successfully test it also on debian linux.<br />
By the way, here ist short tutorial: <a href="http://alexander.holbreich.org/2010/01/java-jboss-debian-linux/">how to install Jboss on debian linux</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
