<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://hive.awired.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://hive.awired.net/feed.php">
        <title>Hive Awired wiki hive:development:java</title>
        <description></description>
        <link>http://hive.awired.net/</link>
        <image rdf:resource="http://hive.awired.net/lib/images/favicon.ico" />
       <dc:date>2010-08-15T20:21:28+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://hive.awired.net/hive/development/java/jboss"/>
                <rdf:li rdf:resource="http://hive.awired.net/hive/development/java/jsf"/>
                <rdf:li rdf:resource="http://hive.awired.net/hive/development/java/maven"/>
                <rdf:li rdf:resource="http://hive.awired.net/hive/development/java/micro-bench"/>
                <rdf:li rdf:resource="http://hive.awired.net/hive/development/java/struts1"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://hive.awired.net/lib/images/favicon.ico">
        <title>Hive Awired wiki</title>
        <link>http://hive.awired.net/</link>
        <url>http://hive.awired.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://hive.awired.net/hive/development/java/jboss">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-05T23:59:35+02:00</dc:date>
        <title>JBoss</title>
        <link>http://hive.awired.net/hive/development/java/jboss</link>
        <description>


&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;
&lt;!-- SECTION &quot;JBoss&quot; [1-21] --&gt;
&lt;h3&gt;&lt;a name=&quot;listen on all interfaces&quot; id=&quot;listen on all interfaces&quot;&gt;listen on all interfaces&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;
# ./run.sh -b 0.0.0.0&lt;/pre&gt;
&lt;/div&gt;
&lt;!-- SECTION &quot;listen on all interfaces&quot; [22-95] --&gt;
&lt;h3&gt;&lt;a name=&quot;choose server&quot; id=&quot;choose server&quot;&gt;choose server&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;
# run.sh -c default&lt;/pre&gt;
&lt;/div&gt;
&lt;!-- SECTION &quot;choose server&quot; [96-157] --&gt;
&lt;h3&gt;&lt;a name=&quot;jmx management  jboss mbean server&quot; id=&quot;jmx management  jboss mbean server&quot;&gt;JMX Management / Jboss Mbean server&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;
-Dprogram.name=run.bat -Djava.endorsed.dirs=&quot;[JBOSS]/bin/../lib/endorsed&quot; -Xms128m -Xmx512m -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=17777
-Djboss.platform.mbeanserver -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl -Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false&lt;/pre&gt;
&lt;/div&gt;
&lt;!-- SECTION &quot;JMX Management / Jboss Mbean server&quot; [158-593] --&gt;
&lt;h3&gt;&lt;a name=&quot;add socket to jboss-log4j.conf&quot; id=&quot;add socket to jboss-log4j.conf&quot;&gt;add socket to jboss-log4j.conf&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;
&amp;#60;!-- Append to Supervisor --&amp;#62;
&amp;#60;appender name=&quot;SOCKET&quot; class=&quot;org.apache.log4j.net.SocketAppender&quot;&amp;#62;
        &amp;#60;param name=&quot;remoteHost&quot; value=&quot;10.40.0.33&quot;/&amp;#62;
        &amp;#60;param name=&quot;port&quot; value=&quot;4445&quot;/&amp;#62;
        &amp;#60;param name=&quot;locationInfo&quot; value=&quot;true&quot;/&amp;#62;
&amp;#60;/appender&amp;#62;


   &amp;#60;!-- Buffer events and log them asynchronously --&amp;#62;
   &amp;#60;appender name=&quot;ASYNC&quot; class=&quot;org.apache.log4j.AsyncAppender&quot;&amp;#62;
     &amp;#60;errorHandler class=&quot;org.jboss.logging.util.OnlyOnceErrorHandler&quot;/&amp;#62;
     &amp;#60;appender-ref ref=&quot;FILE&quot;/&amp;#62;
     &amp;#60;appender-ref ref=&quot;SOCKET&quot;/&amp;#62;

     &amp;#60;!--
     &amp;#60;appender-ref ref=&quot;CONSOLE&quot;/&amp;#62;
     &amp;#60;appender-ref ref=&quot;SMTP&quot;/&amp;#62;
     --&amp;#62;
   &amp;#60;/appender&amp;#62;&lt;/pre&gt;
