<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:cs="http://www.oreillynet.com/rss/cs/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:on="http://www.oreillynet.com/rss/on/"
 xmlns:admin="http://webns.net/mvcb/"
>

<channel rdf:about="http://community.java.net/java-enterprise">
<title>Java Enterprise Features</title>
<link>http://community.java.net/java-enterprise</link>
<description>Items from java.net's Java Enterprise community homepage. </description>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="http://weblogs.java.net/blog/arungupta/archive/2008/01/jmaki_and_async.html" />
  <rdf:li rdf:resource="http://feeds.feedburner.com/~r/TheAquarium_en/~3/222947194/article_on_combining_glassfish_amx" />
  <rdf:li rdf:resource="http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop.html" />
  <rdf:li rdf:resource="http://weblogs.java.net/blog/lucastorri/archive/2008/01/sun_spot_more_o_1.html" />
  <rdf:li rdf:resource="http://weblogs.java.net/blog/bhaktimehta/archive/2008/01/deploying_soap_1.html" />
  <rdf:li rdf:resource="http://feeds.feedburner.com/~r/TheAquarium_en/~3/225431720/vivek_s_new_job" />
  <rdf:li rdf:resource="http://feeds.feedburner.com/~r/TheAquarium_en/~3/225277953/blackbox_is_shipping" />
  <rdf:li rdf:resource="http://feeds.feedburner.com/~r/TheAquarium_en/~3/224675303/hk2_module_authoring_with_netbeans1" />
  <rdf:li rdf:resource="http://feeds.feedburner.com/~r/TheAquarium_en/~3/224582682/new_mediacast_portal_now_using" />
  <rdf:li rdf:resource="http://feeds.feedburner.com/~r/TheAquarium_en/~3/224353988/week_highlights4" />
  <rdf:li rdf:resource="http://weblogs.java.net/blog/brunogh/archive/2008/01/making_your_me.html" />
 </rdf:Seq>
</items>
</channel>

<item rdf:about="http://weblogs.java.net/blog/arungupta/archive/2008/01/jmaki_and_async.html">
<title>jMaki and Asynchronous Ajax @ Ajax World, New York 2008</title>
<link>http://weblogs.java.net/blog/arungupta/archive/2008/01/jmaki_and_async.html</link>
<description>The jMaki session at the upcoming Ajax World East 2008 is featured on Web2Journal. Enjoy several jMaki screencasts before the talk :) Jean-Francois is also speaking on Asynchronous Ajax for Revolutionary Web Applications - He is a great speaker...</description>
<dc:rights>Copyright 1995-2003, Sun Microsystems, Inc</dc:rights>
<dc:source>http://weblogs.java.net/</dc:source>
<dc:language>en-us</dc:language>
<dc:creator>Arun Gupta</dc:creator>
<dc:date>2008-01-25</dc:date>
<dc:description>The jMaki session at the upcoming Ajax World East 2008 is featured on Web2Journal. Enjoy several jMaki screencasts before the talk :) Jean-Francois is also speaking on Asynchronous Ajax for Revolutionary Web Applications - He is a great speaker...</dc:description>
<dc:format>text/html</dc:format>
<dc:title>jMaki and Asynchronous Ajax @ Ajax World, New York 2008</dc:title>
<dc:publisher>O'Reilly and Associates</dc:publisher>
<on:source_name>java.net Weblogs</on:source_name>
<on:author_id>308</on:author_id>
<on:date_text>Jan 25, 2008</on:date_text>
<on:locator>bucket/bu/46/d80a480e</on:locator>
<on:template>11</on:template>
</item>

