<?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: WebWidgets</title>
	<atom:link href="http://pocoproject.org/blog/?feed=rss2&#038;p=136" rel="self" type="application/rss+xml" />
	<link>http://pocoproject.org/blog/?p=136</link>
	<description>News and discussion for the POCO Community</description>
	<lastBuildDate>Thu, 09 May 2013 12:05:16 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=136&#038;cpage=1#comment-359</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 29 Apr 2008 10:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=136#comment-359</guid>
		<description>The limitation of the ApacheConnector, as it currently stands (from a full-blown web application perspective), is that it&#039;s not distributable. Some concerns are not addressed there, such as session tracking, user authentication etc. The distribution portion can be relatively easily achieved through a FastCGI connector. Both ApacheConnector and FastCGI can relatively easily be adjusted to interface the servlet container. As for the Servlet library itself, what is keeping it from the release is &lt;a href=&quot;http://poco.svn.sourceforge.net/viewvc/poco/sandbox/Servlet/TODO?view=markup&quot; rel=&quot;nofollow&quot;&gt;TODO list&lt;/a&gt;, lack of my time and/or sufficient interest/effort from contributors.</description>
		<content:encoded><![CDATA[<p>The limitation of the ApacheConnector, as it currently stands (from a full-blown web application perspective), is that it&#8217;s not distributable. Some concerns are not addressed there, such as session tracking, user authentication etc. The distribution portion can be relatively easily achieved through a FastCGI connector. Both ApacheConnector and FastCGI can relatively easily be adjusted to interface the servlet container. As for the Servlet library itself, what is keeping it from the release is <a href="http://poco.svn.sourceforge.net/viewvc/poco/sandbox/Servlet/TODO?view=markup" rel="nofollow">TODO list</a>, lack of my time and/or sufficient interest/effort from contributors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paschal</title>
		<link>http://pocoproject.org/blog/?p=136&#038;cpage=1#comment-360</link>
		<dc:creator>paschal</dc:creator>
		<pubDate>Tue, 29 Apr 2008 03:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=136#comment-360</guid>
		<description>I definitely would be happy to see the servlet library as part of the POCO based web solution. The ApacheConnector approach seems to solve the same problem in a way. I haven&#039;t attempted to make use of this but I guess it has the advantage of easier  intergration with existing webserver infrastructure.
The servlet approach is also a proven design in the Java world and Alex has already done fantastinc job of implementing this the POCO way.
Alex what are the key missing things that stand in the way of getting this library release?</description>
		<content:encoded><![CDATA[<p>I definitely would be happy to see the servlet library as part of the POCO based web solution. The ApacheConnector approach seems to solve the same problem in a way. I haven&#8217;t attempted to make use of this but I guess it has the advantage of easier  intergration with existing webserver infrastructure.<br />
The servlet approach is also a proven design in the Java world and Alex has already done fantastinc job of implementing this the POCO way.<br />
Alex what are the key missing things that stand in the way of getting this library release?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=136&#038;cpage=1#comment-364</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 15 Apr 2008 09:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=136#comment-364</guid>
		<description>Servlet library currently only has POCO web server implemented. However, the design is such that writing servers (i.e. server adapters) is simple. There is a POCO-ified FastCGI library by James Mansion that could be used to expose servlet engine through Apache. I have not seen the code yet, though.
As for ApacheConnector, POCO::Servlet currently does not relate to it.
We would like to add many things but our main constraints are manpower and available time. That&#039;s why we always look for contributors.</description>
		<content:encoded><![CDATA[<p>Servlet library currently only has POCO web server implemented. However, the design is such that writing servers (i.e. server adapters) is simple. There is a POCO-ified FastCGI library by James Mansion that could be used to expose servlet engine through Apache. I have not seen the code yet, though.<br />
As for ApacheConnector, POCO::Servlet currently does not relate to it.<br />
We would like to add many things but our main constraints are manpower and available time. That&#8217;s why we always look for contributors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coward</title>
		<link>http://pocoproject.org/blog/?p=136&#038;cpage=1#comment-363</link>
		<dc:creator>coward</dc:creator>
		<pubDate>Mon, 14 Apr 2008 23:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=136#comment-363</guid>
		<description>Will you be adding support for templating like ClearSilver, Smarty, Google gtemplate etc?</description>
		<content:encoded><![CDATA[<p>Will you be adding support for templating like ClearSilver, Smarty, Google gtemplate etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coward</title>
		<link>http://pocoproject.org/blog/?p=136&#038;cpage=1#comment-362</link>
		<dc:creator>coward</dc:creator>
		<pubDate>Mon, 14 Apr 2008 23:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=136#comment-362</guid>
		<description>Does the POCO::Servlet support CGI/FastCGI?

Or is it designed to run with ApacheConnector?</description>
		<content:encoded><![CDATA[<p>Does the POCO::Servlet support CGI/FastCGI?</p>
<p>Or is it designed to run with ApacheConnector?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coward</title>
		<link>http://pocoproject.org/blog/?p=136&#038;cpage=1#comment-361</link>
		<dc:creator>coward</dc:creator>
		<pubDate>Mon, 14 Apr 2008 22:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=136#comment-361</guid>
		<description>Yes I check ApacheConnector in subversion occasionally but do you know when it will be officially released?

Is it pretty much in a usable state?

Some official documention and examples as usual would be good too.

I am really looking forward to this one so that I can use C++ instead of PHP...</description>
		<content:encoded><![CDATA[<p>Yes I check ApacheConnector in subversion occasionally but do you know when it will be officially released?</p>
<p>Is it pretty much in a usable state?</p>
<p>Some official documention and examples as usual would be good too.</p>
<p>I am really looking forward to this one so that I can use C++ instead of PHP&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=136&#038;cpage=1#comment-365</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 14 Apr 2008 10:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=136#comment-365</guid>
		<description>Anyone replying here interested/willing to put in some work into &lt;a href=&quot;http://poco.svn.sourceforge.net/viewvc/poco/sandbox/Servlet/&quot; rel=&quot;nofollow&quot;&gt;Poco::Servlet library&lt;/a&gt;?</description>
		<content:encoded><![CDATA[<p>Anyone replying here interested/willing to put in some work into <a href="http://poco.svn.sourceforge.net/viewvc/poco/sandbox/Servlet/" rel="nofollow">Poco::Servlet library</a>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://pocoproject.org/blog/?p=136&#038;cpage=1#comment-367</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 14 Apr 2008 09:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=136#comment-367</guid>
		<description>@ApacheConnector: code is in subversion in the poco/trunk Folder. Did you check it out already?

@User Authentication: no, so please press on :-)</description>
		<content:encoded><![CDATA[<p>@ApacheConnector: code is in subversion in the poco/trunk Folder. Did you check it out already?</p>
<p>@User Authentication: no, so please press on <img src='http://pocoproject.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://pocoproject.org/blog/?p=136&#038;cpage=1#comment-366</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 14 Apr 2008 09:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=136#comment-366</guid>
		<description>Sounds good, I&#039;m looking forward to seeing it.

Is there any support for user authentication? I assume there is some form of session tracking? I ask this because I&#039;m working on some code for cookie based session / user tracking and if it&#039;s going to be provided I&#039;ll stop now, if not I&#039;ll press on and submit it as a possible poco addition when it looks a bit better.</description>
		<content:encoded><![CDATA[<p>Sounds good, I&#8217;m looking forward to seeing it.</p>
<p>Is there any support for user authentication? I assume there is some form of session tracking? I ask this because I&#8217;m working on some code for cookie based session / user tracking and if it&#8217;s going to be provided I&#8217;ll stop now, if not I&#8217;ll press on and submit it as a possible poco addition when it looks a bit better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coward</title>
		<link>http://pocoproject.org/blog/?p=136&#038;cpage=1#comment-369</link>
		<dc:creator>coward</dc:creator>
		<pubDate>Mon, 14 Apr 2008 03:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/poco/blog/?p=136#comment-369</guid>
		<description>I hope there is progress being made on ApacheConnector and family. This will itself have lots of potential for c++ web development.</description>
		<content:encoded><![CDATA[<p>I hope there is progress being made on ApacheConnector and family. This will itself have lots of potential for c++ web development.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
