<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>USENIX LISA Large Installation Systems Administration Conference Blog &#187; Training</title>
	<atom:link href="http://lisa.usenix.org/?feed=rss2&#038;cat=12" rel="self" type="application/rss+xml" />
	<link>http://lisa.usenix.org</link>
	<description>All things related to the USENIX Large Installation Systems Administration Conference (LISA)</description>
	<lastBuildDate>Tue, 16 Dec 2008 06:38:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Inside LISA Training: Q&amp;A with Tobias Oetiker on the Qooxdoo  Javascript Framework</title>
		<link>http://lisa.usenix.org/?p=97</link>
		<comments>http://lisa.usenix.org/?p=97#comments</comments>
		<pubDate>Thu, 13 Nov 2008 08:01:38 +0000</pubDate>
		<dc:creator>msacks</dc:creator>
				<category><![CDATA[Training]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[qooxdoo]]></category>

		<guid isPermaLink="false">http://lisa.usenix.org/?p=97</guid>
		<description><![CDATA[Tobias Oetiker presented training on how to build simple applications using the Qooxdoo framework at the LISA conference, and opened the doors to attendees to a new, innovative breed of application framework.
Qooxdoo (pronounced kooks-doo) is an Ajax application framework, which is utilized to build standalone web applications solely with Javascript. After speaking with Oetiker about [...]]]></description>
			<content:encoded><![CDATA[<p>Tobias Oetiker presented training on how to build simple applications using the Qooxdoo framework at the LISA conference, and opened the doors to attendees to a new, innovative breed of application framework.</p>
<p>Qooxdoo (pronounced kooks-doo) is an Ajax application framework, which is utilized to build standalone web applications solely with Javascript. After speaking with Oetiker about the Qooxdoo framework it has become apparent that Qooxdoo is revolutionary for designing web applications. There were many questions that surfaced when introduced to the framework, such as “How is this even possible?” and “Is this yet another Ajax framework?” After questioning Tobi, it is apparent that this is not an ordinary Ajax framework and there is definitely a bit of voodoo in Qooxdoo.</p>
<p>Q (Sacks): Can you please explain how Qooxdoo works for readers who might be interested in the framework but doesn&#8217;t really know what it is?<br />
A (Oetiker): Qooxdoo is for &#8217;standalone&#8217; applications running in the web-browser &#8211; sort of a new breed of creature. Something that was attempted with Java years ago.</p>
<p>Q (Sacks): Is Qooxdoo an Ajax framework?<br />
A (Oetiker): Yes, but it is not a collection of Ajax/DHTML widgets.</p>
<p>Q (Sacks): How is Qooxdoo unique from other Ajax/Javascript frameworks?<br />
A (Oetiker): It provides a framework for writing complete applications in JavaScript. In contains everything you need, done in a very tasteful and technically skilled manner.</p>
<p>Q (Sacks): Qooxdoo seems to compile all of libraries into a single js file, does this make troubleshooting more difficult?<br />
A (Oetiker): The trick is that Qooxdoo allows you to run the application also<br />
from the “uncompiled” Javascript source files. So while debugging you use the original files and only convert them to the single file format when you deploy the application.</p>
<p>Q (Sacks): Would you call a Qooxdoo page a web application or something else?<br />
A (Oetiker): Yes you would call it a web application I guess &#8230; but only because of the lack of a better word. There is some good material on Qooxdoo in <a href="http://resources.qooxdoo.org/download/presentation/Ajax%20in%20Action%202008%20-%20GUI-Development%20with%20qooxdoo%20-%20with%20notes.pdf" target="_blank">http://resources.qooxdoo.org/download/presentation/Ajax%20in%20Action%202008%20-%20GUI-Development%20with%20qooxdoo%20-%20with%20notes.pdf</a></p>
<p>Qooxdoo offers a simple way to build and entire web application into a single Javascript file and deploy it on a web server. This is a rather amazing feat considering it is a purely web-based (no application server) web application, allowing for database callbacks and all of the other full features of an Ajax-based application. The Qooxdoo training at LISA presented how to build an application with Qooxdoo and debunked the internals of the framework and how to fully leverage it’s features.</p>
]]></content:encoded>
			<wfw:commentRss>http://lisa.usenix.org/?feed=rss2&amp;p=97</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LISA Insider: The Xen.org Team on Xen Training</title>
		<link>http://lisa.usenix.org/?p=82</link>
		<comments>http://lisa.usenix.org/?p=82#comments</comments>
		<pubDate>Tue, 11 Nov 2008 22:04:47 +0000</pubDate>
		<dc:creator>msacks</dc:creator>
				<category><![CDATA[LISA '08]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://lisa.usenix.org/?p=82</guid>
		<description><![CDATA[LISA Insider: The Xen.org Team on Xen Training
A new Xen training course was offered at LISA this year in San Diego. Wenjin Hu and Zach Sheperd of Clarkson University delivered the training course. Hu and Sheperd both contributed to the official “Running Xen” book and are both actively involved in the Xen.org community project.  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>LISA Insider: The Xen.org Team on Xen Training</strong><br />
A new Xen training course was offered at LISA this year in San Diego. Wenjin Hu and Zach Sheperd of Clarkson University delivered the training course. Hu and Sheperd both contributed to the official “Running Xen” book and are both actively involved in the Xen.org community project.  The course was informative and provided attendees with the information they need to get started with Xen and was packed full with over 70 attendees.</p>
<p><strong> Interview with the Xen Community Manager, Stephen Spector</strong><br />
Stephen’s commitment and enthusiasm for the Xen project are evident. His feelings seem to be shared by most of the people attending the training. When you talk to Stephen it becomes apparent why others get so fired up about the Xen project. According to Spector, due to the prevalence of the academics in general and computer science students in particular, LISA is a great venue for disseminating information and progressing the <a id="tempLinkable" href="http://xen.org/" target="_blank">Xen.org</a> project. According to Spector, given the collaborative nature of the educational community, academics are the best conduit for spreading the word about Xen.</p>
<p>“The Xen.org community is about building the best Hyperivisor”, says Spector. Judging by the number of attendees Xen is most certainly holding true to this vision, and the main purpose of Xen as described by Ian Pratt, creator of the Xen hypervisor. The Xen open source community is what fuels the success of the commercial Xen-based products; however, the reason they are successful is because of the open-source community’s contributions and feedback on the Xen project.</p>
<p><strong>Up Close with the Xen Trainers: Wenjin Hu  and Zach Sheperd</strong><br />
Hu believes that the reason for the extreme popularity of the course is due to the popularity of the Xen project on a large scale. People are starting to use it in production and as a better computing platform for their business technology infrastructure as well as University computing platforms. Hu and Sheperd both believe it is important to connect with the community to get feedback on use cases for the Xen hypervisor. Sheperd antes that “development fosters research”, and Xen provides the substrate for incubating software development projects, which is one of the many use cases for this virtualization platform.</p>
<p><strong>Conclusions</strong><br />
Xen is a new course offered at the LISA training tracks and there will likely be intermediate and advanced courses at future LISA’s. One of the reasons the Xen team chose LISA to gather feedback about their training, disseminate information to the most relevant audience, and gather use cases about how Xen is being used. On the flipside, the conference attendees received an introduction to Xen and come away with the ability for use the Xen hypervisor for whatever projects thay may have dreamed up, and fast-tracks their ability to get the most out of Xen. There are many new great things coming down the line, stay tuned on the LISA blog and Xen.org for more information.</p>
<p><strong>Further Information</strong><br />
Xen Community Website: <a href="http://www.xen.org" target="_self">http://www.xen.org</a><br />
Xen Blog: <a href="http://blog.xen.org" target="_blank">http://blog.xen.org</a><br />
Xen Mailing Lists: <a href="http://lists.xensource.com" target="_blank">http://lists.xensource.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lisa.usenix.org/?feed=rss2&amp;p=82</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