<item rdf:about="http://feeds.feedburner.com/~r/TheAquarium_en/~3/222947194/article_on_combining_glassfish_amx">
<title>Article on combining GlassFish AMX and Management Rules</title>
<link>http://feeds.feedburner.com/~r/TheAquarium_en/~3/222947194/article_on_combining_glassfish_amx</link>
<description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;
&lt;a href=&quot;http://today.java.net/pub/a/today/2008/01/15/dynamic-load-balancing-in-glassfish.html&quot; title=&quot;Dynamic Load Balancing in GlassFish Application Server&quot;&gt;
  &lt;img src=&quot;http://blogs.sun.com/theaquarium/resource/masoud_portrait.png&quot; alt=&quot;Masoud Kalali's picture&quot; hspace=&quot;4&quot; vspace=&quot;4&quot; align=&quot;left&quot; /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;p&gt;
GlassFish doesn't trade enterprise features such as management and monitoring for Open Source. &lt;a href=&quot;http://today.java.net/pub/a/today/2008/01/15/dynamic-load-balancing-in-glassfish.html&quot;&gt;Masoud Kalali's recent article on java.net&lt;/a&gt; is a good illustration of this. It shows how the JMX-based administration infrastructure can be accessed to dynamically change the behavior of the HTTP load-balancer.
&lt;/p&gt;

&lt;p&gt;
The article first goes into what JMX and &lt;a href=&quot;https://glassfish.dev.java.net/javaee5/amx/&quot;&gt;GlassFish AMX&lt;/a&gt;'s are before introducing &lt;a href=&quot;https://glassfish.dev.java.net/javaee5/selfmanagement/selfmanagementhome.html&quot;&gt;GlassFish v2's Management Rules&lt;/a&gt; mechanism. The rest is a detailed explanation of how to create and deploy the MBean to manage the weight of the load-balancer algorithm and the corresponding management rule.
&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;p&gt;
Masoud had previously written detailed blog entries about:
&lt;br /&gt;- &lt;a href=&quot;http://weblogs.java.net/blog/kalali/archive/2007/12/how_to_secure_g_1.html&quot;&gt;How to Secure GlassFish installation&lt;/a&gt;.
&lt;br /&gt;- &lt;a href=&quot;http://weblogs.java.net/blog/kalali/archive/2007/05/glassfish_versi_1.html&quot;&gt;GlassFish version 2 monitoring capabilities&lt;/a&gt;
&lt;/p&gt;</description>
<dc:rights>Copyright 2008</dc:rights>
<dc:source>http://blogs.sun.com/theaquarium</dc:source>
<dc:language>en-us</dc:language>
<dc:creator>alexismp</dc:creator>
<dc:date>2008-01-25</dc:date>
<dc:subject>Glassfish,Amx,Article,Glassfish,Jmx,Loadbalancer,Management</dc:subject>
<dc:description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;</dc:description>
<dc:title>Article on combining GlassFish AMX and Management Rules</dc:title>
<on:source_name>The Aquarium</on:source_name>
<on:date_text>Jan 25, 2008</on:date_text>
<on:locator>bucket/bu/46/a0528093</on:locator>
<on:template>11</on:template>
</item>

<item rdf:about="http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop.html">
<title>HotSpot development on Linux with NetBeans - Part 1</title>
<link>http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop.html</link>
<description>Here comes yet another step-by-step tutorial which explains how to fetch the
OpenJDK sources, compile them and work with them inside the NetBeans IDE. It
focuses on building and running the different flavors (opt/debug,
client/server JIT compiler, template/C++ interpreter) of the HotSpot VM on
Linux/x86 and concludes with a short evaluation of NetBeans 6.0 as an
development environment for HotSpot hacking.</description>
<dc:rights>Copyright 1995-2003, Sun Microsystems, Inc</dc:rights>
<dc:source>http://weblogs.java.net/</dc:source>
<dc:language>en-us</dc:language>
<dc:creator>Volker Simonis</dc:creator>
<dc:date>2008-01-25</dc:date>
<dc:subject>Community: Netbeans,Community: Openjdk,Virtual Machine</dc:subject>
<dc:description>Here comes yet another step-by-step tutorial which explains how to fetch the</dc:description>
<dc:format>text/html</dc:format>
<dc:title>HotSpot development on Linux with NetBeans - Part 1</dc:title>
<dc:publisher>O'Reilly and Associates</dc:publisher>
<on:source_name>java.net Weblogs</on:source_name>
<on:author_id>617</on:author_id>
<on:date_text>Jan 25, 2008</on:date_text>
<on:locator>bucket/bu/46/87f9232b</on:locator>
<on:template>11</on:template>
</item>

