<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/vixjava/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/vixjava/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 29 Apr 2013 23:08:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vixjava/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Dan Parrella</title><link>https://sourceforge.net/p/vixjava/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan Parrella</dc:creator><pubDate>Mon, 29 Apr 2013 23:08:40 -0000</pubDate><guid>https://sourceforge.net2ad4edd503ff5b535eca4ab31a1d75e160bf2709</guid></item><item><title>Home modified by Dan Parrella</title><link>https://sourceforge.net/p/vixjava/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,78 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/vixjava/wiki/markdown_syntax/) syntax.
-
+Java wrapper for the VMware VIX API.
+[[project_screenshots]]
 [[members limit=20]]
 [[download_button]]
+
+WHAT IS VIX JAVA?
+==================
+
+VIX Java uses the VMware VIX API to automate various virtual machine (VM) 
+operations. Basic functionality includes querying for running VMs, performing
+power operations, and taking snapshots. The best aspects of it, however, lie in
+being able to control operations inside of guests such as running a configuration
+script. For more information on the VIX API, please refer to the product
+website: http://www.vmware.com/support/developer/vix-api/.
+
+The goal of VIX Java is to make the VIX API accessible to Java programmers. At
+the moment, VIX bindings are only available for C and Perl. In addition, the 
+project aims to make VIX easier to use while also allowing for object-oriented
+programming. For example, a VixHandle for a VM is its own subtype (VixVmHandle).
+This class contains methods pertinent to VMs, such as VixVm_LoginInGuest() which
+has been renamed to loginInGuest().
+
+HOW DOES IT WORK?
+==================
+
+In order to access the compiled libraries that are delivered with VIX, Java 
+Native Access (JNA) is used to interface with the underlying libraries. This
+eliminates the complexities of JNI and C glue code, allowing for a pure Java 
+solution.
+
+This, of course, also relies on the VIX libraries being present on the machine
+executing VIX Java code. The libraries are part of the VMware Workstation and
+Server installation, but can also be obtained in a standalone installer from
+the VIX API website: http://www.vmware.com/support/developer/vix-api/.
+
+GETTING STARTED
+================
+
+Obtain jna.jar from the JNA website (https://jna.dev.java.net/). In order to
+find the VIX libraries, the library path must be added to either the System 
+PATH variable on Windows or the LD_LIBRARY_PATH on Linux. It is also possible
+to specify the path in the system property "jna.library.path."
+
+IMPORTANT LINKS
+===============
+
+VIX API Website: http://www.vmware.com/support/developer/vix-api/
+JNA Project Website: https://jna.dev.java.net/
+
+LICENSE INFORMATION
+===================
+
+Copyright (c) 2009 VMware, Inc. licensed under the terms of the BSD. All
+other rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+ - Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+
+ - Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+
+ - Neither the name of VMware, Inc. nor the names of its contributors may be
+   used to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan Parrella</dc:creator><pubDate>Mon, 29 Apr 2013 23:07:53 -0000</pubDate><guid>https://sourceforge.net5bcbb6e2dad6e94f19769378814f8f6a4943d92f</guid></item><item><title>Home modified by Gavin</title><link>https://sourceforge.net/p/vixjava/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/vixjava/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;&lt;ul class="md-users-list"&gt;&lt;li&gt;&lt;a href="/u/dparrella/"&gt;Dan Parrella&lt;/a&gt; (admin)&lt;/li&gt;&lt;li&gt;&lt;a href="/u/dresnick/"&gt;David Resnick&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="/u/gatrot/"&gt;Gavin&lt;/a&gt; (admin)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-517810292718467b3870c889" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gavin</dc:creator><pubDate>Wed, 24 Apr 2013 17:02:34 -0000</pubDate><guid>https://sourceforge.netaef1ada23bdfaf634b05b5b50915673ccbc91635</guid></item></channel></rss>