<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Adams Bros Blog</title>
	<link>http://blog.adamsbros.org</link>
	<description></description>
	<lastBuildDate>Sat, 14 Aug 2010 07:30:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Ubuntu won&#8217;t boot raided root</title>
		<description><![CDATA[Well, I've had a lot of trouble switching my system from LVM, to RAID1+LVM on ubuntu 10.04.  I got another drive for my system, created a mirror with one drive (temporarily of course) asked lvm to move my entire system over to that physical device, added the previous drive to the raid array, and rebooted [...]]]></description>
		<link>http://blog.adamsbros.org/2010/08/14/ubuntu-wont-boot-raided-root/</link>
			</item>
	<item>
		<title>Removing spaces from filenames</title>
		<description><![CDATA[If you use bash under unix, Linux, or Mac OS X, and you're continually forgetting how to convert filenames with spaces to filenames without spaces, then look no further.
The problem is that you can't do a simple for loop, on the results of a find command, because the delimiter for the for loop is the [...]]]></description>
		<link>http://blog.adamsbros.org/2010/06/13/removing-spaces-from-filenames/</link>
			</item>
	<item>
		<title>ZK AJAX and EJB 3</title>
		<description><![CDATA[I went through some issues with EJB3 and ZK.  I was using openejb at the time, integrated with tomcat 6.  I found that my methods that had role restrictions (using @RolesAllowed) were not accessible.  Whenever I clicked a button, an event would be fired, but I would get an error of "Unauthorized Access by [...]]]></description>
		<link>http://blog.adamsbros.org/2010/03/20/zk-ajax-and-ejb-3/</link>
			</item>
	<item>
		<title>What is JAXB and JAXB Example Code</title>
		<description><![CDATA[I thought it may be nice for those googlers that want to know about JAXB, to have a quick working example to use.  So, that is the purpose of this post.
First off, what is JAXB?  Well, simply put, JAXB is for converting Java objects to XML or from XML to Java objects.  With the advent [...]]]></description>
		<link>http://blog.adamsbros.org/2010/02/07/jaxb-example-code/</link>
			</item>
	<item>
		<title>ZK AJAX Status Bar</title>
		<description><![CDATA[Seeing that my research project is a mini accounting system, I thought it necessary to be able to display items in a status bar, like a real application.  It is very slightly unfortunate that ZK doesn't have something integrated right in for this purpose.  But, given the versatility of ZK, it's easy enough to resolve.

Features
I [...]]]></description>
		<link>http://blog.adamsbros.org/2010/01/31/zk-ajax-status-bar/</link>
			</item>
	<item>
		<title>ZK Exception Handling and Error Popup</title>
		<description><![CDATA[Once I had some basic functionality in my mini accounting system that I'm writing (for research purposes), one of my goals was to have an adequate error display for the user, that was the same every time.  Suffice it to say, I was completely thrilled to find out that ZK could do exactly what I [...]]]></description>
		<link>http://blog.adamsbros.org/2010/01/30/zk-exception-handling-and-error-popup/</link>
			</item>
	<item>
		<title>ZK AJAX Framework Introduction</title>
		<description><![CDATA[I am in the process of working with and researching ZK as an AJAX framework to integrate into Java Web Development that I do.  So far, AJAX looks really amazing, and is fully integrated into the J2EE framework.  It is an event driven framework that has the option of hooking directly into existing JSP, or [...]]]></description>
		<link>http://blog.adamsbros.org/2010/01/30/zk-ajax-framework-introduction/</link>
			</item>
	<item>
		<title>RMI Pitfalls and Problems</title>
		<description><![CDATA[In this post, I plan on laying out multiple common problems with RMI, that a developer can run into.  I hope that this will be a concise guide to fixing the common RMI problems that beginners run into.  As I come up with more, I will edit this post, rather than creating a new one.  [...]]]></description>
		<link>http://blog.adamsbros.org/2010/01/25/rmi-pitfalls/</link>
			</item>
	<item>
		<title>EJB3 @RolesAllowed, annotation type not applicable to this kind of declaration</title>
		<description><![CDATA[I'm just learning EJB3, and I'm stumbling here and there.  When developing an EJB object, I had a problem where the compiler was giving me an error that says "annotation type not applicable to this kind of declaration".  It was on a line like the following...


@RolesAllowed&#40;&#123;&#34;admin&#34;, &#34;entryclerk&#34;&#125;&#41;


Obviously this is normal to use on a method.  [...]]]></description>
		<link>http://blog.adamsbros.org/2010/01/21/ejb3-rolesallowed-annotation-type-not-applicable-to-this-kind-of-declaration/</link>
			</item>
	<item>
		<title>Safe Shrinking of ext3 LVM volumes</title>
		<description><![CDATA[When shrinking your LVM volumes, it is important to do it safely.  I will show you how I like to do that here.
Shrinking
Shrinking an ext3 volume is fairly straight forward, but it's important you don't mount your drive and start doing stuff, before you verify everything worked correctly.

e2fsck -f /dev/vg/lv1
resize2fs -p /dev/vg/lv1 ###G
e2fsck /dev/vg/lv1
lvresize -L [...]]]></description>
		<link>http://blog.adamsbros.org/2010/01/11/safe-shrinking-of-lvm-volumes/</link>
			</item>
</channel>
</rss>