<item rdf:about="http://weblogs.java.net/blog/lucastorri/archive/2008/01/sun_spot_more_o_1.html">
<title>Sun SPOT more Open Source than ever</title>
<link>http://weblogs.java.net/blog/lucastorri/archive/2008/01/sun_spot_more_o_1.html</link>
<description>After releasing the Squawk VM as Open Source, Sun announced yesterday that has open sourced the SPOT libraries as well, under GPLv2. SPOTs are small, Java-based, wireless devices developed at Sun Labs. This libraries include the code responsible for wireless communication, sensors control and security at the devices. The news was published in the forum and can be seen the the java.net project website: https://spots.dev.java.net/</description>
<dc:rights>Copyright 1995-2003, Sun Microsystems, Inc</dc:rights>
<dc:source>http://weblogs.java.net/</dc:source>
<dc:language>en-us</dc:language>
<dc:creator>Lucas Torri</dc:creator>
<dc:date>2008-01-30</dc:date>
<dc:subject>Community: Mobile &amp; Embedded</dc:subject>
<dc:description>After releasing the Squawk VM as Open Source, Sun announced yesterday that has open sourced the SPOT libraries as well, under GPLv2. SPOTs are small, Java-based, wireless devices developed at Sun Labs. This libraries include the code responsible for wireless communication, sensors control and security at the devices. The news was published in the forum and can be seen the the java.net project website: https://spots.dev.java.net/</dc:description>
<dc:format>text/html</dc:format>
<dc:title>Sun SPOT more Open Source than ever</dc:title>
<dc:publisher>O'Reilly and Associates</dc:publisher>
<on:source_name>java.net Weblogs</on:source_name>
<on:author_id>574</on:author_id>
<on:date_text>Jan 30, 2008</on:date_text>
<on:locator>bucket/bu/46/a1c8c105</on:locator>
<on:template>11</on:template>
</item>

<item rdf:about="http://weblogs.java.net/blog/bhaktimehta/archive/2008/01/deploying_soap_1.html">
<title>Deploying SOAP 1.2 based webservice in Glassfish</title>
<link>http://weblogs.java.net/blog/bhaktimehta/archive/2008/01/deploying_soap_1.html</link>
<description>This blog shows how to create,deploy SOAP 1.2 based services in Glassfish</description>
<dc:rights>Copyright 1995-2003, Sun Microsystems, Inc</dc:rights>
<dc:source>http://weblogs.java.net/</dc:source>
<dc:language>en-us</dc:language>
<dc:creator>Bhakti Mehta</dc:creator>
<dc:date>2008-01-29</dc:date>
<dc:subject>Community: Java Web Services And Xml</dc:subject>
<dc:description>This blog shows how to create,deploy SOAP 1.2 based services in Glassfish</dc:description>
<dc:format>text/html</dc:format>
<dc:title>Deploying SOAP 1.2 based webservice in Glassfish</dc:title>
<dc:publisher>O'Reilly and Associates</dc:publisher>
<on:source_name>java.net Weblogs</on:source_name>
<on:author_id>362</on:author_id>
<on:date_text>Jan 29, 2008</on:date_text>
<on:locator>bucket/bu/46/40fc6763</on:locator>
<on:template>11</on:template>
</item>

