<?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: Seam Cron: Scheduling Portable Extension for CDI</title>
	<atom:link href="http://screamingcoder.com/life/2009/07/23/scheduling-in-web-beans-and-jsr-299-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://screamingcoder.com/life/2009/07/23/scheduling-in-web-beans-and-jsr-299-apps/</link>
	<description>fax machine anthems</description>
	<lastBuildDate>Sun, 15 Mar 2026 19:12:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Pete</title>
		<link>http://screamingcoder.com/life/2009/07/23/scheduling-in-web-beans-and-jsr-299-apps/comment-page-1/#comment-2656</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 21 Apr 2011 04:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://screamingcoder.com/life/?p=102#comment-2656</guid>
		<description><![CDATA[Well the plan is to have this included in one of the first point releases of Seam (eg: Seam 3.0.1). In the meantime you should be able to check it out from https://github.com/seam/cron, &quot;mvn install&quot; and include it in your pom.xml.]]></description>
		<content:encoded><![CDATA[<p>Well the plan is to have this included in one of the first point releases of Seam (eg: Seam 3.0.1). In the meantime you should be able to check it out from <a href="https://github.com/seam/cron" rel="nofollow">https://github.com/seam/cron</a>, &#8220;mvn install&#8221; and include it in your pom.xml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fortega</title>
		<link>http://screamingcoder.com/life/2009/07/23/scheduling-in-web-beans-and-jsr-299-apps/comment-page-1/#comment-2654</link>
		<dc:creator>Fortega</dc:creator>
		<pubDate>Wed, 20 Apr 2011 09:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://screamingcoder.com/life/?p=102#comment-2654</guid>
		<description><![CDATA[any progress on this?]]></description>
		<content:encoded><![CDATA[<p>any progress on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://screamingcoder.com/life/2009/07/23/scheduling-in-web-beans-and-jsr-299-apps/comment-page-1/#comment-2614</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Mon, 28 Mar 2011 23:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://screamingcoder.com/life/?p=102#comment-2614</guid>
		<description><![CDATA[Update: This is now an official Seam 3 Module: &lt;a href=&quot;http://seamframework.org/Seam3/CronModule&quot; rel=&quot;nofollow&quot;&gt;Seam Cron&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Update: This is now an official Seam 3 Module: <a href="http://seamframework.org/Seam3/CronModule" rel="nofollow">Seam Cron</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://screamingcoder.com/life/2009/07/23/scheduling-in-web-beans-and-jsr-299-apps/comment-page-1/#comment-2610</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 25 Aug 2010 23:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://screamingcoder.com/life/?p=102#comment-2610</guid>
		<description><![CDATA[Unfortunately the Scheduling module still hasn&#039;t made its way out of the &#039;sandbox&#039; so I don&#039;t think it will get pushed to the JBoss maven repo any time soon. Your best bet is still to build from source using Maven3, as you&#039;ve probably already been doing:
&lt;code&gt;
svn co \ http://svn.jboss.org/repos/seam/sandbox/modules/scheduling/trunk
cd scheduling/
mvn clean install
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Unfortunately the Scheduling module still hasn&#8217;t made its way out of the &#8216;sandbox&#8217; so I don&#8217;t think it will get pushed to the JBoss maven repo any time soon. Your best bet is still to build from source using Maven3, as you&#8217;ve probably already been doing:<br />
<code><br />
svn co \ <a href="http://svn.jboss.org/repos/seam/sandbox/modules/scheduling/trunk" rel="nofollow">http://svn.jboss.org/repos/seam/sandbox/modules/scheduling/trunk</a><br />
cd scheduling/<br />
mvn clean install<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edvin Syse</title>
		<link>http://screamingcoder.com/life/2009/07/23/scheduling-in-web-beans-and-jsr-299-apps/comment-page-1/#comment-2609</link>
		<dc:creator>Edvin Syse</dc:creator>
		<pubDate>Thu, 01 Apr 2010 15:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://screamingcoder.com/life/?p=102#comment-2609</guid>
		<description><![CDATA[Nice work! Will this ever make it into any official package? Is there a maven repo for this or would you consider pushing it out to the central maven repo?]]></description>
		<content:encoded><![CDATA[<p>Nice work! Will this ever make it into any official package? Is there a maven repo for this or would you consider pushing it out to the central maven repo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://screamingcoder.com/life/2009/07/23/scheduling-in-web-beans-and-jsr-299-apps/comment-page-1/#comment-2604</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Mon, 11 Jan 2010 01:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://screamingcoder.com/life/?p=102#comment-2604</guid>
		<description><![CDATA[Yes it&#039;s all sourced from static configuration at the moment. But since the Environment Configuration module exports config data to JNDI, I guess it would be trivial for Scheduling to support it by simply checking for named schedules in JNDI first and then falling through to scheduling.properties. Or perhaps also checking for an entry which points to a scheduling.properties file arbitrarily located on the filesystem.

WRT delayed execution, the API could look like this:

&lt;code&gt;@Delayed(minutes=20)
public void doThisLater(User user) { ... }&lt;/code&gt;

or like this:

&lt;code&gt;public void doThisLater(@Observes @Delayed(minutes=20) AppEvent event) { ... }&lt;/code&gt;

... but I&#039;m not sure how I&#039;d go about implementing that yet. Also I&#039;ll have to check out asynchronous events in the spec for any possible overlap.]]></description>
		<content:encoded><![CDATA[<p>Yes it&#8217;s all sourced from static configuration at the moment. But since the Environment Configuration module exports config data to JNDI, I guess it would be trivial for Scheduling to support it by simply checking for named schedules in JNDI first and then falling through to scheduling.properties. Or perhaps also checking for an entry which points to a scheduling.properties file arbitrarily located on the filesystem.</p>
<p>WRT delayed execution, the API could look like this:</p>
<p><code>@Delayed(minutes=20)<br />
public void doThisLater(User user) { ... }</code></p>
<p>or like this:</p>
<p><code>public void doThisLater(@Observes @Delayed(minutes=20) AppEvent event) { ... }</code></p>
<p>&#8230; but I&#8217;m not sure how I&#8217;d go about implementing that yet. Also I&#8217;ll have to check out asynchronous events in the spec for any possible overlap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Corey</title>
		<link>http://screamingcoder.com/life/2009/07/23/scheduling-in-web-beans-and-jsr-299-apps/comment-page-1/#comment-2603</link>
		<dc:creator>Matt Corey</dc:creator>
		<pubDate>Sat, 09 Jan 2010 03:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://screamingcoder.com/life/?p=102#comment-2603</guid>
		<description><![CDATA[I love this notation -- combining the scheduling with CDI&#039;s event system, but it seems that what I see here is driven from a static schedule -- &#039;every hour&#039;, &#039;after hours&#039;, or something based on cron... do you plan to provide a way to schedule something dynamically?  In other words, &#039;a user just took some action, let&#039;s schedule something to fire 20 minutes from now&#039;?

Also, I&#039;m a big believer in being able to &lt;a href=&quot;http://smokeandice.blogspot.com/2009/12/say-hello-to-seam-3-environment.html&quot; rel=&quot;nofollow&quot;&gt;configure your application from outside of a packaged .war or .ear file&lt;/a&gt; -- any plans to support this capability?

M]]></description>
		<content:encoded><![CDATA[<p>I love this notation &#8212; combining the scheduling with CDI&#8217;s event system, but it seems that what I see here is driven from a static schedule &#8212; &#8216;every hour&#8217;, &#8216;after hours&#8217;, or something based on cron&#8230; do you plan to provide a way to schedule something dynamically?  In other words, &#8216;a user just took some action, let&#8217;s schedule something to fire 20 minutes from now&#8217;?</p>
<p>Also, I&#8217;m a big believer in being able to <a href="http://smokeandice.blogspot.com/2009/12/say-hello-to-seam-3-environment.html" rel="nofollow">configure your application from outside of a packaged .war or .ear file</a> &#8212; any plans to support this capability?</p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Screaming Coder » Scheduling in Web Beans and JSR-299 Apps BEC Development Blog</title>
		<link>http://screamingcoder.com/life/2009/07/23/scheduling-in-web-beans-and-jsr-299-apps/comment-page-1/#comment-2592</link>
		<dc:creator>Screaming Coder » Scheduling in Web Beans and JSR-299 Apps BEC Development Blog</dc:creator>
		<pubDate>Thu, 23 Jul 2009 19:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://screamingcoder.com/life/?p=102#comment-2592</guid>
		<description><![CDATA[[...] from:  Screaming Coder » Scheduling in Web Beans and JSR-299 Apps   Posted in Object, business, software. Tags: business, dinosaur-comics, friends, gets, home, [...]]]></description>
		<content:encoded><![CDATA[<p>[...] from:  Screaming Coder » Scheduling in Web Beans and JSR-299 Apps   Posted in Object, business, software. Tags: business, dinosaur-comics, friends, gets, home, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
