<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7391037128424572375</id><updated>2011-08-02T18:38:20.380+01:00</updated><category term='Spring framework'/><category term='Netbeans'/><category term='Portlet'/><category term='Portal Pack'/><category term='Liferay'/><category term='E-Book'/><title type='text'>Tutorials for Dummies</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tutorials-for-dummies.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7391037128424572375/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://tutorials-for-dummies.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>K.E.N</name><uri>http://www.blogger.com/profile/18081293918195798737</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7391037128424572375.post-4109279987958381104</id><published>2009-07-15T10:34:00.004+01:00</published><updated>2009-07-15T10:37:12.084+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Spring framework'/><category scheme='http://www.blogger.com/atom/ns#' term='E-Book'/><category scheme='http://www.blogger.com/atom/ns#' term='Portlet'/><title type='text'>Building portlet applications</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_eyBPrx4OR3U/Sl2iwZq1r4I/AAAAAAAAAWQ/NmlqmO1WcQA/s1600-h/buildingporlet.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 197px;" src="http://2.bp.blogspot.com/_eyBPrx4OR3U/Sl2iwZq1r4I/AAAAAAAAAWQ/NmlqmO1WcQA/s200/buildingporlet.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5358618084048744322" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;More in Ebooks&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Download:&lt;/span&gt;&lt;br /&gt;&lt;code&gt;http://rapidshare.com/files/256024670/Building.portlet.Application.rar&lt;/code&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7391037128424572375-4109279987958381104?l=tutorials-for-dummies.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorials-for-dummies.blogspot.com/feeds/4109279987958381104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tutorials-for-dummies.blogspot.com/2009/07/building-portlet-applications.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7391037128424572375/posts/default/4109279987958381104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7391037128424572375/posts/default/4109279987958381104'/><link rel='alternate' type='text/html' href='http://tutorials-for-dummies.blogspot.com/2009/07/building-portlet-applications.html' title='Building portlet applications'/><author><name>K.E.N</name><uri>http://www.blogger.com/profile/18081293918195798737</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_eyBPrx4OR3U/Sl2iwZq1r4I/AAAAAAAAAWQ/NmlqmO1WcQA/s72-c/buildingporlet.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7391037128424572375.post-8200235341989600089</id><published>2009-07-13T10:47:00.030+01:00</published><updated>2009-07-13T17:26:19.196+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Portal Pack'/><category scheme='http://www.blogger.com/atom/ns#' term='Portlet'/><category scheme='http://www.blogger.com/atom/ns#' term='Liferay'/><category scheme='http://www.blogger.com/atom/ns#' term='Netbeans'/><title type='text'>Portal Pack : Write Database Portlet using Service Builder Plug-in</title><content type='html'>&lt;p&gt;The service builder framework in Liferay represents the database layer and all the interactions with database are done through service builder infrastructure. So in this blog, I will explain how you can use service builder framework inside your custom portlet using &lt;a href="http://www.netbeans.org/"&gt;NetBeans 6.7&lt;/a&gt; &amp;amp;&lt;a href="http://portalpack.netbeans.org/"&gt; Portal Pack 3.0&lt;/a&gt;. To use service builder framework, you first need to create a service xml and then generate the required code. The Portal Pack here helps you by providing a nice GUI editor for service.xml file where you can define the entities or database structures and from the same GUI you can generate the services code which can be used inside your portlet.&lt;/p&gt; &lt;p&gt;I have taken an example of Simple Form Submission Portlet here. Using this portlet you can submit customer details which will be stored inside liferay's database and the same portlet will also show the no of customer records present in the database.&lt;/p&gt;&lt;p&gt;First create a Webapplication with "Portlet Support" framework and add a new Portlet to it. Now you need to create the service.xml file. Let's create the portlet application as "CustomerApp" and a portlet "CustomerPortlet" inside it.&lt;/p&gt;&lt;h2 class="sol"&gt;Creating the &lt;kbd&gt;service.xml&lt;/kbd&gt; File&lt;/h2&gt; &lt;p&gt;After creating a portlet application, you need to create a &lt;kbd&gt;service.xml&lt;/kbd&gt; file inside the portlet application.&lt;/p&gt; &lt;h3 class="sol"&gt;To Create a &lt;kbd&gt;service.xml&lt;/kbd&gt; File&lt;/h3&gt; &lt;ol type="1"&gt;&lt;li&gt;&lt;p&gt;From the CustomerApp application, right click on Web Pages and select New &gt; Others &gt; Web Space/Liferay Plugins &gt; Service Builder XML&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Enter the file name as service. Make sure the "Folder" is selected as web. Then click Finish.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;The &lt;kbd&gt;service.xml&lt;/kbd&gt; file is created inside the &lt;kbd&gt;web&lt;/kbd&gt; directory and the IDE opens the service.xml inside the editor area.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;You can see two tabs "Design" and "XML" in the editor. The "Design" tab helps the user to add/modify entities through GUI and using "XML", user can directly modify the xml.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://cdn.www.liferay.com/image/image_gallery?uuid=8443c406-feb7-48a2-884f-c3688ca30946&amp;amp;groupId=805128&amp;amp;t=1237222867435" target="_blank"&gt;&lt;img src="http://cdn.www.liferay.com/image/image_gallery?uuid=8443c406-feb7-48a2-884f-c3688ca30946&amp;amp;groupId=805128&amp;amp;t=1237222867435" alt="" width="789" height="261" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: center;"&gt;Fig: 1&lt;/div&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p&gt;Now we are ready to add entities to our service xml.&lt;/p&gt;&lt;br /&gt;&lt;h3&gt;To Create Entity&lt;/h3&gt; &lt;ol type="1"&gt;&lt;li&gt;&lt;p&gt;Click on "Add" button.&lt;/p&gt; &lt;p&gt;The Service Definition window appears.  &lt;a href="http://cdn.www.liferay.com/image/image_gallery?uuid=83cd82bf-4297-4c86-97d8-e312e6d81c2c&amp;amp;groupId=805128&amp;amp;t=1237222867405" target="_blank"&gt;&lt;img src="http://cdn.www.liferay.com/image/image_gallery?uuid=83cd82bf-4297-4c86-97d8-e312e6d81c2c&amp;amp;groupId=805128&amp;amp;t=1237222867405" alt="" width="374" height="202" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Specify the Entity Name as "CustomerDtls" and table name as "CustomerDtls". The Entity name and table name doesn't need to be same.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Now Click "Add". So a new entity called "CustomerDtls" is now created.&lt;/li&gt;&lt;li&gt;&lt;p&gt;Change the default Package Path name to com.sample.customer and namespace to "customer". The namespace should be unique for every portlet application. No two portlet applications should have the same namespace.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt; &lt;h3&gt;Add Columns&lt;/h3&gt; &lt;p&gt;After creating an entity, you need to add columns for that entity. So to create columns for an entity&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Select an entity. &lt;/li&gt;&lt;li&gt;Click "Add" under the Columns tab as shown in the Fig : 3.&lt;/li&gt;&lt;/ul&gt;&lt;div style="margin-left: 40px;"&gt; &lt;a href="http://cdn.www.liferay.com/image/image_gallery?uuid=66004a13-0a69-49d6-9cd9-245692e34c1e&amp;amp;groupId=805128&amp;amp;t=1237222867391" target="_blank"&gt;&lt;img src="http://cdn.www.liferay.com/image/image_gallery?uuid=66004a13-0a69-49d6-9cd9-245692e34c1e&amp;amp;groupId=805128&amp;amp;t=1237222867391" alt="" width="762" height="226" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;Fig : 3&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;&lt;ul&gt;&lt;li&gt;The Column Details window appears. &lt;/li&gt;&lt;li&gt;Specify the Name of the column as "&lt;span style="font-weight: bold;"&gt;id&lt;/span&gt;" and the column type as &lt;span style="font-weight: bold;"&gt;long&lt;/span&gt;. You can choose the column type as String, Double, and Date from the drop down list. &lt;/li&gt;&lt;li&gt;Select the Primary Key checkbox and click Add. So for this entity, &lt;span style="font-weight: bold;"&gt;id&lt;/span&gt; is the primary key. A column is created with the Column Name as &lt;span style="font-weight: bold;"&gt;id&lt;/span&gt; and type as &lt;span style="font-weight: bold;"&gt;long&lt;/span&gt;. &lt;/li&gt;&lt;li&gt;Add two more columns with column name name, age with types String, int respectively. &lt;/li&gt;&lt;li&gt;You can see that there are three columns created for the "CustomerDtls" entity. (Fig: 4)&lt;/li&gt;&lt;/ul&gt;Note: There should be atleast one primary key defined for an entity.&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-left: 40px;"&gt; &lt;/div&gt;&lt;p&gt;&lt;a href="http://cdn.www.liferay.com/image/image_gallery?uuid=084d4ba2-7afc-4d98-b5fb-c36a78f72f77&amp;amp;groupId=805128&amp;amp;t=1237222867417" target="_blank"&gt;&lt;img src="http://cdn.www.liferay.com/image/image_gallery?uuid=084d4ba2-7afc-4d98-b5fb-c36a78f72f77&amp;amp;groupId=805128&amp;amp;t=1237222867417" alt="" width="885" height="277" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: center;"&gt;                                                    Fig : 4&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;h3&gt;Add Finder Methods&lt;/h3&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;You can also add your custom finder methods to the entity from "Finders" tab. In "Finders" tab, click "Add Finder" to add finder methods. It provides a GUI where you can select different columns required for your finder methods.(Fig. 5)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://cdn.www.liferay.com/image/image_gallery?uuid=2f2e679f-c213-4733-ac81-0eabed730c59&amp;amp;groupId=805128&amp;amp;t=1237222867422" target="_blank"&gt;&lt;img src="http://cdn.www.liferay.com/image/image_gallery?uuid=2f2e679f-c213-4733-ac81-0eabed730c59&amp;amp;groupId=805128&amp;amp;t=1237222867422" alt="" width="578" height="474" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Fig. 5&lt;/div&gt;&lt;/div&gt;&lt;h3 class="sol"&gt;Generating Services&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;From the &lt;kbd&gt;service.xml&lt;/kbd&gt; GUI editor, click the "Generate Services" button. &lt;/li&gt;&lt;li&gt;You can see the creation of classes, services, and data models that are required for the database interaction. The service api classes are generated under $project/services directory and added to the project classpath. You should not do any modification in those classes as those will be overwritten next time when you run "Generate Service". But the implementation classes which can be modified by the user, are added to the project source path and you can modify them as you want. But after modifying anything in the service implementation classes, you need to run "Generate Service" again.&lt;/li&gt;&lt;li&gt;By default the generated service api jar will be bundled inside the portlet war file. But if you want other applications to access your services then the service api jar file needs to be there in the server classpath. You can do that by changing the preference which can be accessed by clicking on "Preferences" button. (Fig: 6)&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://cdn.www.liferay.com/image/image_gallery?uuid=b059bfc3-60a5-4ffa-aaa6-cad65965d6d6&amp;amp;groupId=805128&amp;amp;t=1237222867429" target="_blank"&gt;&lt;img src="http://cdn.www.liferay.com/image/image_gallery?uuid=b059bfc3-60a5-4ffa-aaa6-cad65965d6d6&amp;amp;groupId=805128&amp;amp;t=1237222867429" alt="" width="498" height="363" /&gt;&lt;/a&gt;&lt;br /&gt;Fig: 6&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Now in the GUI editor, click the Local Methods tab. This tab lists local method defined in the local service implementation. Now you can select "Go to Source"  to go the local service implementation. In our example this is "CustomerDtlsLocalServiceImpl.java" file. But we don't need to add any local method for our current example.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;h3 class="sol"&gt;Creating the View Page for Customer Portlet&lt;/h3&gt; &lt;ul&gt;&lt;li&gt;From the Projects pane, click the &lt;kbd&gt;CustomerPortlet_view.jsp&lt;/kbd&gt; file. &lt;/li&gt;&lt;li&gt;Add code to the &lt;kbd&gt;CustomerPortlet_view.jsp&lt;/kbd&gt; file to create a HTML form to specify the id,name and age of a customer. This jsp also shows the no of customers in the database. Replace the CustomerPortlet_view.jsp code with following code snippets.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;code class="prettyprint"&gt;&lt;br /&gt;&amp;lt;%@page contentType="text/html"%&amp;gt;&lt;br /&gt;&amp;lt;%@page pageEncoding="UTF-8"%&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;%@ page import="javax.portlet.*"%&amp;gt;&lt;br /&gt;&amp;lt;%@ page import="com.example.customer.service.*"%&amp;gt;&lt;br /&gt;&amp;lt;%@ page import="com.example.customer.model.*"%&amp;gt;&lt;br /&gt;&amp;lt;%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;portlet:defineObjects /&amp;gt;&lt;br /&gt;&amp;lt;%PortletPreferences prefs = renderRequest.getPreferences();%&amp;gt;&lt;br /&gt;&amp;lt;table&amp;gt;&lt;br /&gt;&amp;lt;form method="POST" action="&amp;lt;portlet:actionURL/&amp;gt;"&amp;gt;&lt;br /&gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt;     &amp;lt;td&amp;gt;Customer ID:&amp;lt;/td&amp;gt;&lt;br /&gt;     &amp;lt;td&amp;gt;&amp;lt;Input type="text" name="id"/&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt;     &amp;lt;td&amp;gt;Name:&amp;lt;/td&amp;gt;&lt;br /&gt;     &amp;lt;td&amp;gt;&amp;lt;Input type="text" name="name"/&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt;     &amp;lt;td&amp;gt;Age:&amp;lt;/td&amp;gt;&lt;br /&gt;     &amp;lt;td&amp;gt;&amp;lt;Input type="text" name="age"/&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;br /&gt;     &amp;lt;td&amp;gt;&amp;lt;Input type="submit"/&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&amp;lt;H3&amp;gt; No of Customers in Database :&lt;br /&gt; &amp;lt;%&lt;br /&gt;     out.println(CustomerDtlsLocalServiceUtil.getCustomerDtlsesCount());&lt;br /&gt; %&amp;gt;&lt;br /&gt;&amp;lt;/H3&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;From the Projects pane, click the &lt;kbd&gt;CustomerPortlet.java&lt;/kbd&gt; file under the &lt;kbd&gt;com.test&lt;/kbd&gt; package. Add the following code to processAction method. This method gets the data from the browser and add customer details to the database.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;pre class="prettyprint"&gt;   public void processAction(ActionRequest request, ActionResponse response) throws PortletException,IOException {&lt;br /&gt; &lt;br /&gt;      try {&lt;br /&gt;          long id = Long.parseLong(request.getParameter("id"));&lt;br /&gt;          String name = request.getParameter("name");&lt;br /&gt;          int age = Integer.parseInt(request.getParameter("age"));&lt;br /&gt;          CustomerDtls customer = CustomerDtlsLocalServiceUtil.createCustomerDtls(id);&lt;br /&gt;          customer.setId(id);&lt;br /&gt;          customer.setName(name);&lt;br /&gt;          customer.setAge(age);&lt;br /&gt;          CustomerDtlsLocalServiceUtil.addCustomerDtls(customer);&lt;br /&gt;          System.out.println("Added");&lt;br /&gt;      } catch (Exception ex) {&lt;br /&gt;          ex.printStackTrace();&lt;br /&gt;       &lt;br /&gt;      }&lt;br /&gt;  }&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;h3 class="sol"&gt;Deploy And Test&lt;/h3&gt;&lt;p&gt;So we are now ready to deploy the portlet application. Right click on the portlet project and select "Deploy" to deploy the portlet on Liferay Portal Server. I am assuming you have selected "Liferay Portal Server"  as runtime for the portlet application. The required table is created automatically during the deployment time, so ideally you don't need to create the table manually. But incase you get "Table not Found Exception" while accessing the portlet, you can run the generated table.sql manually to create the required tables. The table.sql can be found under "WEB-INF/sql" directory.&lt;/p&gt;&lt;div style="text-align: left;"&gt;Now access your liferay portal from the browser and add the new "CustomerPortlet" to a page. You can see a simple form for customer data and below that no of customers in database which is initially "0". Now try to add a customer and after successful addition of data to the database, the "No of Customers in Database" will be changed to 1. &lt;/div&gt;&lt;div style="text-align: left;"&gt; &lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://cdn.www.liferay.com/image/image_gallery?uuid=7b67ecaa-db3c-4129-b2fb-0b9a01f99dcb&amp;amp;groupId=805128&amp;amp;t=1237222867412" target="_blank"&gt;&lt;img src="http://cdn.www.liferay.com/image/image_gallery?uuid=7b67ecaa-db3c-4129-b2fb-0b9a01f99dcb&amp;amp;groupId=805128&amp;amp;t=1237222867412" alt="" width="660" height="189" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: right;"&gt;&lt;span style="font-style: italic;" class="fullpost"&gt;Source: Netbean&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7391037128424572375-8200235341989600089?l=tutorials-for-dummies.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tutorials-for-dummies.blogspot.com/feeds/8200235341989600089/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tutorials-for-dummies.blogspot.com/2009/07/portal-pack-write-database-portlet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7391037128424572375/posts/default/8200235341989600089'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7391037128424572375/posts/default/8200235341989600089'/><link rel='alternate' type='text/html' href='http://tutorials-for-dummies.blogspot.com/2009/07/portal-pack-write-database-portlet.html' title='Portal Pack : Write Database Portlet using Service Builder Plug-in'/><author><name>K.E.N</name><uri>http://www.blogger.com/profile/18081293918195798737</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