<item rdf:about="http://feeds.feedburner.com/~r/TheAquarium_en/~3/225431720/vivek_s_new_job">
<title>Vivek's New Job</title>
<link>http://feeds.feedburner.com/~r/TheAquarium_en/~3/225431720/vivek_s_new_job</link>
<description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;
&lt;a href=&quot;http://weblogs.java.net/blog/vivekp/&quot; title=&quot;Vivek Pandey&quot;&gt;
&lt;img src=&quot;http://blogs.sun.com/theaquarium/resource/VivekPandey-99_68px.jpg&quot; alt=&quot;Vivek Pandey&quot; width=&quot;99&quot; height=&quot;68&quot; hspace=&quot;4&quot; vspace=&quot;4&quot; align=&quot;left&quot; /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;p&gt;
&lt;a href=&quot;http://weblogs.java.net/blog/vivekp/&quot;&gt;Vivek&lt;/a&gt;
has a new job:
help make
&lt;a href=&quot;http://glassfish.java.net&quot;&gt;GlassFish&lt;/a&gt;
(v2 and v3)
the preferred platform
for scripting on the server-side.
&lt;/p&gt;
&lt;p&gt;
What languages?
&lt;a href=&quot;http://jruby.codehaus.org/&quot;&gt;JRuby&lt;/a&gt; for sure,
but we want them all,
from
&lt;a href=&quot;http://groovy.codehaus.org&quot;&gt;Groovy&lt;/a&gt;
to
&lt;a href=&quot;http://php.net&quot;&gt;PHP&lt;/a&gt;
to
&lt;a href=&quot;http://jython.org&quot;&gt;Jython&lt;/a&gt;,
to...
Choosing the winner is hard, we want the winner to choose us!
&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;
Check Vivek's blog for 
&lt;a href=&quot;http://weblogs.java.net/blog/vivekp/archive/2008/01/whats_up_with_s.html&quot;&gt;his
announcement&lt;/a&gt;,
and for his first weekend project: a
&lt;a href=&quot;http://weblogs.java.net/blog/vivekp/archive/2008/01/ruby_plugin_for_1.html&quot;&gt;Ruby
Plugin for Hudson&lt;/a&gt;.
And contact him if you want to help with the effort!
&lt;/p&gt;</description>
<dc:rights>Copyright 2008</dc:rights>
<dc:source>http://blogs.sun.com/theaquarium</dc:source>
<dc:language>en-us</dc:language>
<dc:creator>pelegri</dc:creator>
<dc:date>2008-01-29</dc:date>
<dc:subject>Web.Next,Glassfish,Groovy,Jruby,Jython,Php,Ruby,Scripting</dc:subject>
<dc:description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;</dc:description>
<dc:title>Vivek's New Job</dc:title>
<on:source_name>The Aquarium</on:source_name>
<on:date_text>Jan 29, 2008</on:date_text>
<on:locator>bucket/bu/46/e195134e</on:locator>
<on:template>11</on:template>
</item>

<item rdf:about="http://feeds.feedburner.com/~r/TheAquarium_en/~3/225277953/blackbox_is_shipping">
<title>BlackBox is Shipping!</title>
<link>http://feeds.feedburner.com/~r/TheAquarium_en/~3/225277953/blackbox_is_shipping</link>
<description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;
  

&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;p&gt;
Remember &lt;a href=&quot;http://blogs.sun.com/theaquarium/entry/notd_rethinking_the_box_first&quot;&gt;Blackbox&lt;/a&gt;,
the &quot;Data Center in a Shipping Container&quot;? It is now shipping!
&lt;/p&gt;
&lt;p&gt;
The official name is
&lt;a href=&quot;http://www.sun.com/products/sunmd/s20/index.jsp&quot;&gt;Sun Modular Datacenter S20&lt;/a&gt;.
Read from some
&lt;a href=&quot;http://www.sun.com/products/sunmd/s20/perspectives.jsp&quot;&gt;Customers&lt;/a&gt;
or see its
&lt;a href=&quot;http://blogs.sun.com/blackbox/&quot;&gt;World Tour&lt;/a&gt;.
&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
<dc:rights>Copyright 2008</dc:rights>
<dc:source>http://blogs.sun.com/theaquarium</dc:source>
<dc:language>en-us</dc:language>
<dc:creator>pelegri</dc:creator>
<dc:date>2008-01-29</dc:date>
<dc:subject>Sun,Blackbox,Hardware,Sun</dc:subject>
<dc:description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;</dc:description>
<dc:title>BlackBox is Shipping!</dc:title>
<on:source_name>The Aquarium</on:source_name>
<on:date_text>Jan 29, 2008</on:date_text>
<on:locator>bucket/bu/46/42068ad4</on:locator>
<on:template>37</on:template>
</item>

