<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>seam &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/seam/</link>
	<description>Feed of posts on WordPress.com tagged "seam"</description>
	<pubDate>Wed, 23 Dec 2009 13:48:34 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Book Review: Packt's JBoss Richfaces 3.3]]></title>
<link>http://edemmorny.wordpress.com/2009/12/22/book-review-packts-jboss-richfaces-3-3/</link>
<pubDate>Tue, 22 Dec 2009 17:45:45 +0000</pubDate>
<dc:creator>Edem Morny</dc:creator>
<guid>http://edemmorny.wordpress.com/2009/12/22/book-review-packts-jboss-richfaces-3-3/</guid>
<description><![CDATA[Summary Very good book on what is arguably the most popular JSF component library. Covers the less w]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		H3 { margin-bottom: 0.08in } 		H3.western { font-family: "Liberation Sans", sans-serif } 		H3.ctl { font-family: "Lohit Hindi" } --></p>
<h3>Summary</h3>
<p>Very good book on what is arguably the most popular JSF component library. Covers the less well used but very important ajax features of Richfaces, including the use of ajax regions, containers as well as the plug-n-skin features.</p>
<h3>Details</h3>
<p>To all intents and purposes, this book is not for a beginner JSF developer, because it assumes familiarity with JSF 1.2. It starts off by delving into the history of the Richfaces component framework, which in eons past was just Ajax4jsf. It gives a short introduction (which is expounded later) on the ajax capabilities, the component set and skinability features of Richfaces for Rich Internet Application development.</p>
<p>It then sets off showing you step by step, how to create a simple JSF application that takes advantage of Richfaces as it&#8217;s JSF components library. It presents the seam-gen tool, a nifty tool for creating skeletons jsf projects based on the JBoss Seam project. Following the instructions on seam-gen enables you to create a quick prototype to start playing around with. This is then followed by instructions on how to manually create a project which is not Seam based, for fans of other frameworks which also integrate JSF, or for the pure JSF purists. This also includes configuring facelets support, and finally a look at how the IDEs provide support for development using the Richfaces component set.</p>
<p>The rest of the book, chapter by chapter, then focuses on using Richfaces components in building an interactive, intuitive and rich UI for your JSF application.</p>
<p>The following chapter delves into creating a JSF application using seam-gen (which I felt was repetitive, given that they&#8217;d actually created one in the preceding chapter), with additional parameters for defining the persistence model (entities) that were to be used in the application. It is worth noting from here forward almost all the examples now make use of the Seam framework&#8217;s programming model, something which could be a problem for those who are not Seam adherents. Also, with the stated assumption that this book is targeted at people with a basic knowledge of JSF, there didn&#8217;t seem to be the need to go over the basics of templating with Facelets and defining managed beans in a faces-config.xml file.</p>
<p>The next two chapters then introduce us to the intricate details of what the application is actually supposed to look like in terms of UI and functionality. The reader is taken through creating a database and generating entities from these, as well as creating a login page. I felt that these two chapters were the weakest chapters of the book, seeing as they dwelt more on entities, JPA and entities generation and Seam&#8217;s identity and login management than it did on the particular component framework in question – Richfaces. This may be explained by the fact that Richfaces enables the user to hook into Hibernate Validator for DRY enforcement on the domain model, the user could have been spared the parts on how to create the database, etc as well as Seam&#8217;s login management features.</p>
<p>Subsequently, the next chapter gives some very good insight on skinning, and implementing a means for the user to dynamically change skins. It explains the Richfaces&#8217;s use of XCSS, a powerful xml based means of describing CSS properties, as well as how to use some of the default Plug-n-Skin examples.</p>
<p>Chapter 6 then takes us deep into a real ajax experience, showing us the lesser explored but very important features provided by the rich:dataTable and rich:column components, as well as the appropriate use of the datascroller component for displaying tabular data. It also talks extensively about other data iteration components like the DataGrid and the DataList. Additionally, it goes into detail on the appropriate use of ajax placeholders, especially on using Richfaces outputPanel in achieving really ajax based changes to UI after changes are made to content, instead of just using JSF&#8217;s rendered attribute only.</p>
<p>The next chapter then deals with using the RichEditor as well as how to implement Drag&#8217;n'Drop support in your application. Finally an in-depth score is done on using the Richfaces FileUpload component.</p>
<p>Chapter 8 and 9 deal into more detail with skinning support in Richfaces, including how to create your own Plug&#8217;n'Skin skins, which can be quite easy if you follow the author&#8217;s guidance.</p>
<p>Chapter 10 dwells on advanced ajax capabilities such as Poll, Push as well as the partial update of data iteration components in the UI.</p>
<p>Of course, this book would not have been complete without discussing the Richfaces Component Development Kit (CDK). From creating a maven project using Richfaces&#8217;s CDK archetypes, to creating your own user defined components and registering them with the application, this chapter covers it all.</p>
<p>It ends with an appendix giving a short description of all the components currently provided by the Richfaces team.</p>
<h3>What I like about this book.</h3>
<p>This book contains a lot of information about how to really take advantage of the ajax capabilities provided by the Richfaces framework, and makes important mention of very valuable points to look out for when ajaxifying your application. I highly commend the indepth knowledge of Richfaces placeholders and the use of attributes like <em>ajaxSingle</em> and <em>process</em>, which gives your JSF application a true ajax feel.</p>
<h3>What I don&#8217;t like about this book.</h3>
<p>I&#8217;m an avowed fan of JBoss Seam, but I&#8217;d have preferred the book didn&#8217;t delve so deeply into Seam to make it&#8217;s point. As i mentioned before, some chapters dealt more with Seam than with Richfaces, and those may actually be quite annoying to someone who is developing with say Spring Web Flow.</p>
<p>Packt Publishing has attempted to pull off a book that provides an indepth look at the 3.3 version of  the popular JSF component library, Richfaces. In a lot of ways, I believe they have managed to do just that, give or take a few points.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Using the Expression Language Maintenance Release (MR) (EL2)]]></title>
<link>http://matthiaswessendorf.wordpress.com/2009/12/11/using-the-expression-language-maintenance-release-mr-el2/</link>
<pubDate>Fri, 11 Dec 2009 17:53:05 +0000</pubDate>
<dc:creator>matthiaswessendorf</dc:creator>
<guid>http://matthiaswessendorf.wordpress.com/2009/12/11/using-the-expression-language-maintenance-release-mr-el2/</guid>
<description><![CDATA[Funny, a co-worker yesterday called me about using the Expression Language MR stuff. Interestingly m]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Funny,</p>
<p>a co-worker yesterday called me about using the Expression Language MR stuff. Interestingly my body Lincoln wrote a blog on that one, a little while ago.</p>
<p><a href="http://ocpsoft.com/java/jsf2-java/jsf2-how-to-add-the-magic-of-el-el2-to-jsf/">Check it out</a>. Good read!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Run Seam projects in eclipse on Tomcat ]]></title>
<link>http://wobiny.wordpress.com/2009/12/10/run-seam-projects-in-eclipse-on-tomcat/</link>
<pubDate>Thu, 10 Dec 2009 20:25:47 +0000</pubDate>
<dc:creator>Ehsan</dc:creator>
<guid>http://wobiny.wordpress.com/2009/12/10/run-seam-projects-in-eclipse-on-tomcat/</guid>
<description><![CDATA[Hi I found one of the best solution for creating and running seam projects in eclipse on Tomcat so q]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi<br />
I found one of the best solution for creating and running seam projects in eclipse on Tomcat so quickly :<br />
<a href="http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/" target="_blank">http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/</a></p>
<p>bye</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[looking for a christmas present. help ex-child soldiers.]]></title>
<link>http://travelersnote.wordpress.com/2009/12/07/looking-for-a-christmas-present-help-ex-child-soldiers/</link>
<pubDate>Mon, 07 Dec 2009 16:59:26 +0000</pubDate>
<dc:creator>ACHOR</dc:creator>
<guid>http://travelersnote.wordpress.com/2009/12/07/looking-for-a-christmas-present-help-ex-child-soldiers/</guid>
<description><![CDATA[this is a great movement of people who are looking to help ex-child soldiers who make some amazing q]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>this is a great movement of people who are looking to help ex-child soldiers who make some amazing quality bags for women, and i think men. check it out and support the cause by <a href="http://www.invisiblechildren.com/mend/about">buying</a> some cool gifts for Christmas. Save a life!</p>
<p>The women employed in our program are formerly abducted child soldiers, often used in captivity as sex slaves. Those lucky enough to escape, often with children of their own, are ostracized due to their affiliation with the rebels. They lack education, and are taught sewing as a part of their brief rehabilitation. With demand for seamstresses already sparse due to the war, many are left without the means to support themselves and their children. </p>
<p>MEND is a socially and environmentally responsible company, made in afflicted emergent regions in hopes of stimulating growth, local employment, and economic stability. Similar to its parent company- Invisible Children, MEND is beginning with northern Uganda, with the possibility of heedful worldwide expansion. In October of 2007, 13 women began to MEND. Our dream is that many more will follow.</p>
<p><a href="http://vimeo.com/6937476">MEND Explanation Video</a> from <a href="http://vimeo.com/user2228810">MEND</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[JBoss &amp; Fedora Booths @FOSDEM'10]]></title>
<link>http://fhornain.wordpress.com/2009/12/05/jboss-fedora-booths-fosdem10/</link>
<pubDate>Sat, 05 Dec 2009 13:36:24 +0000</pubDate>
<dc:creator>Frederic Hornain</dc:creator>
<guid>http://fhornain.wordpress.com/2009/12/05/jboss-fedora-booths-fosdem10/</guid>
<description><![CDATA[Dear *, I am glad to announce you we will have a JBoss and Fedora Booth &#8211; separated ones ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://fhornain.wordpress.com/files/2009/12/fedorajboss.png?w=300" alt="" title="FedoraJBoss" width="300" height="88" class="alignleft size-medium wp-image-553" /></p>
<p>Dear *,</p>
<p>I am glad to announce you we will have a JBoss and Fedora Booth &#8211; separated ones &#8211; at FOSDEM&#8217;10. &#8211; details below -</p>
<p>FEDORA<br />
<em><br />
 &#8211; on Saturday from 10:00 to 18:00 and Sunday from 10:00 to 17:00,<br />
 &#8211; 2 table(s) of 2 meter width and 1 meter depth, 2 seats per table,<br />
 &#8211; most probably in the H<br />
 building,<br />
 &#8211; best-effort wireless interenet and one(!) type C/E power plug.</em></p>
<p>JBoss<br />
<em><br />
 &#8211; on Saturday from 10:00 to 18:00 and Sunday from 10:00 to 17:00,<br />
 &#8211; 1 table(s) of 2 meter width and 1 meter depth, 2 seats per table,<br />
 &#8211; most probably in the AW<br />
 building,<br />
 &#8211; best-effort wireless interenet and one(!) type C/E power plug.<br />
</em></p>
<p>See you there. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Frederic</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[JBoss@FOSDEM'10]]></title>
<link>http://fhornain.wordpress.com/2009/12/03/jbossfosdem10/</link>
<pubDate>Thu, 03 Dec 2009 17:29:09 +0000</pubDate>
<dc:creator>Frederic Hornain</dc:creator>
<guid>http://fhornain.wordpress.com/2009/12/03/jbossfosdem10/</guid>
<description><![CDATA[Dear *, I am glad to announce you that we  have a JBoss room for FOSDEM&#8217;10 &#8211; slots of 50]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://fhornain.wordpress.com/files/2009/12/jboss-org.png?w=300" alt="" title="jboss.org" width="300" height="259" class="alignleft size-medium wp-image-546" /></p>
<p>Dear *,</p>
<p>I am glad to announce you that we  have a JBoss room for FOSDEM&#8217;10 &#8211; slots of 50 minutes -.</p>
<p>JBoss Room availability:<br />
<strong>For 1 day, on Saturday 6th February from 13:00 to 19:00.</strong></p>
<p><strong>Now, I am looking for JBoss Speakers on the following subjects :</strong></p>
<ul>
<li><strong> Infinispan</strong></li>
<li><strong> JBoss Application Server</strong></li>
<li><strong> Seam</strong></li>
<li><strong> Drools</strong></li>
<li><strong> Hibernate</strong></li>
<li><strong> jBPM</strong></li>
<li><strong> Hibernate Search</strong></li>
</ul>
<p>See also the following URL :  <a href="https://fedoraproject.org/wiki/FOSDEM_2010_Technical_Talk_Propositions#JBoss_Talks_or_Subject_Propositions">https://fedoraproject.org/wiki/FOSDEM_2010_Technical_Talk_Propositions#JBoss_Talks_or_Subject_Propositions</a><br />
 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks to <a href="http://jbug.be/"> http://jbug.be/</a> for there help.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Quartz Scheduling with JBoss Seam ]]></title>
<link>http://nicodewet.com/2009/12/03/quartz-scheduling-with-jboss-seam/</link>
<pubDate>Thu, 03 Dec 2009 10:19:45 +0000</pubDate>
<dc:creator>nicodewet</dc:creator>
<guid>http://nicodewet.com/2009/12/03/quartz-scheduling-with-jboss-seam/</guid>
<description><![CDATA[In this post we build on another and present a code framework with accompanying in-depth explanation]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://nicodewet.wordpress.com/files/2009/12/nicodewet-com_clock_quartz.jpg"><img class="alignleft size-medium wp-image-77" title="Deadline Countdown" src="http://nicodewet.wordpress.com/files/2009/12/nicodewet-com_clock_quartz.jpg?w=264" alt="" width="264" height="300" /></a>In this post we build on <a href="http://blog.hpxn.net/2009/04/13/seam-quartz-schedueler-and-croninterval/" target="_blank">another</a> and present a code framework with accompanying in-depth explanations that can be used to get you up and running with <a href="http://www.quartz-scheduler.org/" target="_blank">Quartz</a> scheduling quickly.</p>
<p>You should also be able to incorporate this code into any Seam example application in no time and the in-depth explanations should help you further mould the framework to your requirements. For reference, we are using Seam 2.0.1.GA &#38; JBoss 4.2.2.GA and we assume you have the Seam example applications handy although this will only become relevant when looking at the build.xml files in Step 2.</p>
<h3>Quartz Background</h3>
<p>In a nutshell, if you use a Unix-like operating system, and you know <a href="http://en.wikipedia.org/wiki/Cron" target="_blank">cron</a>, then you know Quartz. This is an oversimplification of course, the extent to which you&#8217;ll be able to gauge if you have a look at the available <a href="http://www.quartz-scheduler.org/overview/features.html" target="_blank">Quartz Features</a> and <a href="http://www.quartz-scheduler.org/docs/tutorial/index.html" target="_blank">Quartz Tutorials</a>, however the syntax used for calendar-like job scheduling by and large matches that of cron (see the <a href="http://www.quartz-scheduler.org/docs/tutorials/crontrigger.html" target="_blank">CronTrigger Tutorial</a> for more detail).</p>
<h3>Step 1: Create the seam.quartz.properties File</h3>
<p>In your resources folder, which contains your seam.properties file, amongst others, create a file alongside named seam.quartz.properties an drop the following text in it:</p>
<pre>#==============================================================
# Configure Main Scheduler Properties
#==============================================================

org.quartz.scheduler.instanceName Sched1
org.quartz.scheduler.instanceId AUTO
org.quartz.scheduler.rmi.export false
org.quartz.scheduler.rmi.proxy false

#==============================================================
# Configure ThreadPool
#==============================================================

org.quartz.threadPool.class org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount 3

#==============================================================
# Configure JobStore
#==============================================================

org.quartz.jobStore.misfireThreshold 60000
org.quartz.jobStore.class org.quartz.simpl.RAMJobStore
</pre>
<h4><span style="color:#003366;">Digging deeper </span></h4>
<p>Lets consider what the above means:</p>
<ul>
<li><em>org.quartz.scheduler.instanceName Sched1</em> &#8211; The Scheduler name, significant if you need to identify multiple Schedulers in your client code.</li>
<li><em>org.quartz.scheduler.instanceId AUTO</em> &#8211; As can be inferred, this is an automatically generated Id for the Schedule instance.</li>
<li><em>org.quartz.scheduler.rmi.export false</em> &#8211; With this set to true the Scheduler cannot be accessed remotely via RMI.</li>
<li><em>org.quartz.scheduler.rmi.proxy false</em> &#8211; Only relevant, if you want to connect to a remotely served scheduler, we don&#8217;t so we set it to false.</li>
</ul>
<ul>
<li><em>org.quartz.threadPool.class org.quartz.simpl.SimpleThreadPool</em> &#8211; Has an associated fixed-size pool of threads that live the lifetime of the Scheduler.</li>
<li><em>org.quartz.threadPool.threadCount 3</em> &#8211; The number of threads available for concurrent execution of jobs. Exactly how many threads one will need appears to be more of a thumb suck than exact science, but <a href="http://www.quartz-scheduler.org/docs/configuration/ConfigThreadPool.html" target="_self">apparently</a> if you only have a few jobs that fire a few times a day, then 1 thread is good enough, so we&#8217;ve thrown in two extras here for good measure. If you have too few threads though you may get a &#8220;mis-fire&#8221;, see the next property, the <em>misfireThreshold</em>, for more clarity on this.</li>
</ul>
<ul>
<li><em>org.quartz.jobStore.misfireThreshold 60000</em> &#8211; Accourding to the documentation, this is <em>the number of milliseconds the scheduler will &#8216;tolerate&#8217; a trigger to pass its next-fire-time by, before being considered &#8220;misfired&#8221;</em>. What happens when a trigger misfires can be specified with a mis-fire instruction which is a property of the Quartz Trigger class. There is a default mis-fire instruction and <a href="http://www.quartz-scheduler.org/docs/tutorial/TutorialLesson04.html" target="_blank">the relevant section of the Quartz Scheduler Documentation</a> recommends familiarity with the misfire instructions that are defined on the given trigger types, as explained in their JavaDoc, and also mentions that the misfire instruction for a given trigger instance can be configured using the <em>setMisfireInstruction(..)</em> method. One would think that some kind of logging or other corrective action would be appropriate in such a method.</li>
<li><em>org.quartz.jobStore.class org.quartz.simpl.RAMJobStore</em> &#8211; with this all scheduling information  (job, triggers and calendars) is stored in memory and naturally all such information will be lost when the Scheduler terminates. A persistent alternative to this is JDBCJobStore.</li>
</ul>
<p>Finally, for more information on Quartz configuration, please consult the <a href="http://www.quartz-scheduler.org/docs/configuration/" target="_blank">Quartz Configuration Reference</a>.</p>
<h3>Step 2: Tweak your build.xml file</h3>
<p>If you want to build any of the Seam example applications, you&#8217;ll notice a build file that has application specific options and then there is an import of an upper level build file. All you need to do is to add the following line into the example application build file (the details are in the imported build file if you are interested):</p>
<pre>&#60;property name="quartz.lib" value="yes"/&#62;</pre>
<h4><span style="color:#003366;">Digging deeper </span></h4>
<p>All this does is to result in your Quartz properties file going where it needs to go in terms of packaging, and likewise for the Quartz jar file. There is not much more one can say about this apart from that the Seam example build file structure can be quite handy, a lot of work has already gone into it so it seems to make sense to use it in your application. You may want to check up on what version of Quartz you are using.</p>
<h3>Step 3: Edit the components.xml file</h3>
<p>There&#8217;s very little to this file, located in your WEB-INF directory, just add in the following namespace scheme pointer in the components main node:</p>
<pre>xmlns:async="http://jboss.com/products/seam/async"
</pre>
<p>Then add the following element to start the Quartz dispatcher:</p>
<pre>&#60;async:quartz-dispatcher/&#62;
</pre>
<h3>Step 4: Create the Processor and Controller classes</h3>
<p><strong>ScheduleProcessor.java</strong>:</p>
<pre>package com.newco.services;

import java.util.Date;
import org.jboss.seam.ScopeType;
import org.jboss.seam.annotations.AutoCreate;
import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Logger;
import org.jboss.seam.log.Log;
import org.jboss.seam.annotations.Name;
import org.jboss.seam.annotations.Scope;
import org.jboss.seam.annotations.Transactional;
import org.jboss.seam.annotations.async.Asynchronous;
import org.jboss.seam.annotations.async.Expiration;
import org.jboss.seam.annotations.async.IntervalCron;
import org.jboss.seam.async.QuartzTriggerHandle;

@Name("processor")
@AutoCreate
@Scope(ScopeType.APPLICATION)
public class ScheduleProcessor {

    @Logger
    private Log log;

    @Asynchronous
    @Transactional
    public QuartzTriggerHandle createQuartzTestTimer(
                @Expiration Date when, @IntervalCron String interval) {

    	String date = new Date().toString();
    	log.info( "Quartz Test: " + date );
    	return null;
    }
}
</pre>
<h4><span style="color:#003366;">Digging deeper </span></h4>
<p>As noted in the <a href="http://blog.hpxn.net/2009/04/13/seam-quartz-schedueler-and-croninterval/" target="_blank">referenced post</a>, this is where we place the work that needs to be done, or <em>what</em> we are actually scheduling. As you can see all we do here is to log that date periodically, with the period being defined by IntervalCron. Also note that the Processor class has an APPLICATION scope and is AutoCreate-ed, there are alternative ways one could achieve this (via an org.jboss.seam.postInitialization event) and which approach is superior, if any, is debatable.</p>
<p><strong>ScheduleController.java</strong>:</p>
<pre>package com.newco.services;

import java.io.Serializable;
import java.util.Date;
import static org.jboss.seam.ScopeType.APPLICATION;
import org.jboss.seam.annotations.AutoCreate;
import org.jboss.seam.annotations.Create;
import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Logger;
import org.jboss.seam.annotations.Name;
import org.jboss.seam.annotations.Scope;
import org.jboss.seam.annotations.Startup;
import org.jboss.seam.async.QuartzTriggerHandle;
import org.jboss.seam.log.Log;

@Name("controller")
@Scope(APPLICATION)
@AutoCreate
@Startup
public class ScheduleController implements Serializable {

    private static final long serialVersionUID = 7609983147081676186L;

    @In
    ScheduleProcessor processor;    

    @Logger
    Log log;  

    private QuartzTriggerHandle quartzTestTriggerHandle;
    private static String CRON_INTERVAL = "0 * * * * ?";

    @Create
    public void scheduleTimer() {
	    quartzTestTriggerHandle =
                processor.createQuartzTestTimer(new Date(), CRON_INTERVAL);
	}
}
</pre>
<h4><span style="color:#003366;">Digging deeper </span></h4>
<p>Our schedule is such that the trigger will fire every minute of every day so that we can see some action happening in the log in Step 5, for full coverage of alternatives and cron syntax, please consult <a href="http://www.quartz-scheduler.org/docs/tutorials/crontrigger.html" target="_blank">the manual</a>.</p>
<p>When looking at this, you might wonder what happened to the potential mis-fire instruction, where would it go if it where necessary? Also, with appropriate test cases, we would want to intentionally cause mis-fires so that our misfire instruction, that we had duly set via the <em>setMisfireIntruction()</em> method, can flex its muscles. These are important questions that we won&#8217;t answer in this post right now, but potentially in future.</p>
<p><strong>Step 5: Deploy and watch your JBoss log file</strong></p>
<p>All you need to do now is deploy the application, and if you watch the server log file, or console output, you should see something like this every minute:</p>
<pre>12:55:00,134 INFO  [ScheduleProcessor] Quartz Test: Tue Dec 01 12:55:00 SAST 2009
12:56:00,029 INFO  [ScheduleProcessor] Quartz Test: Tue Dec 01 12:56:00 SAST 2009
12:57:00,025 INFO  [ScheduleProcessor] Quartz Test: Tue Dec 01 12:57:00 SAST 2009
12:58:00,025 INFO  [ScheduleProcessor] Quartz Test: Tue Dec 01 12:58:00 SAST 2009
12:59:00,031 INFO  [ScheduleProcessor] Quartz Test: Tue Dec 01 12:59:00 SAST 2009</pre>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:426px;width:1px;height:1px;">&#60;event type=&#8221;org.jboss.seam.postInitialization&#8221;&#62;&#60;action execute=&#8221;#{controller.scheduleTimer}&#8221;/&#62;&#60;/event&#62;</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Integrating JBoss EL with JSF]]></title>
<link>http://yigitdarcin.wordpress.com/2009/12/01/integrating-jboss-el-with-jsf/</link>
<pubDate>Mon, 30 Nov 2009 18:08:47 +0000</pubDate>
<dc:creator>yigitdarcin</dc:creator>
<guid>http://yigitdarcin.wordpress.com/2009/12/01/integrating-jboss-el-with-jsf/</guid>
<description><![CDATA[JBoss EL is a powerful tool if you are using JSF. You can pass parameters to methods in JSF with it.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>JBoss EL is a powerful tool if you are using JSF. You can pass parameters to methods in JSF with it. It is my favorite tool right now while developing with JSF. I thought it was coming with Seam only, I mean I thought that you cannot use it without Seam but then in a PrimeFaces-Spring-Hibernate project I needed this. It turns out that you can use JBoss el w/o Seam also and it is very easy to integrate.</p>
<p>1. Just download JBoss EL jar to your web-ing/lib folder, or add it as a dependency in your pom.xml file ( if you&#8217;re using maven)</p>
<p>and put this in your web.xml file:</p>
<p><code>&#60;context-param&#62;<br />
&#60;param-name&#62;com.sun.faces.expressionFactory&#60;/param-name&#62;<br />
&#60;param-value&#62;org.jboss.el.ExpressionFactoryImpl&#60;/param-value&#62;<br />
&#60;/context-param&#62;</code></p>
<p>that is it. now you can do a lot of tricks like :</p>
<p><code>&#60;ui:repeat var="day"  value="#{bean.user.getWorkingDays(bean.periodStartDate, bean.periodEndDate)}"&#62;<br />
&#60;p:commandButton value="#{day}" action="#{bean.selectDay(day)}"/&#62;<br />
&#60;/ui:repeat&#62;</code></p>
<p>yes, like above all kind of tricks can be done now. </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What Java EE Server do you use?]]></title>
<link>http://technicalbrainwave.wordpress.com/2009/11/30/what-java-ee-server-do-you-use/</link>
<pubDate>Mon, 30 Nov 2009 14:59:59 +0000</pubDate>
<dc:creator>Gift Sam</dc:creator>
<guid>http://technicalbrainwave.wordpress.com/2009/11/30/what-java-ee-server-do-you-use/</guid>
<description><![CDATA[Java EE servers are based on the Java™ 2 Platform, Enterprise Edition (J2EE™) and is used widely to ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Java EE servers are based on the Java™ 2 Platform, Enterprise Edition (J2EE™) and is used widely to provide code portability, reuse across tiers, platform support, scalability and for EJB strengths. Instead these supports are provided by the most of the java EE servers, this article is the place where you can share the Java EE servers used during your project development. I have assessed most of the Java EE servers used by the developers in the below. <em><strong>Kindly choose the Java EE server(Choose all that apply) which you use, also share the reason why you choose the particular Java EE server for your project development.</strong></em> Also if your option is others remark your Java EE server in the comments.</p>
<a name="pd_a_2320814"></a><div class="PDS_Poll" id="PDI_container2320814" style="display:inline-block;"></div><script type="text/javascript" language="javascript" charset="utf-8" src="http://static.polldaddy.com/p/2320814.js"></script>
		<noscript>
		<a href="http://answers.polldaddy.com/poll/2320814/">View This Poll</a><br/><span style="font-size:10px;"><a href="http://www.polldaddy.com">surveys</a></span>
		</noscript>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Great Songs Of The Past:  Seam - King Rice]]></title>
<link>http://takethesongsandrun.wordpress.com/2009/11/30/great-songs-of-the-past-seam-king-rice/</link>
<pubDate>Mon, 30 Nov 2009 08:10:04 +0000</pubDate>
<dc:creator>delso</dc:creator>
<guid>http://takethesongsandrun.wordpress.com/2009/11/30/great-songs-of-the-past-seam-king-rice/</guid>
<description><![CDATA[Siamo onesti: in realtà i brani più rappresentativi dei Seam di Sooyoung Park (già nei Bitch Magnet)]]></description>
<content:encoded><![CDATA[Siamo onesti: in realtà i brani più rappresentativi dei Seam di Sooyoung Park (già nei Bitch Magnet)]]></content:encoded>
</item>
<item>
<title><![CDATA[Scott Locksmith, Head Black Jack, Giro G10,]]></title>
<link>http://bergzentrale.wordpress.com/2009/11/26/scott-locksmith-head-black-jack-giro-g10/</link>
<pubDate>Thu, 26 Nov 2009 20:56:36 +0000</pubDate>
<dc:creator>bergzentrale</dc:creator>
<guid>http://bergzentrale.wordpress.com/2009/11/26/scott-locksmith-head-black-jack-giro-g10/</guid>
<description><![CDATA[Hier auch ne scharfe Kombination, frische Farben der Saison, volle Funktion, und Super Style, Scott ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://bergzentrale.wordpress.com/files/2009/11/bild-009.jpg"><img class="alignright size-medium wp-image-44" title="Bild 009" src="http://bergzentrale.wordpress.com/files/2009/11/bild-009.jpg?w=200" alt="" width="200" height="300" /></a>Hier auch ne scharfe Kombination, frische Farben der Saison, volle Funktion, und Super Style, Scott Locksmith Jacke und die passende Hose dazu.</p>
<p>Giro G10 in cyan und die Scott goggle in der passenden Farbe .</p>
<p>Freestyle Ski Head Black Jack</p>
<p>alles frisch aus der <a href="http://www.bergzentrale.de">www.bergzentrale.de</a> aus 44805 Bochum, Geisental 4</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Seam injection in threads.]]></title>
<link>http://wobiny.wordpress.com/2009/11/25/seam-injection-in-threads/</link>
<pubDate>Wed, 25 Nov 2009 13:14:35 +0000</pubDate>
<dc:creator>Ehsan</dc:creator>
<guid>http://wobiny.wordpress.com/2009/11/25/seam-injection-in-threads/</guid>
<description><![CDATA[Hi In seam, when you want to inject some components such as EntityManager,POJOs,or &#8230; to thread]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi<br />
In seam, when you want to inject some components such as EntityManager,POJOs,or &#8230; to threads, Probably you will  see all your objects is <strong>NULL</strong>.<br />
The reason of this scenario is SeamApplicationContext missing in your threads, OK what is the solution?</p>
<p>You should use <strong><em>Lifecycle</em>.<em>begin</em>()</strong> and <em><strong>L</strong><strong>ifecycle</strong></em><strong>.end() </strong>methods before and after your codes :</p>
<blockquote><p>&#8230;.<br />
&#8230;&#8230;.<br />
<strong>Lifecycle.begin()</strong><br />
EntityManager em = (EntityManager)Component.getInstance(&#8220;em&#8221;,true);<br />
<strong>Lifecycle.End()<br />
&#8230;&#8230;<br />
&#8230;</strong></p></blockquote>
<p>So when you write your codes between these two methods, You will be in the SeamApplicationContext and you will not see any exceptions for EntityManager too like :</p>
<blockquote><p><strong>EntityManager is closed</strong><br />
<strong>no Transaction is in progress<br />
&#8230;.<br />
..</strong></p></blockquote>
<p>bye.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[@In attribute requires non-null value: sampleAction.sample]]></title>
<link>http://wobiny.wordpress.com/2009/11/22/in-attribute-requires-non-null-value-sampleaction-sample/</link>
<pubDate>Sun, 22 Nov 2009 20:23:27 +0000</pubDate>
<dc:creator>Ehsan</dc:creator>
<guid>http://wobiny.wordpress.com/2009/11/22/in-attribute-requires-non-null-value-sampleaction-sample/</guid>
<description><![CDATA[Hi If you are new to Seam framework and you get this stupid exception,You should read Seam annotatio]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi<br />
If you are new to Seam framework and you get this stupid exception,You should read Seam annotation reference as well. OK this is my code :</p>
<blockquote><p>[Sample class] &#8230;<br />
&#8230;<br />
@Name(&#8220;sample&#8221;)<br />
public Class Sample ..<br />
..<br />
..</p></blockquote>
<p>and next class is :</p>
<blockquote><p>@Name(&#8220;sampleAction&#8221;)<br />
public Class SampleAction &#8230;<br />
&#8230;.<br />
..<br />
@In<br />
private Sample sample</p>
<p>public void someMethod(){<br />
System.out.println(&#8220;I love Seam &#8230;.&#8221;);<br />
}</p>
<p>&#8230;</p>
<p>&#8230;.</p></blockquote>
<p>And probably you get this exception :</p>
<pre>javax.faces.FacesException: #{sampleAction.sample}: org.jboss.seam.
RequiredException: <strong>@In attribute requires non-null value: sampleAction.sample</strong>
	com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
	javax.faces.component.UICommand.broadcast(UICommand.java:387)
	org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:321)
	org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:296)
	org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:253)
	org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:466)
	com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
	com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
</pre>
<p>OK, You should modify <strong>@In</strong> annotation :</p>
<blockquote><p>@In(create=true)</p></blockquote>
<p>enjoy it &#8230;<br />
bye</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Apoyan la conservación del sistema medioambiental del chaco paraguayo]]></title>
<link>http://carligonca.wordpress.com/2009/11/20/apoyan-la-conservacion-del-sistema-medioambiental-del-chaco-paraguayo/</link>
<pubDate>Fri, 20 Nov 2009 20:30:35 +0000</pubDate>
<dc:creator>carligonca</dc:creator>
<guid>http://carligonca.wordpress.com/2009/11/20/apoyan-la-conservacion-del-sistema-medioambiental-del-chaco-paraguayo/</guid>
<description><![CDATA[En Filadelfia se desarrolla un encuentro de trabajo sobre la construcción de una nueva visión del de]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>En Filadelfia se desarrolla un encuentro de trabajo sobre la construcción de una nueva visión del desarrollo chaqueño, realizada en el departamento Boquerón. El evento culminará mañana sábado.</p>
<p><a href="http://carligonca.wordpress.com/files/2009/11/oscar-rivas-2.jpg"><img class="alignleft size-full wp-image-1302" src="http://carligonca.wordpress.com/files/2009/11/oscar-rivas-2.jpg" alt="" width="98" height="79" /></a>Los debates se centran sobre cinco ejes temáticos que apuntan a desarrollar el chaco paraguayo, según explicó el ministro del ambiente Oscar Rivas en declaraciones a la 1300 AM Radio Fe y Alegría Paraguay</p>
<p>Ellos son: medio ambiente, agua y energía, geopolítica social, obras y salud, educación y cultura.</p>
<p><strong>Escuche Audio:</strong></p>
<p><span style='text-align:left;display:block;'><p><object type='application/x-shockwave-flash' data='http://wordpress.com/wp-content/plugins/audio-player/player.swf' width='290' height='24' id='audioplayer1'><param name='movie' value='http://wordpress.com/wp-content/plugins/audio-player/player.swf' /><param name='FlashVars' value='&amp;bg=0xf8f8f8&amp;leftbg=0xeeeeee&amp;lefticon=0x666666&amp;rightbg=0xcccccc&amp;rightbghover=0x999999&amp;righticon=0x666666&amp;righticonhover=0xffffff&amp;text=0x666666&amp;slider=0x666666&amp;track=0xFFFFFF&amp;border=0x666666&amp;loader=0x9FFFB8&amp;soundFile=http%3A%2F%2Fwww.aler.org%2Fsubirarchivos%2Ffiles%2Fc5b981_221109_OSCAR%2520RIVAS.mp3' /><param name='quality' value='high' /><param name='menu' value='false' /><param name='bgcolor' value='#FFFFFF' /></object></p></span></p>
<p>&#160;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[YARFRAW. RSS tools]]></title>
<link>http://wobiny.wordpress.com/2009/11/19/yarfraw-rss-tools/</link>
<pubDate>Thu, 19 Nov 2009 23:03:24 +0000</pubDate>
<dc:creator>Ehsan</dc:creator>
<guid>http://wobiny.wordpress.com/2009/11/19/yarfraw-rss-tools/</guid>
<description><![CDATA[Hi If  you want to work with some rss or rdf or atom protocol, You can use YARFRAW library. This lib]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi<br />
If  you want to work with some rss or rdf or atom protocol, You can use YARFRAW library. This library help you so easily to use rss in your works.<br />
This is the snapshot of architecture :</p>
<p><a href="http://yarfraw.sourceforge.net/intro.html"><img class="alignnone" title="YARFRAW" src="http://yarfraw.sourceforge.net/images/site/after.png" alt="" width="678" height="318" /></a></p>
<p>bye</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SeaM Buat Romeo and Juliet Versi Punk]]></title>
<link>http://sagoeleuser5.wordpress.com/2009/11/17/seam-buat-romeo-and-juliet-versi-punk/</link>
<pubDate>Tue, 17 Nov 2009 13:08:25 +0000</pubDate>
<dc:creator>Iqbal</dc:creator>
<guid>http://sagoeleuser5.wordpress.com/2009/11/17/seam-buat-romeo-and-juliet-versi-punk/</guid>
<description><![CDATA[Selalu menyenangkan dan memberikan inspirasi tersendiri kalau bicara jiwa-jiwa muda yang bersemangat]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.jakartafashionweek.co.id/id/"><img class="size-full wp-image-434 alignleft" title="logoJFW001" src="http://sagoeleuser5.wordpress.com/files/2009/11/logojfw00114.jpg" alt="" width="251" height="210" /></a>Selalu menyenangkan dan memberikan inspirasi tersendiri kalau bicara jiwa-jiwa muda yang bersemangat untuk berkarya. Dalam dunia fashion, ada pemain baru yang baru mekar. Mereka adalah Yosafat Dwi Kurniawan dan Krista Rompas. Baru beberapa bulan yang lalu mereka lulus dari Laselle College International Jakarta. Yosafat baru berumur 21 tahun, Krista lebih muda lagi, baru 18 tahun !</p>
<p>Yosafat dinobatkan menjadi “The Best Student Graduate” 2009 oleh Lasalle pada Juli lalu. Ia adalah satu-satunya finalis dari Indonesia yang lolos untuk ikut dalam “Hempel Award”, salah satu kompetisi fashion bergengsi di Beijing. Krista tidak kalah hebatnya. Ia merupakan salah satu murid termuda yang lulus dari Lasalle ketika itu. Hasil kerjanya termasuk yang terbaik di kelas, terbukti dari prestasinya yang pernah menjadi salah satu finalis yang mendapat kesempatan “manggung” di “Greener Nation” 2008 di Senayan City.</p>
<p>Malam ini di Jakarta Fashion Week 09/10, mereka berkolaborasi dengan membawa brand yang baru mereka godok, SeaM. Bahasa Indonesianya, jahitan. “SeaM dipilih menjadi brand karena dalam setiap baju pasti ada “seam” yang dipakai. Seam ini juga menggambarkan ketika dua hal disatukan, seperti saya dan Krista,” kata Yosafat. Tapi jangan bikin gossip macam-macam ya. Maksudnya disatukan dalam karya.</p>
<p>Uniknya, mereka langsung membawa karya yang jauh berbeda dari yang lain. Mereka membuat Romeo dan Juliet dalam versi Punk! Oi oi oi, Punk not Death!! Hehe. “Kita udah punya tema ini sejak lama. Dari kuliah dulu udah sering diskusi bareng. Kita coba buka sendiri dan event JFW ini cocok buat launching label kita ini,” kata Yos.</p>
<p>Kok berani banget baru muncul langsung “nyeleneh” gitu? Yosafet jawab, “Memang punk banyak yang gak suka. Tapi dari situ justru membuat kita berbeda. Kita terinspirasi yang generally orang gak suka, dan kita tarik itu, ambil yang bisa kita ambil. Garis kerasnya itu kita alihkan ke bahan-bahan yang kaku seperti jeans. Kita menyadari bahwa kalau ambil punk yg murni orang gak menarik, maka kita tarik juga Romeo and Juliet, jadi ada unsur feminimnya, gak selalu keras.”</p>
<p>Menanggapi pertanyaan wartawan tentang pasar, Yos bercerita, “Untuk segmentasi pasar, kita membawa <em>audience</em> kita dari belasan tahun sampai yang sedikit tua. Kalau sekarang kita hanya tersedia <em>by order</em>. Tapi kita juga sudah mengundang beberapa ritel. Price range-nya beragam banget. Ada yang 300 rb-2 jt. Tapi <em>generally</em> kalau sudah masuk butik kebanyakan di bawah 2 juta.</p>
<p>“Malam ini, SeaM show dengan membawa 24 set,” kata Yos, “Kebanyakan (tiap set terdiri dari, pen) 3 <em>pieces</em> (yaitu, pen) jaket, blous, dan busana. Kita mau tampil beda. Kalau bawa gaun seperti desainer lainnya kita gak bakal dapat suara. Jadi kita mau tampil beda. Untuk koleksi ini kita belum pakai batik, tapi kita banyak klien yang banyak pakai kebaya. Kita ada rencana masukin batik dalam koleksi kita. Kebetulan kita suka print. Kita mau modifikasi batik itu menjadi modern dan bisa <em>relate</em> dengan relasi kita.” Pastinya generasi akan terus berganti. Saat itu, yang muda yang kemudian akan bicara.</p>
<p style="text-align:center;">
<div id="attachment_562" class="wp-caption aligncenter" style="width: 603px"><img class="size-large wp-image-562" title="07 Agnes" src="http://sagoeleuser5.wordpress.com/files/2009/11/07-agnes.jpg?w=741" alt="" width="593" height="819" /><p class="wp-caption-text">Dok: SeaM.</p></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[STAINLESS STEEL CASCADING WATER FEATURE ]]></title>
<link>http://badecbrosdeco.wordpress.com/2009/11/17/stainless-steel-cascading-water-feature/</link>
<pubDate>Tue, 17 Nov 2009 09:13:04 +0000</pubDate>
<dc:creator>badecbros</dc:creator>
<guid>http://badecbrosdeco.wordpress.com/2009/11/17/stainless-steel-cascading-water-feature/</guid>
<description><![CDATA[&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; The creative team at Badec Bros Deco was rec]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://badecbrosdeco.wordpress.com/files/2009/11/dscf1830.jpg"><img class="alignleft size-medium wp-image-740" src="http://badecbrosdeco.wordpress.com/files/2009/11/dscf1830.jpg?w=191" alt="" width="191" height="300" /></a><a href="http://badecbrosdeco.wordpress.com/files/2009/11/dscf1827.jpg"><img class="alignleft size-medium wp-image-739" src="http://badecbrosdeco.wordpress.com/files/2009/11/dscf1827.jpg?w=218" alt="" width="218" height="300" /></a></p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>The creative team at Badec Bros Deco was recently commissioned to manufacture a stainless steel, cascading water feature for a client. Firstly, we created seven Cubedec B pots – troughs – in varying dimensions from grade 304 stainless steel.</p>
<p>The stainless steel sheets were folded and welded together along a single seam line, to create a flawless overall appearance. Once all of the troughs were manufactured, we installed the water feature on site, with the lowest trough being filled with black pebbles.</p>
<p>We can also manufacture this stunning water feature from mild steel and finish it in one of three finishes, namely: a mild steel finish, rusted finish and powder coating finish. There are literally hundreds of different colours to choose from for your powder coating finish and this finish is SABS approved. Our Cubedec water features can be customized to any size and shape. As our CEO, Edrich Badenhorst likes to say; “The sky is not the limit.”</p>
<p>Please feel free to contact us with your ideas and we will be sure to bring them to fruition. We love a creative challenge!</p>
<p>Should you wish to have your very own signature Cubedec water feature, 3 dimensional garden sculpture, 3 dimensional signage, slim mirror pot, Cubedec bench with your laser-cut logo, modern pergola, Cubedec steel dustbin, interactive sculpture, Cubedec shelving, Cubedec miniature Zen garden box, 2010 Soccer World Cup décor, mild steel lamp shade, mild steel screen, gabion counter, narration stand, gabion light cage, gabion bollard, gabion water feature, sculptured living wall, sculptured flagpoles, unique pot and drip tray, customized sculpture, trendy steel décor with your company logo emblazoned on it, mild steel inspirational slogan, steel laser-cut signage, mild steel mould, Cubedec Pot, hanging sculpture, gabion pot, gabion wall or gabion terrace, wooden or steel feature poles, bar code trellis, arch, sculpture or trellis, please feel free to contact our energetic and knowledgeable sales representative, Mareleen van Zijl, on her cell phone at 078 800 5112, the office number at 012 460 7990, or via e-mail at <a href="mailto:mareleen@badecbros.com">mareleen@badecbros.com</a></p>
<p>She will gladly arrange an appointment with you to listen to your ideas and to stun you with our own creative ideas! You dream it, we manufacture it!</p>
<p>Badec Bros Deco will create a 3 dimensional render and calculate a quotation FREE OF CHARGE for you! We can deliver your unique Badec Bros Deco product(s) within 10 to 15 working days, upon acceptance of the design and quotation and the required 50% deposit. These services come standard and will not cost you a cent extra! We offer a 1 year guarantee on all our products.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Movilización por el caso Itakyry]]></title>
<link>http://carligonca.wordpress.com/2009/11/14/movilizacion-por-el-caso-itakyry/</link>
<pubDate>Sat, 14 Nov 2009 22:33:17 +0000</pubDate>
<dc:creator>carligonca</dc:creator>
<guid>http://carligonca.wordpress.com/2009/11/14/movilizacion-por-el-caso-itakyry/</guid>
<description><![CDATA[Como es de público conocimiento el 6 de Noviembre del 2009, un grupo de sojeros brasileros ha  inten]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Como es de público conocimiento el 6 de Noviembre del 2009, un grupo de sojeros brasileros ha  intentado desalojar por la fuerza, con camiones y camionetas a las 140 familias que conforman las comunidades Avá Guaraní de Loma Tajy, Ka’a Poty, Formosa, Kaaguy Roky e Ysatî del distrito Itakyry Departamento de Alto Paraná, amedrentamiento que se ha ejercido sin importarles la presencia de niños, niñas, adolescentes, mujeres embarazadas y ancianos, atemorizando a toda la comunidad y generando la reacción en defensa propia de los Avá Guaraní con lo que lograron la expulsión de los sojeros de sus tierra y territorios ancestrales, en los últimos momentos del conflicto campesinos de la zona se solidarizaron con los indígenas.</p>
<p>A pocos minutos de ocurrido el primer percance posteriormente los sojeros ejecutan una segunda arremetida enviando un avión a vuelo razante con el objeto de intimidar aún más a los nativos, ellos han denunciado que dicho avión ha fumigado con agrotóxicos a un grupo de al menos 200 pobladores del lugar, 6 de ellos fueron internados en hospitales de la Región. Se ha encontrado evidencia de fumigación con glifosato en áreas cercanas al cementerio y la escuela en lugares donde no existen plantaciones de ningún tipo, según técnicos de la SEAM.</p>
<p>Este hecho forma parte de un plan de despojo de las tierras ancestrales pertenecientes a los Avá Guaraní, que según la Constitución Nacional, la Ley 904 y Convenios Internacionales ratificados por la República del Paraguay como el Convenio 169, deben ser respetados teniendo en cuenta que los Pueblos Indígenas son los dueños originales de estas tierras. Además este predio de 2638 Has cuenta con título de propiedad a nombre de las comunidades por parte del INDI, ante el cual los brasileros anteponen otro titulo de dudosa procedencia; es un secreto a voces que capitalistas nacionales y extranjeros han coimeado y comprado a jueces, fiscales, políticos y funcionarios de instituciones públicas en todos los niveles del Estado, en compras fraudulentas y duplicación de títulos de tierra y delitos ambientales.</p>
<p>Itakyry no es un caso aislado, todo el país fue testigo del asesinato de 12 indígenas en  en Ava’i Departamento de Caazapa, generando en las últimas décadas hambre, enfermedades y muerte de indígenas y campesinos en el campo, invisibilizados premeditadamente por los medios masivos de incomunicación y confusión, no olvidemos aquí a Silvino Talavera niño campesino de 8 años del Departamento de Itapua, muerto por intoxicación de agro tóxicos.</p>
<p>Toda la población rural, los pobres del campo, indígenas y campesinos soportamos históricamente la violación de nuestra soberanía territorial y alimentaria, sufriendo atentados contra nuestra salud con el manejo criminal de agrotóxicos, produciendo la muerte silenciosa de muchos compatriotas en connivencia con las autoridades locales, departamentales y nacionales, hecho que denunciamos GENOCIDIO EN SILENCIO / LO MITÂ JEJUKA ÑEMIHAME.</p>
<p>Repudiamos enérgicamente e interpelamos la criminal determinación de la senadora de la nación ANA MARÍA MENDOZA DE ACHA, “supuesta representante del pueblo”, por organizar y decidir en una reunión interinstitucional llevada a cabo en la Honorable Cámara de Senadores el desalojo de los avá guaraní de itakyry de sus tierras ancestrales, sin tomar en cuenta “la consulta previa, la participación y el consentimiento informado”, violando todos sus derechos garantizados por la constitución nacional, la ley 904 y el convenio 169 de la OIT con el agravante de ser presidenta de la comisión de comisión de derechos humanos de la honorable cámara de senadores, y que en su práctica ha demostrado incoherencia y su falta de moral ética y humana para ocupar este cargo tan importante para nuestro pueblo tan sacrificado y oprimido, ya que ha favorecido los intereses económicos de los que lucran a costa de la muerte de nuestro pueblo, atentando contra la soberanía nacional, pisando sobre derechos humanos innegociables como el derecho a la vida, en perjuicio de los dueños legítimos de este territorio, itakyry, los avá guaraní.</p>
<p>En solidaridad con nuestras hermanas y hermanos de Itakyry y de todas las comunidades indígenas y campesinas que son víctimas de los agrotóxicos convocamos a toda la ciudadanía, a las organizaciones sociales de niños y niñas, de mujeres, jóvenes, estudiantes, comisiones vecinales barriales, asentamientos urbanos, sin techo, sin tierras, a los trabajadores y trabajadoras, a los educadores, a los indígenas urbanos y campesinos que viven en la ciudad y el campo a participar de la Movilización a realizarse el<strong> Lunes 16 de Noviembre de 2009.</strong></p>
<p><em><strong>“YVY RESAî TEKOVE RENDA” Tierra sin contaminación, lugar de VIDA!</strong></em></p>
<p>MOVIMIENTO INDIGENA URBANO – RED CULTURAL DE PUEBLOS INDIGENAS – COORDINADORA NACIONAL DE VÍCTIMAS DE AGROTÓXICOS – KUCHINGUI MAI REKOTY PUEBLO ACHE – SIFEPOSNNA – COORDINADORA DE PASTORAL INDIGENA – SUNU – BASE IS – COMUNIDADES URBANAS DE CERRO POTY, COMUNIDAD CENTRO NUEVA ESPERANZA, TARUMANDYMI, ORGANIZACIÓN DE MUJERES NIVACHE, MARIN KAAGUY, VIÑAS CUE, TERMINAL, CATEURA, COMUNIDAD MAKA DE MARIANO ROQUE ALONSO-</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Purple Label Ribbon Business Letterhead]]></title>
<link>http://sublimestationery.wordpress.com/2009/11/14/purple-label-ribbon-business-letterhead/</link>
<pubDate>Sat, 14 Nov 2009 18:53:40 +0000</pubDate>
<dc:creator>Marianne</dc:creator>
<guid>http://sublimestationery.wordpress.com/2009/11/14/purple-label-ribbon-business-letterhead/</guid>
<description><![CDATA[Purple Label Ribbon Business Letterhead is easy to customize! Our 8.5&#8243; x 11&#8243; letterhead ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Purple Label Ribbon Business Letterhead is easy to customize! Our 8.5&#8243; x 11&#8243; letterhead is great for all your invitations, promotional materials and professional mailings. Choose from five paper types and colors. Laser and inkjet compatible. Vibrant, full-bleed, full-color printing! </p>
<div style="text-align:center;line-height:150%;"><a href="http://www.zazzle.com/purple_label_ribbon_business_letterhead-199081639637136175?gl=SublimeStationery&#38;rf=238214811818475611"><img src="http://rlv.zcache.com/purple_label_ribbon_business_letterhead-p1990816396371361752mgza_325.jpg" alt="Purple Label Ribbon Business Letterhead letterhead" style="border:0;" /></a><br /><a href="http://www.zazzle.com/purple_label_ribbon_business_letterhead-199081639637136175?gl=SublimeStationery&#38;rf=238214811818475611">Purple Label Ribbon Business Letterhead</a> by <a href="http://www.zazzle.com/sublimestationery*">SublimeStationery</a><br />Create <a href="http://www.zazzle.com/letterhead?rf=238214811818475611">business stationery</a> at zazzle.com</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Powder Blue Label Ribbon Business Cards]]></title>
<link>http://sublimestationery.wordpress.com/2009/11/14/powder-blue-label-ribbon-business-cards/</link>
<pubDate>Sat, 14 Nov 2009 17:25:49 +0000</pubDate>
<dc:creator>Marianne</dc:creator>
<guid>http://sublimestationery.wordpress.com/2009/11/14/powder-blue-label-ribbon-business-cards/</guid>
<description><![CDATA[Powder Blue Label Ribbon Business Cards are great for self employed small business professionals or ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Powder Blue Label Ribbon Business Cards are great for self employed small business professionals or personal use. Copyright 2009-2010 Sublime Stationery </p>
<div style="text-align:center;line-height:150%;"><a href="http://www.zazzle.com/powder_blue_label_ribbon_business_cards-240736056517848460?gl=SublimeStationery&#38;rf=238214811818475611"><img src="http://rlv.zcache.com/powder_blue_label_ribbon_business_cards-p240736056517848460xhyg_325.jpg" alt="Powder Blue Label Ribbon Business Cards profilecard" style="border:0;" /></a><br /><a href="http://www.zazzle.com/powder_blue_label_ribbon_business_cards-240736056517848460?gl=SublimeStationery&#38;rf=238214811818475611">Powder Blue Label Ribbon Business Cards</a> by <a href="http://www.zazzle.com/sublimestationery*">SublimeStationery</a><br />More <a href="http://www.zazzle.com/powder+businesscards?rf=238214811818475611">Powder Business Cards</a> </div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Portal de Informações Embratel]]></title>
<link>http://raphaelrodrigues.wordpress.com/2009/11/13/portal-de-informacoes-embratel/</link>
<pubDate>Fri, 13 Nov 2009 17:21:58 +0000</pubDate>
<dc:creator>raphaelrodrigues</dc:creator>
<guid>http://raphaelrodrigues.wordpress.com/2009/11/13/portal-de-informacoes-embratel/</guid>
<description><![CDATA[Portal de Informações da Via Embratel. Os dados são carregados de forma massiva por arquivo, e visua]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_113" class="wp-caption aligncenter" style="width: 460px"> </dt>
</dl>
</div>
<p>Portal de Informações da Via Embratel. Os dados são carregados de forma massiva por arquivo, e visualizados no WebSite. Conta com visualização de Notícias e download de Arquivos.</p>
<div>
<dl>
<dt><img title="portal1" src="http://raphaelrodrigues.wordpress.com/files/2009/11/portal1.png" alt="portal1" width="450" height="337" /></dt>
<dd>login</dd>
</dl>
</div>
<div class="mceTemp mceIEcenter">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><img class="size-full wp-image-114" title="portal2" src="http://raphaelrodrigues.wordpress.com/files/2009/11/portal2.png" alt="portal2" width="450" height="337" /><p class="wp-caption-text">main</p></div>
<div id="attachment_115" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-115" title="portal3" src="http://raphaelrodrigues.wordpress.com/files/2009/11/portal3.png" alt="portal3" width="450" height="337" /><p class="wp-caption-text">Noticia</p></div>
<div id="attachment_116" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-116" title="portal4" src="http://raphaelrodrigues.wordpress.com/files/2009/11/portal4.png" alt="portal4" width="450" height="337" /><p class="wp-caption-text">busca</p></div>
<p><em>..: Atuação</em></p>
<p>Atuação como Analista/Desenvolvedor JEE.</p>
<p><em>..: Cliente</em></p>
<p>Via Embratel</p>
<p><em>..: Tipo / Ano<br />
</em></p>
<p>Sistema Web / 2009</p>
<p><em>..: Tecnologias</em></p>
<p>Java, JEE, Oracle DB, Apache Tomcat, JPA/Hibernate, JSF/Jboss Rich-Faces,  Jboss Seam</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TDC – The Developers Conference 2009 – day 2]]></title>
<link>http://jcranky.wordpress.com/2009/11/12/tdc-the-developers-conference-2009-day-2/</link>
<pubDate>Thu, 12 Nov 2009 00:30:22 +0000</pubDate>
<dc:creator>Paulo Renato</dc:creator>
<guid>http://jcranky.wordpress.com/2009/11/12/tdc-the-developers-conference-2009-day-2/</guid>
<description><![CDATA[In the last post, I talked about the first day of The Developers Conference. Now lets talk about day]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>In the last <a title="TDC 2009 Day 1" href="http://jcranky.com/2009/11/10/tdc-the-developers-conference-2009-day-1/" target="_blank">post</a>, I talked about the first day of <a title="the Developers Conference" href="http://www.thedevelopersconference.com.br/" target="_blank">The Developers Conference</a>. Now lets talk about day number 2.</p>
<p>Very different from the previous day, this one started full of coding. And during the day, we kept seeing lighting talks and Vinicius&#8217; toys. The only real problem we had was that the place ran out of eletricity for a while&#8230; but at least it didn&#8217;t last too long and the event could finish right.</p>
<h2>Rod Johnson</h2>
<p>The first speech was again from Rod Johnson. But this time, it was not philosophical at all. He presented <a title="Spring Roo" href="http://www.springsource.org/roo" target="_blank">Spring Roo</a>, a project that aims at bringing to Java the productivity found in Rails. After seeing what he showed, I believe it. And love it.</p>
<p>In summary, the tool generates a lot of boilerplate code that we would otherwise have to write ourselves. And keeps it all out of the way while you develop your project.</p>
<p>I liked this so much that Spring Roo will be covered in a new post, exclusive to it, soon enough. And look, I don&#8217;t like Spring, but this thing can make me change my mind.</p>
<div id="attachment_457" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-457" title="Rod Johnson on SpringRoo" src="http://jcranky.wordpress.com/files/2009/11/071120091119.jpg" alt="Rod Johnson on SpringRoo" width="450" height="337" /><p class="wp-caption-text">Rod Johnson on SpringRoo</p></div>
<h2>Lightning Talks</h2>
<p>One of these lightning talks was about Spring best practices, which followed Spring Roo&#8217;s presentation. Ricardo Jun presented it, and mentioned things like how people tend to simply want to totally discard xml, instead of using it in moderation; the importance of using tools; the importance of modularization and also that we should always mind concurrency.</p>
<div id="attachment_458" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-458" title="Jun and Spring Best Practices" src="http://jcranky.wordpress.com/files/2009/11/071120091120.jpg" alt="Jun and Spring Best Practices" width="450" height="337" /><p class="wp-caption-text">Jun and Spring Best Practices</p></div>
<p>Another quick demonstration about robotics had an application server installed in a device, which was accessed through http. This device was connected to a lamp, and Vinicius turned it on and off through a web interface. Meaning: I want all the power plugs in my house accessible through the internet!! =D</p>
<p>On the note of excited people, I must talk about Vinicius Senger again. When presenting the balloon robot for the second time now, he breathed Helium, the gas used in the balloon to make it float. The effect was that his voice got very thin for a few seconds, creating a very funny moment.</p>
<div id="attachment_459" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-459" title="Balloon Robot" src="http://jcranky.wordpress.com/files/2009/11/071120091129.jpg" alt="Balloon Robot" width="450" height="337" /><p class="wp-caption-text">Balloon Robot</p></div>
<p>Another lightning talk was about what was previously called Web Beans &#8211; now Weld: the reference implementation of <a title="JSR 299" href="http://jcp.org/en/jsr/summary?id=299" target="_blank">JSR 299: Contexts and Dependency Injection</a>. Alessandro Lazzarotti, from Red Hat, gave a quick demo on the implementation which is, of course, full of annotations everywhere.</p>
<p>An interesting lightning talk was about performance in JPA. Alberto &#8220;Spock&#8221; talked about how the <em>Open Session in View</em> filter pattern can be a little bit outdated when it comes to ajax applications &#8211; an environment which wasn&#8217;t there when the pattern was created.</p>
<div id="attachment_460" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-460" title="Alberto &#34;Spock&#34; on Ajax and JPA Performance" src="http://jcranky.wordpress.com/files/2009/11/071120091138.jpg" alt="Alberto &#34;Spock&#34; on Ajax and JPA Performance" width="450" height="337" /><p class="wp-caption-text">Alberto &#34;Spock&#34; on Ajax and JPA Performance</p></div>
<p>In <a title="Performance with JPA / Spring Web Flow etc" href="http://blog.globalcode.com.br/2009/11/melhorando-performance-de-jpa-com.html" target="_blank">Globalcode&#8217;s blog here</a>, he explains this problem better. During the presentation, he also mentioned the <a title="Apache Myfaces Orchestra" href="http://myfaces.apache.org/orchestra/myfaces-orchestra-core/" target="_blank">Apache Myfaces Orchestra</a> project, which should also help minimize the problem bringing the conversation scope to your application. The conversation scope was first introduced by <a title="JBoss Seam" href="http://seamframework.org/" target="_blank">JBoss Seam</a>, and brings us a scope bigger than request, and smaller than session, which can really help us manage resources in a lot of situations.</p>
<h2>Mike Keith</h2>
<p>This time Mike Keith presented about JPA 2.0. The goal of JPA 2.0 is basically to standartise what we currently do with, for example, <a title="Hibernate" href="http://www.hibernate.org" target="_blank">hibernate</a>, because we can&#8217;t with JPA 1. Nothing really new was presented &#8211; unless you didn&#8217;t know anything about JPA 2 already. But a few topics are worth mentioning.</p>
<p>A new <em>evictall</em> function was added. Useful to completetly clear cache between test cases. Small change but sounds interesting.</p>
<p>Now my pet peeve: the new criteria API. He presented it and showed a few examples and comparisons between the criteria code and the JPQL code. Just made me dislike it more. Just as a reminder, I already said that I don&#8217;t like this thing when I wrote about <a title="Casual Class #006" href="http://jcranky.com/2009/09/06/globalcodes-casual-class-javaee-6/" target="_blank">Globalcode&#8217;s Casual Class #006</a>. Trying to access a database completely through OO code is just too much purism. At least, Mike is a very funny presenter to watch =)</p>
<div id="attachment_461" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-461" title="Mike Keith on JPA 2.0" src="http://jcranky.wordpress.com/files/2009/11/071120091121.jpg" alt="Mike Keith on JPA 2.0" width="450" height="337" /><p class="wp-caption-text">Mike Keith on JPA 2.0</p></div>
<h2>Francisco Gioelli (Google)</h2>
<p>The original plan was to have Chris Schalk talking about <a title="Google App Engine" href="http://code.google.com/appengine/" target="_blank">Google App Engine</a>. Unfortunatelly, he had problems with the immigration and couldn&#8217;t get into the country. So google sent Francisco Gioelli, who did a nice job instead.</p>
<p>Among other languages, <a title="Google App Engine" href="http://code.google.com/appengine/" target="_blank">Google App Engine</a> allows us to write Java web applications and publish them on the google cloud, leaveraging from the monstruous google scalability. A few features available include possibility of scheduling cron tasks through a xml file and the <em>Big Table</em>, their (non-relational) database. This last feature is the only thing that makes me a little bit worried about using google&#8217;s cloud.</p>
<div id="attachment_462" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-462" title="Francisco on Google App Engine" src="http://jcranky.wordpress.com/files/2009/11/071120091133.jpg" alt="Francisco on Google App Engine" width="450" height="337" /><p class="wp-caption-text">Francisco on Google App Engine</p></div>
<p>This talk had a demo and was complemented by another one from Rafael (from <a title="Globalcode" href="http://www.globalcode.com.br" target="_blank">Globalcode</a>) &#8211; this last one using JSF 2.0 &#8211; nice! Two little extras mentioned by him: each request can take at the very most 30 seconds and the internal server used seems to be <a title="Jetty" href="http://www.mortbay.org/jetty/" target="_blank">Jetty</a>.</p>
<h2>Alejandro Guizar (Red Hat Mexico)</h2>
<p>This one was about BPEL. This is not a topic I can talk too much, so I won&#8217;t. The only thing that took my attention was something called <em>BPEL Unit</em>. I never heard of it and found interesting that such a thing exists. But I couldn&#8217;t find any good references&#8230;</p>
<div id="attachment_463" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-463" title="Alejandro on BPEL" src="http://jcranky.wordpress.com/files/2009/11/071120091135.jpg" alt="Alejandro on BPEL" width="450" height="337" /><p class="wp-caption-text">Alejandro on BPEL</p></div>
<h2>Cloud Computing Panel</h2>
<p>To close the event, a panel on Cloud Computing, featuring the main speakers that were present. This is a trendy topic nowadays, full of buzz words, but interesting, it was!</p>
<p>Ed Burns started talking that Sun have something (I forgot the name&#8230;) since 2000. Makes sense&#8230; very tipical of Sun: great products, terrible marketing. He also mentioned <a title="Zembly.com" href="http://zembly.com" target="_blank">Zembly.com</a>. If you are insterested, go to the site <strong>now</strong>. I just went there and found out that they are closing the service permanently from November 30th. Nice&#8230; (no, not really).</p>
<p>From Rod Johnson, we learnt that <a title="Springsource" href="http://www.springsource.com/" target="_blank">Springsource</a> have their hand on Cloud Computing in the form of <a title="Cloud Foundry" href="http://www.cloudfoundry.com/" target="_blank">CloudFoundry</a>. Also, he made sure to say how important it is to have multiple players in the market. Agreed.</p>
<p>Some points were easily agreed by the panelists:</p>
<ul>
<li>private clouds will have big importance in the future;</li>
<li>a good thing of the cloud is the economy;</li>
<li>but a bad thing is the loss of control in a lot of senses, but probably mainly data;</li>
<li>we need easy of migration between cloud providers.</li>
</ul>
<p>Someone asked about cloud computing and peer-to-peer. The panelists didn&#8217;t seem to believe too much in this possibility. Well, who knows&#8230;</p>
<div id="attachment_464" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-464" title="A lot of gurus on Cloud Computing" src="http://jcranky.wordpress.com/files/2009/11/071120091142.jpg" alt="A lot of gurus on Cloud Computing" width="450" height="337" /><p class="wp-caption-text">A lot of gurus on Cloud Computing</p></div>
<p>Last picture, to change the mood a litle bit:</p>
<div id="attachment_465" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-465" title="Relaxing between presentations" src="http://jcranky.wordpress.com/files/2009/11/071120091132.jpg" alt="Relaxing between presentations" width="450" height="337" /><p class="wp-caption-text">Relaxing between presentations</p></div>
<p>And so it ends this year&#8217;s event. I&#8217;m already waiting for the one next year! =D</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Caso Ytakyry:Se constató intoxicación de personas]]></title>
<link>http://carligonca.wordpress.com/2009/11/09/caso-ytakyryse-constato-intoxicacion-de-personas/</link>
<pubDate>Mon, 09 Nov 2009 20:19:49 +0000</pubDate>
<dc:creator>carligonca</dc:creator>
<guid>http://carligonca.wordpress.com/2009/11/09/caso-ytakyryse-constato-intoxicacion-de-personas/</guid>
<description><![CDATA[Comunicado La SEAM informa sobre procedimientos en la Comunidad Ava Guaraní Ante  los sucesos ocurri]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong><em>Comunicado</em></strong></p>
<p><strong><em>La SEAM informa sobre procedimientos en la Comunidad Ava Guaraní</em></strong></p>
<p>Ante  los sucesos ocurridos en Ytakyry (Departamento de  Alto Paraná ) durante los últimos días de la semana del 1 al 7 de los corrientes,  La Secretaría Nacional del Ambiente informa ante la opinión pública los procedimientos realizados bajo su competencia:</p>
<p>De la visita constatada y de las fiscalizaciones realizadas por el Ministro del Ambiente acompañado de funcionarios de la SEAM, se ha constatado la efectiva intoxicación de miembros de las cinco comunidades indígenas asentadas en la localidad de Ytakyry, víctimas de haber sido fumigados desde un avión con sustancias tóxicas. <img class="alignright size-thumbnail wp-image-1109" src="http://carligonca.wordpress.com/files/2009/11/itakyry2.jpg?w=150" alt="" width="150" height="99" /></p>
<p>El sábado 7 de noviembre se han constituido en las comunidades los Ministros del Ambiente, de Salud Publica, de la Niñez y Adolescencia, de la Secretaría de Acción Social,  el Viceministro de Asuntos Políticos del Ministerio del Interior y la Presidenta Instituto Nacional del Indígena.  En dicha visita se escuchó a los líderes indígenas de las comunidades Ava Guaraní, habitantes ancestrales del lugar. Donde, de manera análoga, comentaron la fumigación aérea que recibieron como amenaza para que abandonen sus tierras. La comitiva gubernamental constató, además, los daños sufridos en el cementerio de la comunidad y la destrucción de la escuela.  Además recibieron denuncias sobre el constante asedio que sufren, según afirman, por parte de los colonos brasileños, con complicidad del Poder Judicial y del Ministerio Público.</p>
<p>Cabe aclarar que las fincas pertenecen al Instituto Nacional del Indígena y en la actualidad pesa sobre las mismas medidas cautelares que protegen la posesión de las comunidades indígenas. Sin embargo, de manera totalmente arbitraria, el Ministerio Público ordenó el desalojo de las comunidades, por supuesto hecho de invasión, siendo que estas comunidades están alojadas en la región desde tiempos inmemoriales.</p>
<p><img class="alignleft size-thumbnail wp-image-1110" src="http://carligonca.wordpress.com/files/2009/11/itakyry0.jpg?w=150" alt="" width="150" height="93" />La  Secretaría del Ambiente  procede en estos momentos a fiscalizar e intervenir toda el área perimetral de la comunidad indígena, a los efectos de constatar si los propietarios lindantes se ajustan a las normas ambientales. A simple vista se ha podido observar la violación de normas como ser la franja de seguridad alrededor de los caminos y los 100 metros exigidos de protección de las comunidades humanas. También levanta toma de muestras de tierra y agua. Estos procedimientos se realizan a los efectos de instruir posibles sumarios a  los responsables y probablemente suspender actividades en los casos que no tengan licencia ambiental o podrían afectar a la salud de las personas y el ambiente.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[JBoss Tools Installation on Fedora 11]]></title>
<link>http://fhornain.wordpress.com/2009/11/06/jboss-tools-installation-on-fedora-11/</link>
<pubDate>Fri, 06 Nov 2009 11:02:33 +0000</pubDate>
<dc:creator>Frederic Hornain</dc:creator>
<guid>http://fhornain.wordpress.com/2009/11/06/jboss-tools-installation-on-fedora-11/</guid>
<description><![CDATA[As I am currently working with JBoss seam, I had to install JBoss Tools on my Fedora Eclipse 3.4.2 ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignleft size-medium wp-image-481" title="tools-banner" src="http://fhornain.wordpress.com/files/2009/11/tools-banner.png?w=300" alt="tools-banner" width="300" height="36" /></p>
<p>As I am currently working with JBoss seam, I had to install JBoss Tools on my Fedora Eclipse 3.4.2 &#8211; Fedora 11 -.</p>
<p>So in order to share the procedure to every one and mostly to avoid to forget or lose it I decided to write it on this blog.</p>
<p>In addition, it permit to avoid eclipse/JBoss Tools problems dependence such as :</p>
<p><img class="alignleft size-medium wp-image-492" title="Screenshot-Install" src="http://fhornain.wordpress.com/files/2009/11/screenshot-install.png?w=300" alt="Screenshot-Install" width="300" height="248" /></p>
<p>And Errors such as :</p>
<p><em>Cannot complete the request.  See the details.<br />
Unsatisfied dependency: [org.hibernate.eclipse.feature.feature.group 3.2.4.v200909151014R-H192-GA] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.wst.xml.core/1.1.0</em></p>
<p>So these are the steps :</p>
<p><span style="text-decoration:underline;"><strong>I] Install Eclispe on your Fedora.</strong></span></p>
<p>I.I] Open a terminal as standard user &#8211; here mine &#8220;fhornain&#8221; &#8211; and be root.</p>
<p style="padding-left:30px;">[fhornain@localhost ~]$ su -</p>
<p style="padding-left:30px;">[root@localhost ~]# yum install java-1.6.0-openjdk-devel</p>
<p style="padding-left:30px;">[root@localhost ~]# yum install eclipse-platform</p>
<p><span style="text-decoration:underline;"><strong>II ] Launch eclipse.</strong></span></p>
<p>II.I] Indeed you should select in you Fedora main menu bar  Applications &#62; Programming &#62; Eclipse</p>
<p>If not, launch a terminal and run the following command :</p>
<p style="padding-left:60px;">[fhornain@localhost ~]$ eclipse<code> -vm </code>/usr/bin/java</p>
<p>Rem: Change the path <strong>/usr/bin/java </strong>if it is not your java default location <strong><br />
</strong></p>
<p>Then you should see the eclipse starting banner &#8211; see below -</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-482" title="Screenshot-Eclipse" src="http://fhornain.wordpress.com/files/2009/11/screenshot-eclipse.png?w=300" alt="Screenshot-Eclipse" width="300" height="194" /></p>
<p style="padding-left:30px;">
<p>II.II] Then eclipse should ask you where you would like to save your projects &#8211; see image below -</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-483" title="Screenshot-Workspace Launcher" src="http://fhornain.wordpress.com/files/2009/11/screenshot-workspace-launcher.png?w=300" alt="Screenshot-Workspace Launcher" width="300" height="151" /></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">The default location should be fine &#8211; well, for me <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  -</p>
<p>II.III] Then Welcome screen appears &#8211; see below -. Close it with a click on the top left cross.</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-484" title="Screenshot-Resource - Fedora Eclipse" src="http://fhornain.wordpress.com/files/2009/11/screenshot-resource-fedora-eclipse.png?w=300" alt="Screenshot-Resource - Fedora Eclipse" width="300" height="224" /></p>
<p><span style="text-decoration:underline;"><strong>III ] Install JBoss Tools</strong></span></p>
<p>III.I] When Eclipse starts, go to Help &#62; Software Updates. The following window should appears :</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-485" title="Screenshot-Software Updates and Add-ons" src="http://fhornain.wordpress.com/files/2009/11/screenshot-software-updates-and-add-ons.png?w=300" alt="Screenshot-Software Updates and Add-ons" width="300" height="196" /></p>
<p>III.II] Then click on the tab named &#8220;Available Software&#8221; &#8211; see below -</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-487" title="Screenshot-Software Updates and Add-ons" src="http://fhornain.wordpress.com/files/2009/11/screenshot-software-updates-and-add-ons1.png?w=300" alt="Screenshot-Software Updates and Add-ons" width="300" height="196" /></p>
<p>III.III] Then click on button &#8220;Add Site&#8221; on the right of the window &#8211; see above &#8211; :</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-488" title="Screenshot-Software Updates and Add-ons -1" src="http://fhornain.wordpress.com/files/2009/11/screenshot-software-updates-and-add-ons-11.png?w=300" alt="Screenshot-Software Updates and Add-ons -1" width="300" height="196" /></p>
<p>III.IV] You see appear a new window where you are going to past the following URL : <a href="http://download.jboss.org/jbosstools/updates/stable/">http://download.jboss.org/jbosstools/updates/stable/</a> which is the offcial JBoss Tools URL &#8211; see below -</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-490" title="Screenshot-Add Site" src="http://fhornain.wordpress.com/files/2009/11/screenshot-add-site.png?w=300" alt="Screenshot-Add Site" width="300" height="100" /></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">Then click the OK button.</p>
<p>III.V] Then do the same with <a href="http://download.eclipse.org/releases/ganymede/">http://download.eclipse.org/releases/ganymede/</a> and <a href="http://download.eclipse.org/birt/update-site/2.3/">http://download.eclipse.org/birt/update-site/2.3/</a> as mentioned for JBoss Tools in points III.III] and III.IV]</p>
<p>III.VI] You should see appear a new line in the &#8220;Software updates and add-ons&#8221; window &#8211; see below -</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-493" title="Screenshot-Software Updates and Add-ons" src="http://fhornain.wordpress.com/files/2009/11/screenshot-software-updates-and-add-ons2.png?w=300" alt="Screenshot-Software Updates and Add-ons" width="300" height="196" /></p>
<p>III.VII] Then click on the link &#8220;Ganymade Update Site&#8221; as show in the above picture :</p>
<p style="padding-left:30px;"><img title="Screenshot-Software Updates and Add-ons -1" src="http://fhornain.wordpress.com/files/2009/11/screenshot-software-updates-and-add-ons-1.png?w=300" alt="Screenshot-Software Updates and Add-ons -1" width="300" height="195" /></p>
<p>III.VIII] Then go down and choose &#8220;Web and Java EE Development&#8221;</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-494" title="Screenshot-Software Updates and Add-ons" src="http://fhornain.wordpress.com/files/2009/11/screenshot-software-updates-and-add-ons3.png?w=300" alt="Screenshot-Software Updates and Add-ons" width="300" height="196" /></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">And click on the install button &#8211; see above -.</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-495" title="Screenshot-Software Updates and Add-ons -1" src="http://fhornain.wordpress.com/files/2009/11/screenshot-software-updates-and-add-ons-12.png?w=300" alt="Screenshot-Software Updates and Add-ons -1" width="300" height="196" /></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">Then the installation start &#8211; see above &#8211; :</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-496" title="Screenshot-Install" src="http://fhornain.wordpress.com/files/2009/11/screenshot-install1.png?w=300" alt="Screenshot-Install" width="300" height="217" /></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">Then click on next button, accept the term of the licence and click on  the finish button.</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-497" title="Screenshot-Install -2" src="http://fhornain.wordpress.com/files/2009/11/screenshot-install-2.png?w=300" alt="Screenshot-Install -2" width="300" height="217" /></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">The packages installation starts &#8211; see above &#8211; :</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-498" title="Screenshot-Install -3" src="http://fhornain.wordpress.com/files/2009/11/screenshot-install-3.png?w=300" alt="Screenshot-Install -3" width="300" height="210" /></p>
<p>Finally the installation finish and the following window appear in order to reboot the eclipse IDE application &#8211; see below -</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-499" title="Screenshot-Software Updates" src="http://fhornain.wordpress.com/files/2009/11/screenshot-software-updates.png?w=300" alt="Screenshot-Software Updates" width="300" height="83" /></p>
<p>Click on the Yes button</p>
<p>III.IX ] Now we&#8217;ll do the same steps for JBoss Tools and Bitr as we did for Ganymed &#8220;Web and Java EE Development&#8221;.</p>
<p>You should see the entered JBoss Tools links done during III.III] and III.IV] steps then click on the JBoss Tools arrow and select JBoss Tools line &#8211; see above -</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-491" title="Screenshot-Software Updates and Add-ons -2" src="http://fhornain.wordpress.com/files/2009/11/screenshot-software-updates-and-add-ons-2.png?w=300" alt="Screenshot-Software Updates and Add-ons -2" width="300" height="196" /></p>
<p>And do the same procedure as we did for Ganymed &#8220;Web and Java EE Development&#8221; at step III.VIII].</p>
<p>Let&#8217;s hope it clear.</p>
<p>Now you can play with seam and other JBoss projects&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>IV] Launch Seam project with Eclipse and Jboss Tools.</p>
<p>IV.I] Indeed you should select in you Fedora main menu bar  Applications &#62; Programming &#62; Eclipse</p>
<p style="padding-left:30px;">If not, launch a terminal and run the following command :</p>
<p style="padding-left:60px;">[fhornain@localhost ~]$ eclipse<code> -vm </code>/usr/bin/java</p>
<p style="padding-left:30px;">Rem: Change the path <strong>/usr/bin/java </strong>if it is not your java default location <strong><br />
</strong></p>
<p style="padding-left:30px;">You should see appear the following window :</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-501" title="Screenshot-Resource - Fedora Eclipse" src="http://fhornain.wordpress.com/files/2009/11/screenshot-resource-fedora-eclipse1.png?w=300" alt="Screenshot-Resource - Fedora Eclipse" width="300" height="159" /></p>
<p>IV.II] Then click on the main menu bar File &#62; New &#62; Project and the following window appears &#8211; see below -</p>
<p style="padding-left:30px;"><img class="alignleft size-medium wp-image-502" title="Screenshot-New Project" src="http://fhornain.wordpress.com/files/2009/11/screenshot-new-project.png?w=300" alt="Screenshot-New Project" width="300" height="244" /></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">Then Choose your new JBoss Seam Project and name it.</p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">BTW, do not forget <a href="http://download.eclipse.org/birt/update-site/2.3/">BIRT</a> otherwise you will not have JDBC Connectors</p>
<p style="padding-left:30px;">Enjoy !</p>
<p style="padding-left:30px;">Related links : <a href="http://www.jboss.org/community/wiki/InstallingJBossTools">http://www.jboss.org/community/wiki/InstallingJBossTools</a></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
