<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest topics for the forum "Clients Developer forum"]]></title>
		<link>http://www.openegg.org/forums/forums/show/13.page</link>
		<description><![CDATA[The newest discussed topics in the forum "Clients Developer forum"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Localization of the Web UI - German Translation</title>
				<description><![CDATA[ Hey guys,<br /> <br /> I started the german (to be precise: Austrian, but it should be readable/understandable by all german speaking countries/nations  :wink: ) <br /> translation of the files available via Subversion (at http://www.flexraid.openegg.org/translate, Revision 8 ) <br /> a couple of days ago and I finished the first version! (read: open for tests/improvements/suggestions!)<br /> <br /> A couple of open points/notes though:<br /> <br /> -[b]Applies to *.htm files only:[/b] I transformed all language related special characters to the corresponding HTML-Codes<br /> [code](i.e.: ä into '& auml;', ö into '& ouml;' (read without quotes and spaces, the forum engine automatically converts the codes) [/code]<br /> I hope this is ok/wanted?!<br /> <br /> -All files are saved in [b]UTF-8 (DOS)[/b] encoding (Alternative would be [b]UTF-8 - NO BOM[/b])<br /> <br /> -Some phrases may not be suitable (length-wise and/or meaning) - this could be ideally tested in the UI itself<br /> <br /> Ok, keep up your great work on this amazing project, it is truly appreciated  :lol: ,<br /> Stefan]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/952/9114.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/952/9114.page</link>
				<pubDate><![CDATA[Wed, 24 Aug 2011 07:28:24]]> GMT</pubDate>
				<author><![CDATA[ Barrbarr]]></author>
			</item>
			<item>
				<title>Great tutorials for creating WHS plugins</title>
				<description><![CDATA[ This is for anyone wanting to take a stab at creating a FlexRAID WHS 2011 plugin. :)<br /> <br /> Part 1: <a class="snap_shots" href="http://blog.tentaclesoftware.com/archive/2008/12/05/quothello-worldquot-windows-home-server-add-in-part-1.aspx" target="_blank" rel="nofollow">http://blog.tentaclesoftware.com/archive/2008/12/05/quothello-worldquot-windows-home-server-add-in-part-1.aspx</a><br /> <br /> Part 2: <a class="snap_shots" href="http://blog.tentaclesoftware.com/archive/2008/12/06/quothello-worldquot-windows-home-server-add-in-part-2.aspx" target="_blank" rel="nofollow">http://blog.tentaclesoftware.com/archive/2008/12/06/quothello-worldquot-windows-home-server-add-in-part-2.aspx</a><br /> <br /> Part 3: <a class="snap_shots" href="http://blog.tentaclesoftware.com/archive/2008/12/07/quothello-worldquot-windows-home-server-add-in-part-3.aspx" target="_blank" rel="nofollow">http://blog.tentaclesoftware.com/archive/2008/12/07/quothello-worldquot-windows-home-server-add-in-part-3.aspx</a><br /> <br /> More: <a class="snap_shots" href="http://www.mswhs.com/2009/01/write-an-add-in-for-windows-home-server/" target="_blank" rel="nofollow">http://www.mswhs.com/2009/01/write-an-add-in-for-windows-home-server/</a><br /> ]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/945/9058.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/945/9058.page</link>
				<pubDate><![CDATA[Fri, 19 Aug 2011 19:48:45]]> GMT</pubDate>
				<author><![CDATA[ Brahim]]></author>
			</item>
			<item>
				<title>Upgrade Old 1.4 WebUI To 2.0 WebUI on Existing Tomcat Server.</title>
				<description><![CDATA[ Looks like I'm gonna need alot of help on this one. Seems that we still have the fascination of running another tomcat server in a binary where one already exists. So to upgrade my old FlexRaid WebUI 1.4 To the new 2.0 I have taken everything under "C:\Program Files\OpenEgg.org\FlexRaid 2.0\web" and moved it to my old flexraid web folder which would be "C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\flexraid" After just this move i get the screenshot below("screenshot 1.jpg"). What am I missing??? I  hope that whatever is missing is not inside of the packaged webserver executable ("FlexRaid.exe"). If so this is not good as we cannot expect people who run web servers to have millions of ports on one box with a different web server for each port. I believe this is the wrong direction to take the project. There needs to be a webserver less package offered to the community. I myself run IIS and Apache where IIS serves apache pages, and FlexRaid 1.4 totally worked using that setup. Help!!!<br /> <br /> I look forward to the challege if I am just stupid and missing a file.  :D]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/769/7848.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/769/7848.page</link>
				<pubDate><![CDATA[Sun, 10 Apr 2011 07:32:24]]> GMT</pubDate>
				<author><![CDATA[ takiyon]]></author>
			</item>
			<item>
				<title>The FlexRAID Expression Language... new to the Web Client...</title>
				<description><![CDATA[ [color=darkblue][size=18][u][b]The FlexRAID Expression Language[/b][/u][/size][/color]<br /> <br /> [i]Starting with FlexRAID 2.0 preview build 9[/i]<br /> <br /> This is for all those users that have either:<br /> - been using the scripting feature of FlexRAID in version 1.4<br /> - or been wishing for a powerful way to script FlexRAID's operations<br /> <br /> You are all herein served. :)<br /> Note: expression scripts can only be scheduled. However, you can schedule them to run "now".<br /> [b]Expression scripts are a powerful way to create an execution workflow.[/b]<br /> <br /> [code]<br /> [@config &lt;RAID config name&gt;]<br /> [@queued &lt;true|false&gt;]<br /> @execute &lt;executable|@task &gt;&lt;create|verify|validate|quick-validate|update&gt;&gt;<br /> [@param &lt;value&gt;]<br /> ...<br /> [@param &lt;value&gt;]<br /> [@in &lt;working directory&gt;]<br /> [@interactive @wait &lt;wait time before response&gt; @response &lt;response&gt;]<br /> ...<br /> [@interactive @wait &lt;wait time before response&gt; @response &lt;response&gt;]<br /> [@error &lt;@run &lt;expression script name&gt;|@email &lt;message&gt;|@sms &lt;message&gt;&gt;]<br /> ...<br /> [@error &lt;@run &lt;expression script name&gt;|@email &lt;message&gt;|@sms &lt;message&gt;&gt;]<br /> [@success &lt;@run &lt;expression script name&gt;|@email &lt;message&gt;|@sms &lt;message&gt;&gt;]<br /> ...<br /> [@success &lt;@run &lt;expression script name&gt;|@email &lt;message&gt;|@sms &lt;message&gt;&gt;]<br /> [/code]<br /> <br /> <br /> [b][]:[/b] means optional element or value... when value, the first listed value is the default value<br /> [b]&lt;&gt;:[/b] value must be provided<br /> [b]|:[/b] separates the possible values<br /> [b]@:[/b] expression keyword<br /> [b]...:[/b] the expression can repeat multiple times (one or more)<br /> <br /> [b]@config:[/b] the RAID configuration name to execute against ([color=orange]required[/color] if the executable is a RAID task or if the execution is to be queued based on the context of a RAID configuration)<br /> [b]@queued:[/b] whether to queue the execution if another task is running against the named RAID configuration... if false, the script will abort<br /> [b]@execute:[/b] the executable or FlexRAID task to run... the executable can also be a DOS or Shell script [color=red](required)[/color]<br /> [b]@param:[/b] a parameter value to pass to the executable as argument or to the task as task property ([i]e.g., @param verifyStart=20GB[/i])<br /> <br /> Executables (as opposed to RAID tasks) can have these additional expressions:<br /> [quote]<br /> [b]@in:[/b] the working directory when running an executable<br /> [b]@interactive:[/b] for interactive scripts, you can automate responding the prompts<br /> [b]@wait:[/b] when in interactive mode, the time to wait before responding. FlexRAID cannot really detect a prompt from your script or executable. Therefore, you must time the interaction and know when a response is needed.<br /> [b]@response:[/b] when in interactive mode, the response text to pass to the executable<br /> [/quote]<br /> [b]@error:[/b] what to do on error (an exit code &gt; 0 equals error for scripts)<br /> [b]@success:[/b] what to do on success<br /> [b]@run:[/b] the next expression script to run (expression scripts can be chained - watch out for recursions!)<br /> [b]@email:[/b] send an e-mail notification<br /> [b]@sms:[/b] send an SMS notification<br /> <br /> ** All keywords are case insensitive<br /> ** RAID configuration names are case sensitive<br /> ]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/743/7633.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/743/7633.page</link>
				<pubDate><![CDATA[Wed, 30 Mar 2011 19:01:04]]> GMT</pubDate>
				<author><![CDATA[ Brahim]]></author>
			</item>
			<item>
				<title>Localization of the Web UI - French Translation</title>
				<description><![CDATA[ Hi, <br /> <br /> I will try to make the French translation. But as it will be done during spare time, it will be done slowly.<br /> <br /> If ever someone else is working on it, contact me so we could spread the work and correct each other.<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/721/7358.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/721/7358.page</link>
				<pubDate><![CDATA[Wed, 16 Mar 2011 03:40:35]]> GMT</pubDate>
				<author><![CDATA[ nulbox]]></author>
			</item>
			<item>
				<title>Localization of the Web UI: Translators requested (applies to English speakers too)</title>
				<description><![CDATA[ [color=darkblue][size=18][u][b]Localization of the Web UI[/b][/u][/size][/color]<br /> <br /> Alright guys, it is time to start localizing the Web UI for our international friends. This however applies to English speakers too.<br /> Everything on the Web UI is designed with customization in mind. The current texts and labels I have for the UI should be considered as defaults.<br /> English users that don't like the way I have named things get a chance here to change that. Furthermore, localization can be done based on a country's dialect of a given language.<br /> <br /> Attached is the set of resources that needs to be translated.<br /> <br /> Localization takes the following pattern:<br /> [b]1.[/b] FileName.Extension<br /> [b]2.[/b] FileName_&lt;ISO Language Code&gt;.Extension<br /> [b]3.[/b] FileName_&lt;ISO Language Code&gt;_&lt;ISO Country Code&gt;.Extension<br /> <br /> Two letters ISO Language Codes can be found here: <a class="snap_shots" href="http://ftp.ics.uci.edu/pub/ietf/http/related/iso639.txt" target="_blank" rel="nofollow">http://ftp.ics.uci.edu/pub/ietf/http/related/iso639.txt</a><br /> Two letters ISO Country Codes can be found here: <a class="snap_shots" href="http://userpage.chemie.fu-berlin.de/diverse/doc/ISO_3166.html" target="_blank" rel="nofollow">http://userpage.chemie.fu-berlin.de/diverse/doc/ISO_3166.html</a><br /> <br /> Resolution starts with 3, then 2, and falls back to 1 as numbered above.<br /> That is, if there is no translation for your country, the translation for your language will be looked up... and if there is no translation for your language, the default bundle I created will be used.<br /> <br /> [color=darkred][b]All translations must be UTF-8 encoded.[/b][/color]<br /> <br /> Here are quick descriptions of the files to be translated:<br /> [list][b]CommandMessage.properties:[/b] These are messages coming out of the FlexRAID core engine in response to command executions.[/list]<br /> [list][b]ConstantText.properties:[/b] This file contains most of the UI labels, tooltips, messages, etc.[/list]<br /> [list][b]MessageText.properties:[/b] This file contains UI messages that are parametrized. [/list]<br /> [list][b]*.htm:[/b] These files contain blocks of HTML text that should be translated. [/list]<br /> <br /> Each translator should start a separate thread in this sub-forum for his/her language so that feedbacks specific to each translation effort can be organized.<br /> Only general questions and comments should be posted in this thread.<br /> Most of all, big thanks to all those that will step up and participate in the translation.<br /> <br /> [color=darkred][size=18][u][b]Versioning[/b][/u][/size][/color]<br /> [b]nulbox[/b] brought up the important topic of versioning.<br /> The latest versions of the attached files to be translated are in the [b]SVN[/b] repository, which is located at: [b][url]http://www.flexraid.openegg.org/translate[/url][/b]<br /> It is accessible publicly using a web browser or an SVN client, but you will need an account to commit changes (PM me if you need an account).<br /> [i]If you don't have an SVN client (or don't want to use one), you could download the files from your web browser and merge changes graphically using WinMerge (<a class="snap_shots" href="http://winmerge.org/" target="_blank" rel="nofollow">http://winmerge.org/</a>)[/i].<br /> [i]Also, just for fun, I have also setup TRAC (a project management software) at:[/i] [b][url]http://flexraid.openegg.org/translatetrac/[/url][/b]<br /> <br /> [b]What is SVN?[/b] It is a repository for versioning artifacts like source codes.<br /> [quote]<br /> To access the repository from Eclipse, you might want to install: <a class="snap_shots" href="http://subclipse.tigris.org/" target="_blank" rel="nofollow">http://subclipse.tigris.org/</a><br /> <br /> To access the repository from Windows, you might want to install: <a class="snap_shots" href="http://tortoisesvn.tigris.org/" target="_blank" rel="nofollow">http://tortoisesvn.tigris.org/</a><br />  <br /> To access the repository from Mac OS X, you might want to install: <a class="snap_shots" href="http://scplugin.tigris.org/" target="_blank" rel="nofollow">http://scplugin.tigris.org/</a><br />  <br /> For more information about subversion, please visit their official website: <a class="snap_shots" href="http://subversion.tigris.org/" target="_blank" rel="nofollow">http://subversion.tigris.org/</a><br />  <br /> If you have any questions about the software, there's a great subversion forum site here: <a class="snap_shots" href="http://www.svnforum.org/" target="_blank" rel="nofollow">http://www.svnforum.org/</a><br /> [/quote]<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/709/7284.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/709/7284.page</link>
				<pubDate><![CDATA[Sat, 12 Mar 2011 05:32:35]]> GMT</pubDate>
				<author><![CDATA[ Brahim]]></author>
			</item>
			<item>
				<title>A new FlexRAID GUI for Windows is available</title>
				<description><![CDATA[ I just finished writing (and testing) a new FlexRAID GUI application for Windows.<br /> <br /> Features:<br /> Version 1.0.0.0<br /> - Autoconnect when started on the same machine where the FlexRAID engine is installed<br /> - Possbility to connect to remote servers<br /> - Create a configuration file per configured server<br /> - All the basic FlexRAID functions (create/sync/validate/verify and restore)<br /> - Execute commands via the Command window<br /> - View the log<br /> - Possibility to close the application when a process is running<br /> <br /> Version 1.0.0.1<br /> - BugFix: In the log, Resynch's show up as Unknown<br /> <br /> Version 1.0.1.1<br /> - Bugfix: It wasn't possible to delete units<br /> - Aboutform now uses the "Version" command to get the version of the FlexRAID engine<br /> - Versioncheck on startup. The application will only work with FlexRAID 1.4<br /> - Minimize to Tray<br /> - Start minimized (in Tray)<br /> - Run actions from Tray<br /> - Autostart option. When enabled the application will start upon Windows boot<br /> - Only one instance of the application can be started. <br /> <br /> Version 1.0.1.2<br /> - Bugfix: When a unit was added it was inserted at the beginning, instead of being added at the end<br /> <br /> Version 1.0.2.1<br /> - Bugfix: The application now handles the "aborting..." state properly<br /> - It's now possible to schedule actions. The application uses the Windows Scheduler to execute the actions<br /> - Send statusupdate via E-Mail after executing scheduled action (see options)<br /> <br /> Version 1.0.2.2<br /> - Bugfix: Increased "WaitForData" timeout from 500 msec to 1 sec.<br /> - Added a "Remove unit" button to the config tab. <br /> - Added support for TLS SMTP connections<br /> - The command that is executed by the app. to add a "Scheduled Task" is displayed in a textedit  <br /> <br /> Version 1.0.2.5<br /> - Bugfix: The "Date Format" of the PC will be used to encode the DateTime values used in the command to create a "Scheduled Task" <br /> - The "Scheduled Task" command textedit is now only visible when the creation of the tasks fails<br /> - Bugfix: Changed some code to prevent unneccesary timeout errors<br /> - Added a "Browse" button to the config screen to make it easier to add units. This button is only visible when run on the same<br />   machine as where FlexRAID is installed <br /> <br /> Version 1.0.3.3<br /> - Added the possibility to perform a "Quick-Validate"<br /> - Added the option to specify the metadata directory<br /> - When the metadata directory is specified the app. will try to load an existing configuration<br /> - It's now impossible to make changes to the units as long as no metadata directory is specified<br /> - Solved some minor problems with the log<br /> <br /> Version 1.0.3.5<br /> - The interval of the statustimer has been increased to 5 seconds<br /> - The "Command" tab is disabled (invisible) by default<br /> - Added an "Advanced Options" tab.<br />   On this advanced options tab you can change the following settings:<br />   - Enable/Disable the integrated logviewer<br />   - Enable/Disable the LogToFile option<br />   - Enable/Disable the "Command" tab<br />   - View/Hide the "Scheduler Task Command"<br /> - It's now possible to specify the "Run As" and "Create As" parameters when creating a new task<br /> - Bugfix: Fixed a problem that could cause scheduled tasks to fail<br /> - Bugfix: When a scheduled task is being executed, while the FlexRAID server is offline, a status email will be send that notifies the user that the Engine is down.<br /> <br /> Version 1.0.3.14<br /> - Bugfix: The app will now add leading zero's to the month and day values for the dates used in the create scheduled task command<br /> - Theming added. Theming can be disabled in the settings<br /> - Action buttons moved from config tab to log tab<br /> - "Pause", "Resume" and "Abort" functionality added (also available in the contextmenu when mimized).<br /> <br /> Version 1.0.3.15<br /> - Bugfix: Created tasks did not always show up in the scheduler view<br /> - Bugfix: Units that contained a list of folders/files seperated by a ';' were not handled correctly by the applicaion.<br /> - Added the possibility to run a scheduled application. <br /> <br /> Version 1.0.4.1<br /> - The "Config" functionality has been rewritten<br /> - It's now possible to use locations that contain "//"<br /> - It's now possible to make changes to existing configurations (ie. add/edit/remove DRU's etc). <br /> <br /> Version 1.0.4.3<br /> - Bugfix: Empty DRUs were not dipslayed in the config tree<br /> - When a new config is created the metadatalocation is now used as default location for the parity unit<br /> - The application no longer imports the entire log upon start, but just the missing logitems<br /> <br /> Version 1.0.4.4<br /> - Renamed "Log" to "Actions"<br /> - Cleaned up some code<br /> - Improved logging<br /> - Bugfix: The various buttons were not always enabled/disbled correctly<br /> <br /> <br /> Credits:<br /> I used the logo's from cg2010[url]http://www.openegg.org/forums/posts/list/540.page[/url]<br /> <br /> Request:<br /> I really suck at creating images for buttons etc. <br /> I would really appreciate it if someone could create some really good looking bitmaps (28x28 and 16x16) for the various buttons.<br /> <br /> Screenshot 1:<br /> [img]http://www.xs4all.nl/~rapware/FlexRAID/screenshot1.png[/img]<br /> <br /> Screenshot 2:<br /> [img]http://www.xs4all.nl/~rapware/FlexRAID/screenshot2.png[/img]<br /> <br /> Download:<br /> [url]http://www.xs4all.nl/~rapware/FlexRAID/FlexRAID.zip[/url]<br /> <br /> Please let me know what you think of it, any bugs you find and what you think I should add/change to improve the application.<br /> <br /> ps.<br /> A few requests and questions for Brahim:<br /> - would it possible to add a "version" command to the engine so that I can get the version of the installed engine?<br /> - are you considering/planning to add the sceduling functionality to the FlexRAID engine or do you want me<br />   to write a "FlexRAID Management Service" that would be responsible for this functionality.]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/559/5835.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/559/5835.page</link>
				<pubDate><![CDATA[Tue, 28 Dec 2010 08:01:35]]> GMT</pubDate>
				<author><![CDATA[ RAPWare]]></author>
			</item>
			<item>
				<title>Complete redesign of the WebUI Client</title>
				<description><![CDATA[ [size=18][color=darkblue][u][b]Complete redesign of the WebUI Client[/b][/u][/color][/size]<br /> <br /> Alright, the current WebUI has to go... now tears over the hours I spent writing it...  :cry: <br /> <br /> The next client will be web based but fully embedded into the host service (no more separate install).<br /> It will be extremely light and will run as a native C DLL within the host service.<br /> For those running multiple FlexRAID hosts, this also means that each host will have to be managed independently.<br /> Managing multiple hosts will come when we get into clustering (combining multiple FlexRAID pools into one bigger pool).<br /> <br /> The CMD client is also going way.<br /> So, no more clients per say (and no more config files)... just point your browser to the host and configure away. :)<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/534/5582.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/534/5582.page</link>
				<pubDate><![CDATA[Tue, 7 Dec 2010 15:49:06]]> GMT</pubDate>
				<author><![CDATA[ Brahim]]></author>
			</item>
			<item>
				<title>&quot;Lite&quot; Win Client on *Nix</title>
				<description><![CDATA[ Trying to see if it worth me taking the "Lite" windows Client and pushing this onto a Unix base,<br /> either by using Wine, or mono develop, or some other method of taking .Net 2 code and [i]easy [/i] porting to the target *Nix environment.<br /> As I do not have a unix of any sort (Last time I touched that it was suse back in 99! - enough to put me off !)<br /> <br /> So votes / encouragements / comments / alternatives please.<br /> <br /> Update:<br /> Addition of just a 7Z file from the 1.1.4 Lite client strain. If someone can copy and run on a machine to see if it displays stuff, and upload a picture.. That would be great..<br /> <br /> Edit: 2010-05-11<br /> If you install this via wine, then you will need to modify the shortcut to put [u]mono [/u]in  the launch shortcut<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/286/2981.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/286/2981.page</link>
				<pubDate><![CDATA[Sun, 14 Mar 2010 07:52:17]]> GMT</pubDate>
				<author><![CDATA[ Smurf-IV]]></author>
			</item>
			<item>
				<title>&quot;Lite&quot; Windows OS Client</title>
				<description><![CDATA[ It has arrived !!<br /> It [b]no longer[/b] needs to be installed on the Windows FlexRaid Service Host Machine.....<br /> <br /> The Last release for a while (2010-07-01) - Moving onto the other Project(s) in Codeplex....<br /> <br /> [b][u]1.1.9[/u] @ [url]http://frwingui.codeplex.com/releases/view/49846[/url][/b]<br /> <br /> <br /> [u][b]V 1.1.8[/b][/u] has been released with Email notification support and other stuff :-)<br /> <br /> Can be found @ [url]http://frwingui.codeplex.com/releases/view/48911[/url]<br /> <br /> <br /> As Always - Comments welcome]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/276/2825.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/276/2825.page</link>
				<pubDate><![CDATA[Sat, 27 Feb 2010 02:40:17]]> GMT</pubDate>
				<author><![CDATA[ Smurf-IV]]></author>
			</item>
			<item>
				<title>Mixed order of DRU's and other config elements (Multiple configs sent to a single Raid Service)</title>
				<description><![CDATA[ After a little confusion and file scraping, I have come to the conclusion that the Client applications (Whether they are CMD or GUI) actually tell the Raid Service what to do each time.. i.e. the Config file is "Always" sent..<br /> <br /> So..<br /> Does the order in which the DRU's (And other elements) have to be in the same order each time - so that the processes give the same results ?<br /> <br /> e.g.<br /> 1) CMD client create DRU's of A, B, C<br /> 2) Web GUI calls rsynch with B,A,C<br /> 3) Win Client calls validate with C,A,B<br /> <br /> What will the restore attempt to do in after step 2 ?<br /> Will validate succeed in step 3 ?<br /> <br /> Will Live store these configs locally to it, and also will it have the flexibility to have more than 1 configuration per service ? <br /> (i.e. internal HDD's config and an external HDD Raid 0 / backup config style thing)]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/269/2773.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/269/2773.page</link>
				<pubDate><![CDATA[Sun, 21 Feb 2010 04:51:01]]> GMT</pubDate>
				<author><![CDATA[ Smurf-IV]]></author>
			</item>
			<item>
				<title>Windows OS Client GUI</title>
				<description><![CDATA[ [u]Pre-Reqs[/u]<br /> 1) Windows OS (Xp +SP3 +Latest MS Updates and greater)<br /> 2) .Net 2 + SP2<br /> 3) If you have trouble with the installer then use the following and send (PM) the log back (It will be created in  [i]%TEMP%[/i] and be called "Windows Client Installer####.msi"[/i] whre the #'s are some numbers<br /> <br /> Can some of you please do an install and see what issues you may have.<br /> <br /> Things to be tested in this release:-<br /> <br /> [b][u]V 1.0.6[/u][/b]<br /> 1.0.6<br /> - Redo the creation of the template files View<br /> - Allow Connect view to be triggered from the Create<br /> - Remove confusing menu items.<br /> - Remove static text from the Service state pane <br />  &nbsp; &nbsp; + Add in Formatable area (Colour banding)<br />  &nbsp; &nbsp; + Start to reflect the selected node<br /> - Status Data class refactored<br /> - Prevent "Connection refused" exception from filling the Client Log (Single line only)<br /> - Default version command to state "Prior to 1.3 RTM" if it is not supported.<br /> <br /> <br /> [b][u]Fixed:[/u][/b]<br /> # 4 Detect and attempt silent upgrade<br /> # 8 Done button positioning is a pain (Not consistent in different pages or different OS's !)<br /> # 9 Add Changelog to be launch able from the GUI<br /> <br /> [b][u]Known Issues[/u][/b]<br /> # 10 When Clicking save on the text page and then clicking Connect, A Save box still appears.<br /> # 11 Clicking Cancel on the above box then Closes the connected window.<br /> # 12 New Message Command values need to be added<br /> # 13 2010-02-21 Using the IP address of the targets when they are allocated dynamically is not good!<br /> <br /> Not using the service  :wink: ) <br /> <br /> <br /> As always:- Feedback welcome.]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/246/2479.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/246/2479.page</link>
				<pubDate><![CDATA[Tue, 22 Dec 2009 11:34:27]]> GMT</pubDate>
				<author><![CDATA[ Smurf-IV]]></author>
			</item>
			<item>
				<title>Developers invite - Create a client for FlexRAID!</title>
				<description><![CDATA[ I have decided to focus on the core functionality of Flex[i]RAID[/i] and not spend much time (if possible) on the client(s).<br /> <br /> There is a backlog of cool functionalities coming to Flex[i]RAID[/i], and it would be beneficial to all if I could focus on them.<br /> I also have two remaining editions of Flex[i]RAID[/i] to bring to life.<br /> <br /> The possibility of me calling on third parities to develop the client applications was present from the first day I started coding Flex[i]RAID[/i].<br /> Consequently, I have made interfacing with the Flex[i]RAID[/i] host service a child's play.<br /> <br /> If you can send text and read text over TCP/IP, you can write a client for Flex[i]RAID[/i].<br /> Your client can be written in any programming language.<br /> <br /> I am opening up the source code for the DOS and Shell clients I created.<br /> Those clients were a quick and dirty work since they were not my real focus.<br /> However, their source code should provide a quick view on how easy it is to create a Flex[i]RAID[/i] client.<br /> <br /> If you are a Java developer, you can use the source code as starting point and improve on it.<br /> <br /> <br /> [b]The source code is available through subversion at:[/b] <a class="snap_shots" href="http://download.openegg.org/flexraidcmdclient1" target="_blank" rel="nofollow">http://download.openegg.org/flexraidcmdclient1</a><br /> <br /> <br /> To access the repository from Eclipse, you might want to install:<br /> <br /> <a class="snap_shots" href="http://subclipse.tigris.org/" target="_blank" rel="nofollow">http://subclipse.tigris.org/</a><br /> <br /> To access the repository from Windows, you might want to install:<br />  <br /> <a class="snap_shots" href="http://tortoisesvn.tigris.org/" target="_blank" rel="nofollow">http://tortoisesvn.tigris.org/</a><br />  <br /> To access the repository from Mac OS X, you might want to install:<br />  <br /> <a class="snap_shots" href="http://scplugin.tigris.org/" target="_blank" rel="nofollow">http://scplugin.tigris.org/</a><br />  <br /> For more information about subversion, please visit their official website:<br />  <br /> <a class="snap_shots" href="http://subversion.tigris.org/" target="_blank" rel="nofollow">http://subversion.tigris.org/</a><br />  <br /> If you have any questions about the software, there's a great subversion<br /> forum site here:<br />  <br /> <a class="snap_shots" href="http://www.svnforum.org/" target="_blank" rel="nofollow">http://www.svnforum.org/</a><br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.openegg.org/forums/posts/preList/6/6.page</guid>
				<link>http://www.openegg.org/forums/posts/preList/6/6.page</link>
				<pubDate><![CDATA[Mon, 21 Apr 2008 21:20:04]]> GMT</pubDate>
				<author><![CDATA[ Admin]]></author>
			</item>
	</channel>
</rss>