&lt;/div&gt;
&lt;!-- SECTION &quot;add socket to jboss-log4j.conf&quot; [594-] --&gt;</description>
    </item>
    <item rdf:about="http://hive.awired.net/hive/development/java/jsf">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-05T23:59:53+02:00</dc:date>
        <title></title>
        <link>http://hive.awired.net/hive/development/java/jsf</link>
        <description>		&lt;td class=&quot;col0&quot;&gt; 01/24/2008 &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; FR &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; &lt;acronym title=&quot;Portable Document Format&quot;&gt;PDF&lt;/acronym&gt; &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; &lt;a href=&quot;http://data.mind.awired.net/development/java/jsf/advanced.pdf&quot; class=&quot;urlextern&quot; title=&quot;http://data.mind.awired.net/development/java/jsf/advanced.pdf&quot;  rel=&quot;nofollow&quot;&gt;Advanced development with JSF&lt;/a&gt; &lt;/td&gt;&lt;td class=&quot;col4&quot;&gt; &lt;a href=&quot;http://data.mind.awired.net/development/java/jsf/advanced.war&quot; class=&quot;urlextern&quot; title=&quot;http://data.mind.awired.net/development/java/jsf/advanced.war&quot;  rel=&quot;nofollow&quot;&gt;sources code&lt;/a&gt; &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; 01/24/2008 &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; FR &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; &lt;acronym title=&quot;Portable Document Format&quot;&gt;PDF&lt;/acronym&gt; &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; &lt;a href=&quot;http://data.mind.awired.net/development/java/jsf/introduction.pdf&quot; class=&quot;urlextern&quot; title=&quot;http://data.mind.awired.net/development/java/jsf/introduction.pdf&quot;  rel=&quot;nofollow&quot;&gt;Introduction to JSF&lt;/a&gt; &lt;/td&gt;&lt;td class=&quot;col4&quot;&gt; &lt;a href=&quot;http://data.mind.awired.net/development/java/jsf/introduction.war&quot; class=&quot;urlextern&quot; title=&quot;http://data.mind.awired.net/development/java/jsf/introduction.war&quot;  rel=&quot;nofollow&quot;&gt;sources code&lt;/a&gt; &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;
</description>
    </item>
    <item rdf:about="http://hive.awired.net/hive/development/java/maven">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-30T16:46:18+02:00</dc:date>
        <title></title>
        <link>http://hive.awired.net/hive/development/java/maven</link>
        <description>		&lt;td class=&quot;col0&quot;&gt; 01/24/2008 &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; EN &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; &lt;acronym title=&quot;Portable Document Format&quot;&gt;PDF&lt;/acronym&gt; &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; &lt;a href=&quot;http://data.mind.awired.net/development/java/maven/better builds with maven.pdf&quot; class=&quot;urlextern&quot; title=&quot;http://data.mind.awired.net/development/java/maven/better builds with maven.pdf&quot;  rel=&quot;nofollow&quot;&gt;better builds with maven&lt;/a&gt; &lt;/td&gt;&lt;td class=&quot;col4 rightalign&quot;&gt;  &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;
</description>
    </item>
    <item rdf:about="http://hive.awired.net/hive/development/java/micro-bench">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-06T00:00:11+02:00</dc:date>
        <title>Micro-Bench</title>
        <link>http://hive.awired.net/hive/development/java/micro-bench</link>
        <description>


&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="http://hive.awired.net/hive/development/java/struts1">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-06T00:00:21+02:00</dc:date>
        <title></title>
        <link>http://hive.awired.net/hive/development/java/struts1</link>
        <description>		&lt;td class=&quot;col0&quot;&gt; 01/24/2008 &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; EN &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; &lt;acronym title=&quot;Portable Document Format&quot;&gt;PDF&lt;/acronym&gt; &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; &lt;a href=&quot;http://data.mind.awired.net/development/java/struts1/introducation-struts.pdf&quot; class=&quot;urlextern&quot; title=&quot;http://data.mind.awired.net/development/java/struts1/introducation-struts.pdf&quot;  rel=&quot;nofollow&quot;&gt;struts 1 introduction&lt;/a&gt; &lt;/td&gt;&lt;td class=&quot;col4 rightalign&quot;&gt;  &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;
</description>
    </item>
</rdf:RDF>