<item rdf:about="http://feeds.feedburner.com/~r/TheAquarium_en/~3/224675303/hk2_module_authoring_with_netbeans1">
<title>Getting up to speed with HK2</title>
<link>http://feeds.feedburner.com/~r/TheAquarium_en/~3/224675303/hk2_module_authoring_with_netbeans1</link>
<description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;
&lt;a href=&quot;http://weblogs.java.net/blog/ss141213/archive/2008/01/getting_started.html&quot; title=&quot;Getting started with HK2 - Part I&quot;&gt;
  &lt;img src=&quot;http://blogs.sun.com/theaquarium/resource/sanjeeb_sahoo-99_68px.jpg&quot; alt=&quot;Sahoo's picture&quot; hspace=&quot;4&quot; vspace=&quot;4&quot; align=&quot;left&quot; /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;p&gt;
Sahoo has &lt;a href=&quot;http://weblogs.java.net/blog/ss141213/archive/2008/01/getting_started.html&quot;&gt;Part I of a getting started with HK2&lt;/a&gt; series available. &lt;a href=&quot;http://hk2.dev.java.net&quot;&gt;HK2&lt;/a&gt; (&quot;Hundred Kilobyte Kernel&quot; really) is a key technology for GlassFish v3, providing it a modules sub-system.
&lt;/p&gt;

&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;p&gt;
In this &lt;a href=&quot;http://weblogs.java.net/blog/ss141213/archive/2008/01/getting_started.html&quot;&gt;blog entry&lt;/a&gt;, Sahoo walks us through a Hello World application packaged with source code and Maven integration. It introduces the &lt;code&gt;@Service&lt;/code&gt; annotation which is only scratching the surface of the technology but Sahoo promises more content soon!
&lt;/p&gt;

&lt;p&gt;
Previous HK2 coverage were can be found &lt;a href=&quot;http://blogs.sun.com/theaquarium/tags/hk2&quot;&gt;here&lt;/a&gt;.
&lt;/p&gt;</description>
<dc:rights>Copyright 2008</dc:rights>
<dc:source>http://blogs.sun.com/theaquarium</dc:source>
<dc:language>en-us</dc:language>
<dc:creator>alexismp</dc:creator>
<dc:date>2008-01-28</dc:date>
<dc:subject>Glassfish,Glassfish,Hk2</dc:subject>
<dc:description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;</dc:description>
<dc:title>Getting up to speed with HK2</dc:title>
<on:source_name>The Aquarium</on:source_name>
<on:date_text>Jan 28, 2008</on:date_text>
<on:locator>bucket/bu/46/15d7006b</on:locator>
<on:template>11</on:template>
</item>

