<?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 Marek Potociar&#039;s Blog</title>
	<atom:link href="http://marek.potociar.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://marek.potociar.net</link>
	<description></description>
	<lastBuildDate>Tue, 22 Nov 2011 20:23:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on On JAX-RS 2.0 from Devoxx by javajoe</title>
		<link>http://marek.potociar.net/2011/11/17/on-jax-rs-2-0-from-devoxx/comment-page-1/#comment-448</link>
		<dc:creator>javajoe</dc:creator>
		<pubDate>Tue, 22 Nov 2011 20:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=287#comment-448</guid>
		<description>I would argue that what you just said is largely what 90% of these MVC frameworks do. They are just controllers that can integrate with various view technologies. In some cases a pure JavaScript front end. So yes I believe there is still a need for that. Large organizations like the one I work for (PAYING ORACLE CUSTOMERS) are forced to shop around for &quot;YET another&quot; framework to provide this functionality. 

FYI - we did not need &quot;YET another&quot; IOC container but we did it anyway with EE 1.6.</description>
		<content:encoded><![CDATA[<p>I would argue that what you just said is largely what 90% of these MVC frameworks do. They are just controllers that can integrate with various view technologies. In some cases a pure JavaScript front end. So yes I believe there is still a need for that. Large organizations like the one I work for (PAYING ORACLE CUSTOMERS) are forced to shop around for &#8220;YET another&#8221; framework to provide this functionality. </p>
<p>FYI &#8211; we did not need &#8220;YET another&#8221; IOC container but we did it anyway with EE 1.6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On JAX-RS 2.0 from Devoxx by Marek Potociar</title>
		<link>http://marek.potociar.net/2011/11/17/on-jax-rs-2-0-from-devoxx/comment-page-1/#comment-446</link>
		<dc:creator>Marek Potociar</dc:creator>
		<pubDate>Tue, 22 Nov 2011 19:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=287#comment-446</guid>
		<description>Not sure what you expected from the MVC support in JAX-RS, but if you expected JAX-RS to evolve into yet another presentation framework, that was actually never our goal. The idea was to look at JAX-RS resources as controllers and provide a direct integration layer for view frameworks, starting with JSP, but enabling others as well. Look at the original proposal: http://jcp.org/en/jsr/detail?id=339

From that perspective we are not adding any magic to make life of developers easier, but we certainly do not prevent developers from using a presentation framework of their choice. And again, coming up with an alternative to JSF was never our goal.</description>
		<content:encoded><![CDATA[<p>Not sure what you expected from the MVC support in JAX-RS, but if you expected JAX-RS to evolve into yet another presentation framework, that was actually never our goal. The idea was to look at JAX-RS resources as controllers and provide a direct integration layer for view frameworks, starting with JSP, but enabling others as well. Look at the original proposal: <a href="http://jcp.org/en/jsr/detail?id=339" rel="nofollow">http://jcp.org/en/jsr/detail?id=339</a></p>
<p>From that perspective we are not adding any magic to make life of developers easier, but we certainly do not prevent developers from using a presentation framework of their choice. And again, coming up with an alternative to JSF was never our goal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On JAX-RS 2.0 from Devoxx by Marek Potociar</title>
		<link>http://marek.potociar.net/2011/11/17/on-jax-rs-2-0-from-devoxx/comment-page-1/#comment-445</link>
		<dc:creator>Marek Potociar</dc:creator>
		<pubDate>Tue, 22 Nov 2011 18:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=287#comment-445</guid>
		<description>I would argue that the new client API is more accurate. But it&#039;s definitely a matter of taste. Also, the JAX-RS API is about half-size in terms of classes. That said, we&#039;re still in the EDR phase, so thinks can still get renamed and updated to optimise. Feel free to send concrete suggestions to the JAX-RS-SPEC users mailing list.</description>
		<content:encoded><![CDATA[<p>I would argue that the new client API is more accurate. But it&#8217;s definitely a matter of taste. Also, the JAX-RS API is about half-size in terms of classes. That said, we&#8217;re still in the EDR phase, so thinks can still get renamed and updated to optimise. Feel free to send concrete suggestions to the JAX-RS-SPEC users mailing list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On JAX-RS 2.0 from Devoxx by javajoe</title>
		<link>http://marek.potociar.net/2011/11/17/on-jax-rs-2-0-from-devoxx/comment-page-1/#comment-444</link>
		<dc:creator>javajoe</dc:creator>
		<pubDate>Tue, 22 Nov 2011 18:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=287#comment-444</guid>
		<description>And that&#039;s the problem. Lets give a conservative estimate that 60% of projects will NOT choose JSF as there preferred web framework. Instead, we now have to go and download say Spring to use its MVC framework. The one stop shop (Java EE 1.6/1.7) is no longer a one stop shop. Now that we have Spring in our project should we just forget about JAX-RS and use the Spring&#039;s Rest support ? The same problem occurred when we needed a simple IOC container. If we were using Java EE 1.5 and wanted descent IOC we had to use Spring. Now that we have CDI we no longer have to use Spring. But wait, we do .... because we can&#039;t stand JSF and using a Servlet and JSP solution is rather antiquated. Ok, lets just bring in Spring and it&#039;s million dependencies. We are back to square one. Even worse should we use EE or Spring since EE does not provide the things we are looking for.</description>
		<content:encoded><![CDATA[<p>And that&#8217;s the problem. Lets give a conservative estimate that 60% of projects will NOT choose JSF as there preferred web framework. Instead, we now have to go and download say Spring to use its MVC framework. The one stop shop (Java EE 1.6/1.7) is no longer a one stop shop. Now that we have Spring in our project should we just forget about JAX-RS and use the Spring&#8217;s Rest support ? The same problem occurred when we needed a simple IOC container. If we were using Java EE 1.5 and wanted descent IOC we had to use Spring. Now that we have CDI we no longer have to use Spring. But wait, we do &#8230;. because we can&#8217;t stand JSF and using a Servlet and JSP solution is rather antiquated. Ok, lets just bring in Spring and it&#8217;s million dependencies. We are back to square one. Even worse should we use EE or Spring since EE does not provide the things we are looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On JAX-RS 2.0 from Devoxx by amsellem yves</title>
		<link>http://marek.potociar.net/2011/11/17/on-jax-rs-2-0-from-devoxx/comment-page-1/#comment-442</link>
		<dc:creator>amsellem yves</dc:creator>
		<pubDate>Tue, 22 Nov 2011 18:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=287#comment-442</guid>
		<description>The client API seems more complicated than Jersey&#039;s existing one: ClientFactory.newClient().target(location).request(mediatype).post(body, result) seems less accurate than  Client.create().resource(location).type(mediatype).post(result, body). Your post() arguments seem right – the body before – but request() to set the mediatype is very confusing and target to set the endpoint do not seems as accurate as location() or resource().

Besides, there&#039;s something not clear to me about Transition Links/Structural Links. Can you please explain where those Transition Links will be set? The HTTP body can have a structure with transitions IMO.

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>The client API seems more complicated than Jersey&#8217;s existing one: ClientFactory.newClient().target(location).request(mediatype).post(body, result) seems less accurate than  Client.create().resource(location).type(mediatype).post(result, body). Your post() arguments seem right – the body before – but request() to set the mediatype is very confusing and target to set the endpoint do not seems as accurate as location() or resource().</p>
<p>Besides, there&#8217;s something not clear to me about Transition Links/Structural Links. Can you please explain where those Transition Links will be set? The HTTP body can have a structure with transitions IMO.</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On JAX-RS 2.0 from Devoxx by amsellem yves</title>
		<link>http://marek.potociar.net/2011/11/17/on-jax-rs-2-0-from-devoxx/comment-page-1/#comment-441</link>
		<dc:creator>amsellem yves</dc:creator>
		<pubDate>Tue, 22 Nov 2011 17:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=287#comment-441</guid>
		<description>Those are great news and I&#039;m glad you look deeper into adding links to the HTTP body. Without them, HATEOAS will still be Fielding&#039;s foolish dream: but it deserves more. Navigating through links helps hiding most of the resources which uncouple clients from server. With HATEOAS, REST APIs can be reduce in the same fashion your experts reduce the number of JAX-RS 2 API classes to 14.</description>
		<content:encoded><![CDATA[<p>Those are great news and I&#8217;m glad you look deeper into adding links to the HTTP body. Without them, HATEOAS will still be Fielding&#8217;s foolish dream: but it deserves more. Navigating through links helps hiding most of the resources which uncouple clients from server. With HATEOAS, REST APIs can be reduce in the same fashion your experts reduce the number of JAX-RS 2 API classes to 14.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On JAX-RS 2.0 from Devoxx by Marek Potociar</title>
		<link>http://marek.potociar.net/2011/11/17/on-jax-rs-2-0-from-devoxx/comment-page-1/#comment-439</link>
		<dc:creator>Marek Potociar</dc:creator>
		<pubDate>Mon, 21 Nov 2011 09:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=287#comment-439</guid>
		<description>While I understand that you may not find it ideal, dropping MVC from JAX-RS means only we are not going to standardise anything as part of the spec (at the moment). It does not however preclude any proprietary extensions or integrations with any other existing MVC frameworks out there.</description>
		<content:encoded><![CDATA[<p>While I understand that you may not find it ideal, dropping MVC from JAX-RS means only we are not going to standardise anything as part of the spec (at the moment). It does not however preclude any proprietary extensions or integrations with any other existing MVC frameworks out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On JAX-RS 2.0 from Devoxx by javajoe</title>
		<link>http://marek.potociar.net/2011/11/17/on-jax-rs-2-0-from-devoxx/comment-page-1/#comment-434</link>
		<dc:creator>javajoe</dc:creator>
		<pubDate>Sat, 19 Nov 2011 16:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=287#comment-434</guid>
		<description>really disappointed to see you dropping the MVC support for JAX-RS 2.0. Other platforms like .net have both component based web framework (webforms) and action based framework like ASP.NET mvc. We need to keep up with our competitors. JSF is not a once size fits all web framework. We need a mvc framework that tightly integrates with all the javascript frameworks of the day.</description>
		<content:encoded><![CDATA[<p>really disappointed to see you dropping the MVC support for JAX-RS 2.0. Other platforms like .net have both component based web framework (webforms) and action based framework like ASP.NET mvc. We need to keep up with our competitors. JSF is not a once size fits all web framework. We need a mvc framework that tightly integrates with all the javascript frameworks of the day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GlassFish 3.1 with Metro 2.1 is out! by greg</title>
		<link>http://marek.potociar.net/2011/03/01/glassfish-3-1-with-metro-2-1-is-out/comment-page-1/#comment-429</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Fri, 23 Sep 2011 07:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=245#comment-429</guid>
		<description>Hi, 
is there any documentation how provide WS-Security using Metro/WSIT?
greg</description>
		<content:encoded><![CDATA[<p>Hi,<br />
is there any documentation how provide WS-Security using Metro/WSIT?<br />
greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GlassFish 3.1 with Metro 2.1 is out! by greg</title>
		<link>http://marek.potociar.net/2011/03/01/glassfish-3-1-with-metro-2-1-is-out/comment-page-1/#comment-428</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Thu, 22 Sep 2011 18:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://marek.potociar.net/?p=245#comment-428</guid>
		<description>Hi, 
is there any documentation of workflow how provide WS-Secuirty using Metro/WSIT?
How for exapmle GlassFish is doing it or others Web Applications?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
is there any documentation of workflow how provide WS-Secuirty using Metro/WSIT?<br />
How for exapmle GlassFish is doing it or others Web Applications?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