<item rdf:about="http://feeds.feedburner.com/~r/TheAquarium_en/~3/224582682/new_mediacast_portal_now_using">
<title>New Mediacast Portal now using JRuby on GlassFish</title>
<link>http://feeds.feedburner.com/~r/TheAquarium_en/~3/224582682/new_mediacast_portal_now_using</link>
<description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;
&lt;a href=&quot;http://blogs.sun.com/theaquarium/resource/MediacastScreenShot-1041_648px.png&quot; title=&quot;Screenshot of Mediacast page - Click for larger image&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://blogs.sun.com/theaquarium/resource/MediacastScreenShot-140_87px.png&quot; alt=&quot;ALT DESCR&quot; width=&quot;140&quot; height=&quot;87&quot; hspace=&quot;4&quot; vspace=&quot;4&quot; align=&quot;left&quot; /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;p&gt;
The
&lt;a href=&quot;http://mediacast.sun.com/&quot;&gt;Mediacast&lt;/a&gt;
team
(the companion to
&lt;a href=&quot;http://blogs.sun.com&quot;&gt;BSC&lt;/a&gt; for large media files)
has rewritten the application using
&lt;a href=&quot;http://jruby.codehaus.org/&quot;&gt;JRuby&lt;/a&gt;,
&lt;a href=&quot;http://www.rubyonrails.org/&quot;&gt;Rails&lt;/a&gt;,
&lt;a href=&quot;http://wiki.jruby.org/wiki/Goldspike&quot;&gt;Goldspike&lt;/a&gt;
and
&lt;a href=&quot;http://glassfish.java.net&quot;&gt;GlassFish&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Igor has a good
&lt;a href=&quot;http://blog.igorminar.com/2008/01/jruby-on-rails-rewrite-of.html&quot;&gt;Writeup&lt;/a&gt; describing the good and the bad.
I know that the area around memory comsumption and performance is improving
rapidly right now;
we will see how things look like by JavaOne.
&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
<dc:rights>Copyright 2008</dc:rights>
<dc:source>http://blogs.sun.com/theaquarium</dc:source>
<dc:language>en-us</dc:language>
<dc:creator>pelegri</dc:creator>
<dc:date>2008-01-28</dc:date>
<dc:subject>Web.Next,Glassfish,Goldspike,Jruby,Rails</dc:subject>
<dc:description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;</dc:description>
<dc:title>New Mediacast Portal now using JRuby on GlassFish</dc:title>
<on:source_name>The Aquarium</on:source_name>
<on:date_text>Jan 28, 2008</on:date_text>
<on:locator>bucket/bu/46/dfd313e7</on:locator>
<on:template>11</on:template>
</item>

<item rdf:about="http://feeds.feedburner.com/~r/TheAquarium_en/~3/224353988/week_highlights4">
<title>Week Highlights - IzPack, LifeRay, JRuby, GAP</title>
<link>http://feeds.feedburner.com/~r/TheAquarium_en/~3/224353988/week_highlights4</link>
<description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;

&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;p&gt;
A slow week; I was still catching up from the
&lt;a title=&quot;Why The MySQL Deal Will Work &quot; href=&quot;http://blogs.sun.com/theaquarium/entry/why_the_mysql_deal_will&quot;&gt;Trip to Orlando&lt;img src=&quot;http://blogs.sun.com/theaquarium/resource/OutLink-6_6px.png&quot; height=&quot;6&quot; /&gt;&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
&amp;bull; GF Community -

New
&lt;a title=&quot;Preview of new IzPack Installer for GlassFish&quot; href=&quot;http://blogs.sun.com/theaquarium/entry/preview_of_new_izpack_installer&quot;&gt;IzPack Installer&lt;img src=&quot;http://blogs.sun.com/theaquarium/resource/OutLink-6_6px.png&quot; height=&quot;6&quot; /&gt;&lt;/a&gt;

and

&lt;a title=&quot;More GreenFire from Adam&quot; href=&quot;http://blogs.sun.com/theaquarium/entry/greenfire_taking_off&quot;&gt;GreenFire&lt;img src=&quot;http://blogs.sun.com/theaquarium/resource/OutLink-6_6px.png&quot; height=&quot;6&quot; /&gt;&lt;/a&gt;

&lt;br /&gt;&amp;bull; HowTo -

Combining
&lt;a title=&quot;Article on combining GlassFish AMX and Management ...&quot; href=&quot;http://blogs.sun.com/theaquarium/entry/article_on_combining_glassfish_amx&quot;&gt;JMX and Management&lt;img src=&quot;http://blogs.sun.com/theaquarium/resource/OutLink-6_6px.png&quot; height=&quot;6&quot; /&gt;&lt;/a&gt; in GlassFish

&lt;br /&gt;&amp;bull; New Portal Bundles -

&lt;a title=&quot;Liferay Portal 4.4.0 with GlassFish&quot; href=&quot;http://blogs.sun.com/theaquarium/entry/liferay_portal_4_4_0&quot;&gt;Liferay 4.4.0 and GlassFish&lt;img src=&quot;http://blogs.sun.com/theaquarium/resource/OutLink-6_6px.png&quot; height=&quot;6&quot; /&gt;&lt;/a&gt;

&lt;br /&gt; &amp;bull; Community Programs -

&lt;a title=&quot;175K US$ for you! GAP Update&quot; href=&quot;http://blogs.sun.com/theaquarium/entry/gap_glassfish_grants_and_awards&quot;&gt;Grants Program&lt;img src=&quot;http://blogs.sun.com/theaquarium/resource/OutLink-6_6px.png&quot; height=&quot;6&quot; /&gt;&lt;/a&gt;

and

&lt;a title=&quot;GlassFish Registration Page - Today and Tomorrow&quot; href=&quot;http://blogs.sun.com/theaquarium/entry/glassfish_registration_page_what_s&quot;&gt;Registration Page&lt;img src=&quot;http://blogs.sun.com/theaquarium/resource/OutLink-6_6px.png&quot; height=&quot;6&quot; /&gt;&lt;/a&gt;

&lt;br /&gt;&amp;bull; Web.Next -


&lt;a title=&quot;GlassFish in Ruby Meetup 99 - Jan 29, 7pm&quot; href=&quot;http://blogs.sun.com/theaquarium/entry/glassfish_in_ruby_meetup_99&quot;&gt;GlassFish and Ruby Meetup&lt;img src=&quot;http://blogs.sun.com/theaquarium/resource/OutLink-6_6px.png&quot; height=&quot;6&quot; /&gt;&lt;/a&gt;


&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
<dc:rights>Copyright 2008</dc:rights>
<dc:source>http://blogs.sun.com/theaquarium</dc:source>
<dc:language>en-us</dc:language>
<dc:creator>pelegri</dc:creator>
<dc:date>2008-01-28</dc:date>
<dc:subject>Weekly,Awards,Glassfish,Izpack,Jruby,Liferay,Weekly</dc:subject>
<dc:description>&lt;table&gt;&lt;tr&gt;&lt;td&gt;</dc:description>
<dc:title>Week Highlights - IzPack, LifeRay, JRuby, GAP</dc:title>
<on:source_name>The Aquarium</on:source_name>
<on:date_text>Jan 28, 2008</on:date_text>
<on:locator>bucket/bu/46/1c9b9fad</on:locator>
<on:template>11</on:template>
</item>

<item rdf:about="http://weblogs.java.net/blog/brunogh/archive/2008/01/making_your_me.html">
<title>Making your ME application looks even better</title>
<link>http://weblogs.java.net/blog/brunogh/archive/2008/01/making_your_me.html</link>
<description>If you think that the most difficult part in writing a Java ME application is make a good looking GUI, you come to the right place. Here is a list of interesting projects that could facilitates you in some way...</description>
<dc:rights>Copyright 1995-2003, Sun Microsystems, Inc</dc:rights>
<dc:source>http://weblogs.java.net/</dc:source>
<dc:language>en-us</dc:language>
<dc:creator>Bruno Ghisi</dc:creator>
<dc:date>2008-01-27</dc:date>
<dc:subject>Community: Mobile &amp; Embedded</dc:subject>
<dc:description>If you think that the most difficult part in writing a Java ME application is make a good looking GUI, you come to the right place. Here is a list of interesting projects that could facilitates you in some way...</dc:description>
<dc:format>text/html</dc:format>
<dc:title>Making your ME application looks even better</dc:title>
<dc:publisher>O'Reilly and Associates</dc:publisher>
<on:source_name>java.net Weblogs</on:source_name>
<on:author_id>575</on:author_id>
<on:date_text>Jan 27, 2008</on:date_text>
<on:locator>bucket/bu/46/abd1fc2e</on:locator>
<on:template>11</on:template>
</item>

</rdf:RDF>