<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>OpenText Management Server API jRQL</title>
	<atom:link href="http://jrql.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrql.wordpress.com</link>
	<description>Java API for RedDot CMS - easier RQL</description>
	<lastBuildDate>Thu, 19 Jan 2012 20:04:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jrql.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/ae6d5978beb1755a78c136e618980210?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>OpenText Management Server API jRQL</title>
		<link>http://jrql.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jrql.wordpress.com/osd.xml" title="OpenText Management Server API jRQL" />
	<atom:link rel='hub' href='http://jrql.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Using RQL commands not implemented yet</title>
		<link>http://jrql.wordpress.com/2010/11/17/using-rql-commands-not-implemented-yet/</link>
		<comments>http://jrql.wordpress.com/2010/11/17/using-rql-commands-not-implemented-yet/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 10:25:26 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[API General concepts]]></category>

		<guid isPermaLink="false">http://jrql.wordpress.com/?p=448</guid>
		<description><![CDATA[jRQL did not offer all RQL commands existing. So you might need to use not yet implemented RQL commands within your programs. This is possible with jRQL of course, because you can trigger your own RQL commands and parse the response. First, every jRQL object offers the following methods to call the MS with a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=448&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>jRQL did not offer all RQL commands existing. So you might need to use not yet implemented RQL commands within your programs. This is possible with jRQL of course, because you can trigger your own RQL commands and parse the response.</p>
<p>First, every jRQL object offers the following methods to <strong>call the MS with a self build RQL command </strong>string:<br />
<strong>every object &gt; callCms()</strong><br />
<strong>every object &gt; callCmsWithoutParsing()</strong></p>
<p>This is achieved by the interface <a href="http://jrql.sourceforge.net/javadoc/com/hlcl/rql/as/CmsClientContainer.html">CmsClientContainer</a> which every jRQL class implements directly or indirectly. At the end the implementation in class CmsClient is used, therefore you can use should use it immediately there, if it is available.</p>
<p>Use the 2nd method, if you don&#8217;t need the result of a RQL command at all or the MS did not even return anything interesting.  It&#8217;s a small performance improvement.</p>
<p>Second you need to <strong>get all GUIDs to build your own RQL request</strong> string. Please refer to the post <a href="http://jrql.wordpress.com/2010/11/17/get-guids-from-all-jrql-objects/">get GUIDs from all jRQL objects</a>.</p>
<p>At last you need to <strong>parse the returned RQL response</strong> from the method callCms(). jRQL encapsulate the parsed response in one of the following classes:<br />
<a href="http://jrql.sourceforge.net/javadoc/com/hlcl/rql/as/RQLNode.html"><strong>RQLNode</strong></a><br />
<a href="http://jrql.sourceforge.net/javadoc/com/hlcl/rql/as/RQLNodeList.html"><strong>RQLNodeList</strong></a></p>
<p>You need to retrieve the respective tags and attribute values from the response now. Most important methods to achieve this are:<br />
<strong>RQLNode &gt; getNode()</strong><br />
<strong>RQLNode &gt; getNodes()</strong><br />
<strong>RQLNode &gt; getAttribute()</strong></p>
<p>After getting the GUIDs of an implemented jRQL object again, I recommend to retrieve it via the offered methods and proceed with jRQL objects instead of using raw RQL commands for further steps.</p>
<p>With this way you can even use RQL commands which jRQL do not offer. This is not very elegant, I know, therefore <a href="http://jrql.wordpress.com/about-me/">keep me informed what&#8217;s missing</a> and i will try to implement it into next version of jRQL.  I will announce an enhancement of jRQL API on the <a href="http://twitter.com/jRQLAPI">jRQL twitter stream</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jrql.wordpress.com/448/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jrql.wordpress.com/448/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jrql.wordpress.com/448/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jrql.wordpress.com/448/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jrql.wordpress.com/448/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jrql.wordpress.com/448/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jrql.wordpress.com/448/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jrql.wordpress.com/448/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jrql.wordpress.com/448/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jrql.wordpress.com/448/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jrql.wordpress.com/448/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jrql.wordpress.com/448/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jrql.wordpress.com/448/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jrql.wordpress.com/448/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=448&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jrql.wordpress.com/2010/11/17/using-rql-commands-not-implemented-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06d5e60d0324b98f01a7a80cc3cb920d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jRQL</media:title>
		</media:content>
	</item>
		<item>
		<title>Get GUIDs from all jRQL objects</title>
		<link>http://jrql.wordpress.com/2010/11/17/get-guids-from-all-jrql-objects/</link>
		<comments>http://jrql.wordpress.com/2010/11/17/get-guids-from-all-jrql-objects/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 09:54:37 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[API General concepts]]></category>

		<guid isPermaLink="false">http://jrql.wordpress.com/?p=450</guid>
		<description><![CDATA[The Management Server (MS) internally uses global unique identifier (GUID) as the primary key to all records. These GUIDs therefore are very important and you often need to get it back from jRQL objects to use it further, maybe in own RQL commands. For every jRQL class which is tight to a MS object deliver [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=450&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Management Server (MS) internally uses global unique identifier (GUID) as the primary key to all records. These GUIDs therefore are very important and you often need to get it back from jRQL objects to use it further, maybe in own RQL commands.</p>
<p>For every jRQL class which is tight to a MS object deliver the object&#8217;s GUID from a method of this style:<br />
.<strong>get&lt;class name&gt;Guid();</strong></p>
<p>Let me give some examples:<br />
<strong>Project &gt; getProjectGuid()</strong><br />
<strong>Template &gt; getTemplateGuid()</strong><br />
<strong>TemplateElement &gt; getTemplateElementGuid()</strong><br />
<strong>Page &gt; getPageGuid()</strong><br />
<strong>AuthorizationPackage &gt; getAuthorizationPackageGuid()</strong><br />
<strong>PublicationPackage &gt; getPublicationPackageGuid()</strong></p>
<p>Special are the main classes CmsClient and Project, because they encapsulate the session information additionally. For you own RQL command (or other reasons) you can get the session information back as following:<br />
<strong>CmsClient &gt; getLogonGuid()</strong><br />
<strong>Project &gt; getSessionKey()</strong></p>
<p>Please have in mind, that a session key is only available if you enter a MS project like it is in SmartTree and SmartEdit. Project still can be used in jRQL as it would be in ServerManager. In that case no session key is available and using a method requiring a session key will throw a MissingSessionKeyException.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jrql.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jrql.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jrql.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jrql.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jrql.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jrql.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jrql.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jrql.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jrql.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jrql.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jrql.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jrql.wordpress.com/450/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jrql.wordpress.com/450/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jrql.wordpress.com/450/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=450&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jrql.wordpress.com/2010/11/17/get-guids-from-all-jrql-objects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06d5e60d0324b98f01a7a80cc3cb920d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jRQL</media:title>
		</media:content>
	</item>
		<item>
		<title>jRQL ideal suited for project migration</title>
		<link>http://jrql.wordpress.com/2010/11/09/jrql-ideal-suited-for-project-migration/</link>
		<comments>http://jrql.wordpress.com/2010/11/09/jrql-ideal-suited-for-project-migration/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 10:37:04 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[API Export and Import data]]></category>

		<guid isPermaLink="false">http://jrql.wordpress.com/?p=436</guid>
		<description><![CDATA[If you need to migrate structures, assets, pages and content from existing MS projects into any other target, I can recommend using jRQL for it, if you have Java know-how. I used it myself very successfully in the relaunch of hlag.com in 2009 and my daily work. As you maybe know a typical migration is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=436&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you need to migrate structures, assets, pages and content from existing MS projects into any other target, I can recommend using jRQL for it, if you have Java know-how. I used it myself very successfully in the relaunch of <a href="http://www.hlag.com">hlag.com</a> in 2009 and my daily work.</p>
<p>As you maybe know a typical migration is not working in an one big export &#8211; one big import scenario. From my experience it rather goes iteratively for well structured bunches of pages in addition with manual building of a new project.</p>
<p>I want to share 3 possible ways of migration I used jRQL successfully in the mentioned relaunch. I translated this picture from my <a href="http://jrql.wordpress.com/jrql-presentation/">jRQL presentation</a> into English.</p>
<p><a href="http://jrql.files.wordpress.com/2010/11/jrql_migration_scenarios.png"><img class="alignnone size-full wp-image-437" title="jRQL_migration_scenarios" src="http://jrql.files.wordpress.com/2010/11/jrql_migration_scenarios.png?w=530" alt=""   /></a></p>
<p><strong>Highest possible flexibility</strong><br />
For all scenarios it is true, that you have the most possible flexibility, because you can customize your migration in standard Java with all possibilities you have within. This <strong>maximum of flexibility</strong> therefore <strong>matches every need you have</strong>, which is not possible with every kind of export import tool.</p>
<p><strong>Handling source data inconsistencies</strong><br />
Everybody has experienced or can at least imagine, that the <strong>source data are often not as consistent as needed</strong> to handle it by a program. This is especially true, if authors work on this data rather than a typically well structured administrator.</p>
<p>From my experience I therefore first get in touch with the source data to get an impression of the quality. I log it simply into the Eclipse console and <strong>make the program as robust as needed</strong>. You can imagine this migration as an iterative process rather than a write and run once approach. Typically I <strong>handle the data exception</strong>s within my program (or manually in old project) until the output is acceptable. jRQL supports this iterative approach very well, because it offers high level functions instead of bothering you with the bits and bytes of raw RQL.</p>
<p>And even you created new pages within the new project which are not correct jRQL helps you to get rid of them and start over again. Within the <a href="http://jrql.wordpress.com/download-jrql-plug-ins-for-admins/">jRQL plug-ins</a> you can rely on the <a href="http://jrql.wordpress.com/2010/10/31/plug-in-reset-all-draft-pages/">plug-in Reset all draft pages</a> to <strong>make your page creation/updates not happen at all</strong>. Usually I empty my Tasks within the new project before I start the creation/update in the new project (program runs with my logon guid and session key) to make this work smoothly.</p>
<p>After this general aspects, let me give some more details on each of the scenarios with it&#8217;s strength and weaknesses.</p>
<p><strong>Scenario 1: Copy on-the-fly</strong><br />
This approach is <strong>best used if only less conversion of content is needed</strong> in between. I used it for copying the press releases pages from a non-language variant project into the new project which uses language variants. The migration program therefore covers the structural differences of source and target project.</p>
<p>In addition I fixed several errors in the HTML code within my program, because some text editor functions are not available in the new project. A migration log collects all pages where this automatic patching did not work for manually re-work.</p>
<p><strong>Scenario 2: </strong><strong>Export, correct and import</strong><br />
This scenario is <strong>perfect if another person is needed to correct the data </strong>before importing them in the new project. Of course there is the flexibility to collect and prepare the data from page elements in old project to be able to write them in line by line fashion into an Excel tab file format (*.tab). jRQL offers the <a href="http://jrql.sourceforge.net/javadoc/com/hlcl/rql/util/as/TabFileWriter.html">handy class TabFileWriter</a> for this purpose.</p>
<p>Of course you can use only the second half of this scenario to <strong>create a bunch of pages from the data contained within an Excel file</strong>. I use this approach often in my dayily work with the system, because it&#8217;s much faster to enter all needed page details into an Excel sheet than using the slowly MS SmartTree or SmartEdit interfaces with it&#8217;s tons of clicks needed.</p>
<p><strong>Scenario 3: </strong><strong>Migrate assets</strong><br />
This scenario needs some additional explanation how it works. In my example I used it to migrate vessel certificates (2 PDFs per vessel page) into the new project. But it&#8217;s of course possible to use it for migration images.</p>
<p>The steps needed are as following:</p>
<ol>
<li>use jRQL for every page and download the asset (jRQL supports <a href="http://jrql.wordpress.com/2009/11/18/editing-images/">downloading assets from media and image elements</a>)</li>
<li>save them locally with the unique identifier for each page, in my case I used the unique vessel name. As a positive side effect <strong>all assets are named by a unique style</strong>, what authors only seldom do unfortunately.</li>
<li>copy the whole folder with all assets to the MS server machine</li>
<li>use the function Import assets on the target folder and refresh attribute values by using Update asset manager too</li>
<li>use jRQL and get the unique page identifier back from the filename, in my case simply the vessel&#8217;s name. Find or create the target page and set the filename into the image or media elements of this page</li>
</ol>
<p>Please have in mind, that jRQL download the assets from the RedDot ImageCache. Unfortunately this is not always up-to-date, but usually this is much more comfortable than doing it manually with several mistakes either.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jrql.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jrql.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jrql.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jrql.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jrql.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jrql.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jrql.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jrql.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jrql.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jrql.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jrql.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jrql.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jrql.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jrql.wordpress.com/436/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=436&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jrql.wordpress.com/2010/11/09/jrql-ideal-suited-for-project-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06d5e60d0324b98f01a7a80cc3cb920d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jRQL</media:title>
		</media:content>

		<media:content url="http://jrql.files.wordpress.com/2010/11/jrql_migration_scenarios.png" medium="image">
			<media:title type="html">jRQL_migration_scenarios</media:title>
		</media:content>
	</item>
		<item>
		<title>Plug-in Show Language Variant values</title>
		<link>http://jrql.wordpress.com/2010/11/02/plug-in-show-language-variant-values/</link>
		<comments>http://jrql.wordpress.com/2010/11/02/plug-in-show-language-variant-values/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 13:36:45 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Plug-ins on pages/multi links]]></category>

		<guid isPermaLink="false">http://jrql.wordpress.com/?p=396</guid>
		<description><![CDATA[With this plug-in you can display all content element values from all language variants (LV) on only one screen. On top you get an overview of the workflow state of the page in all language variants (except translation editor states, yet). This plug-in displays a matrix between the content elements (language variant dependent and not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=396&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With this plug-in you can display all content element values from all language variants (LV) on only one screen. On top you get an overview of the workflow state of the page in all language variants (except translation editor states, yet).</p>
<p>This plug-in displays a <strong>matrix between the content elements</strong> (language variant dependent and not dependent) <strong>and the value of these elements per language variant</strong>. Each language variant gets his own column.</p>
<p>Is a value from a LV different from the main LV the row is marked yellow. This makes a check easier, because you can focus on the differences. For text element values the HTML code is included into the plug-in&#8217;s table. The plug-in checks the language variant values against the main LV and add a yellow comment &#8220;different from &#8230;&#8221;  for a difference.</p>
<p>You can start the plug-in regardless of the current language variant you work in. The main language variant is always the first column, all other language variants are coming right beside. Therefore the layout of the matrix is always the same to prevent confusion.</p>
<p>Although the plug-in code switches the language variant to collect all values it <strong>preserves your current language variant selection</strong>. The displayed LV in MS is still correct after you close the plug-in again (and even after an error).</p>
<p><strong>Benefits</strong><br />
The <strong>goal of this plug-in was to check the translators work</strong>. The plug-in is used to get all information on only one big screen.</p>
<p>With this plug-in you get a fast overview of the content of a page  for all language variants. Using standard functionality you have to  change the language variant which is quite time consuming.</p>
<p><strong>Location in SmartTree</strong><br />
You found the plug-in under <strong>Administer Project Structure &gt; On every page</strong>.</p>
<p><strong>How it works</strong><br />
The plug-in immediately starts without any further questions. On top the screen echos the page you selected and the language variant you are currently working in.</p>
<p>This example uses 4 LVs and English is the main LV.</p>
<p><a href="http://jrql.files.wordpress.com/2010/11/showlvvalues_top.png"><img class="alignnone size-full wp-image-398" title="showLVValues_top" src="http://jrql.files.wordpress.com/2010/11/showlvvalues_top.png?w=530" alt=""   /></a></p>
<p>As mentioned the <strong>table on top show all page meta data and the workflow state</strong> while collecting all LV values from the current page. Currently the states from translation editor are not included, e.g. waiting for translation.</p>
<p>In the bottom table you get the matrix between content elements retrieved from the underlaying content class and the LV value.</p>
<p>The number of columns of both tables depend from the number of LV you have in your project. Therefore a horizontal scrolling could not be prevented (but is not shown) here even for this example for 4 LVs.</p>
<p><a href="http://jrql.files.wordpress.com/2010/11/showlvvalues_bottom.png"><img class="alignnone size-full wp-image-399" title="showLVValues_bottom" src="http://jrql.files.wordpress.com/2010/11/showlvvalues_bottom.png?w=530" alt=""   /></a></p>
<p>After the columns for the element name and type you get 2 columns showing if the element&#8217;s value is LV dependent or not.</p>
<p>Column 5 contains always the element&#8217;s value of the main language variant. To the right you get an additional column with the element&#8217;s value for each LV. If an element is <strong>not LV dependent in the cell n/a is displayed</strong> to indicate this.</p>
<p>All LV dependent elements are marked yellow. For text elements the yellow text in the cell <strong>&#8220;different from en&#8221; is used to indicate that the text in a LV is different from the main LVs text</strong>. The plug-in checks this explicitely, because small differences are often very difficult to see.</p>
<p><strong>Installation</strong><br />
This plug-in can be installed using the combined setup routine for all jRQL API based plug-ins. <a href="/download-jrql-plug-ins-for-admins/">Follow the instructions in this blog to download the installer and configure the plug-ins you want</a>.</p>
<p><strong>For API developers</strong><br />
The plug-in works mainly in 2 steps:</p>
<ol>
<li>collect all content element values in a loop by LV</li>
<li>write out the result table in a loop by content element</li>
</ol>
<p>To support this conversion I mainly uses the helper class <a href="http://jrql.110mb.com/com/hlcl/rql/util/as/LanguageVariantDependentValuesMatrix.html">LanguageVariantDependentValuesMatrix</a> from the util package to collect the meta data and all content element values. All content element could be retrieved by the method Page &gt; <a href="http://jrql.110mb.com/com/hlcl/rql/as/Page.html#getContentElements%28boolean%29">getContentElements()</a>.</p>
<p>In addition the standard functions for looping and changing the LV in a project.<br />
Main methods are</p>
<ul>
<li>Project &gt; <a href="http://jrql.110mb.com/com/hlcl/rql/as/Project.html#getAllLanguageVariantRfcLanguageIdsOrdered%28%29">getAllLanguageVariantRfcLanguageIdsOrdered()</a> &#8211; delivers fix ordered list of LV codes (en,  zh, de, es), main LV always first</li>
<li>Project &gt; <a href="http://jrql.110mb.com/com/hlcl/rql/as/Project.html#setCurrentLanguageVariantByRfcLanguageId%28java.lang.String%29">setCurrentLanguageVariantByRfcLanguageId()</a> &#8211; used this code to switch the LV</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jrql.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jrql.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jrql.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jrql.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jrql.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jrql.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jrql.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jrql.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jrql.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jrql.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jrql.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jrql.wordpress.com/396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jrql.wordpress.com/396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jrql.wordpress.com/396/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=396&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jrql.wordpress.com/2010/11/02/plug-in-show-language-variant-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06d5e60d0324b98f01a7a80cc3cb920d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jRQL</media:title>
		</media:content>

		<media:content url="http://jrql.files.wordpress.com/2010/11/showlvvalues_top.png" medium="image">
			<media:title type="html">showLVValues_top</media:title>
		</media:content>

		<media:content url="http://jrql.files.wordpress.com/2010/11/showlvvalues_bottom.png" medium="image">
			<media:title type="html">showLVValues_bottom</media:title>
		</media:content>
	</item>
		<item>
		<title>Plugin Find user group in authorization packages</title>
		<link>http://jrql.wordpress.com/2010/11/02/plugin-find-user-group-in-authorization-packages/</link>
		<comments>http://jrql.wordpress.com/2010/11/02/plugin-find-user-group-in-authorization-packages/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 10:34:17 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Plug-ins for authorization]]></category>

		<guid isPermaLink="false">http://jrql.wordpress.com/?p=389</guid>
		<description><![CDATA[With this plug-in you can find in which authorization packages a user group is used. The following authorization package types are scanned: authorization packages details authorization packages content class authorization packages project variant authorization packages language variant authorization packages Global, plug-in and folder authorization packages are not included yet. Benefits This is very helpful when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=389&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With this plug-in you can find in which authorization packages a user group is used. The following authorization package types are scanned:</p>
<ul>
<li>authorization packages</li>
<li> details authorization packages</li>
<li>content class authorization packages</li>
<li>project variant authorization packages</li>
<li>language variant authorization packages</li>
</ul>
<p>Global, plug-in and folder authorization packages are not included yet.</p>
<p><strong>Benefits</strong><br />
This is<strong></strong> very helpful when you did not know in detail anymore how the setup was implemented or you are <strong>working in a project originally created by another person</strong>.  I can imagine, that this plug-in would be <strong>helpful for partners</strong> for the last mentioned reason.</p>
<p>The MS at least in V9 did not offer this functionality. You have to go through all packages of all types manually, what I felt is not acceptable. Therefore I wrote this plug-in.</p>
<p><strong>Location in SmartTree</strong><br />
You found the plug-in on node<strong> Administer Project Settings &gt; Packages</strong>.</p>
<p><strong>How it works</strong><br />
In the first screen you get a list of all connected user groups of your current project. You have to select one user group before you can proceed.</p>
<p><a href="http://jrql.files.wordpress.com/2010/11/findusergroupinauthorizationpackages11.png"><img class="alignnone size-full wp-image-392" title="findUserGroupInAuthorizationPackages1" src="http://jrql.files.wordpress.com/2010/11/findusergroupinauthorizationpackages11.png?w=530" alt=""   /></a></p>
<p>Click the button Find authorization packages to start the scanning. After only a short time you get the result.</p>
<p><a href="http://jrql.files.wordpress.com/2010/11/findusergroupinauthorizationpackages2.png"><img class="alignnone size-full wp-image-393" title="findUserGroupInAuthorizationPackages2" src="http://jrql.files.wordpress.com/2010/11/findusergroupinauthorizationpackages2.png?w=530" alt=""   /></a></p>
<p>With this information you can go back into SmartTree to check or change the respective authorization packages directly.</p>
<p><strong>Installation</strong><br />
This plug-in can be installed using the combined setup routine for all jRQL API based plug-ins. <a href="/download-jrql-plug-ins-for-admins/">Follow the instructions in this blog to download the installer and configure the plug-ins you want</a>.</p>
<p><strong>For API developers</strong><br />
The functionality is backed solely by the method Project &gt; <a href="http://jrql.110mb.com/com/hlcl/rql/as/Project.html#collectAuthorizationPackagesContaining%28com.hlcl.rql.as.UserGroup%29">collectAuthorizationPackagesContaining()</a>.</p>
<p>While in the older plug-ins often the scanning code is implemented within the plug-in itself I extended jRQL instead in the latest plug-ins I wrote. This makes the code more reusable.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jrql.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jrql.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jrql.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jrql.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jrql.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jrql.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jrql.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jrql.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jrql.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jrql.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jrql.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jrql.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jrql.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jrql.wordpress.com/389/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=389&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jrql.wordpress.com/2010/11/02/plugin-find-user-group-in-authorization-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06d5e60d0324b98f01a7a80cc3cb920d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jRQL</media:title>
		</media:content>

		<media:content url="http://jrql.files.wordpress.com/2010/11/findusergroupinauthorizationpackages11.png" medium="image">
			<media:title type="html">findUserGroupInAuthorizationPackages1</media:title>
		</media:content>

		<media:content url="http://jrql.files.wordpress.com/2010/11/findusergroupinauthorizationpackages2.png" medium="image">
			<media:title type="html">findUserGroupInAuthorizationPackages2</media:title>
		</media:content>
	</item>
		<item>
		<title>Plug-in Show page by GUID</title>
		<link>http://jrql.wordpress.com/2010/11/02/plug-in/</link>
		<comments>http://jrql.wordpress.com/2010/11/02/plug-in/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 10:08:07 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Plug-ins for API developers]]></category>

		<guid isPermaLink="false">http://jrql.wordpress.com/?p=384</guid>
		<description><![CDATA[With this plug-in can easily find a page by the GUID. You get the page ID, headline and content class or a message that the GUID is not a valid page. The page could be found, even it is in the recycle bin. If the page GUID is not valid you will get the RQL [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=384&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With this plug-in can easily find a page by the GUID. You get the page ID, headline and content class or a message that the GUID is not a valid page. The page could be found, even it is in the recycle bin.</p>
<p>If the page GUID is not valid you will get the RQL error Page GUID missing.</p>
<p><strong>Benefits</strong><br />
This is helpful if you are working intensively with RQL, because often only the page GUID is delivered as result.</p>
<p>Unfortunately the <strong>MS search function cannot search by GUID</strong>, so this plug-in fills the gap. You get very easy the page details you need to find the page via the Search.</p>
<p><strong>Location in SmartTree</strong><br />
You found the plug-in under <strong>Administer Project Structure</strong>.</p>
<p><strong>How it works</strong><br />
After starting the plug-in you get a screen presented where you need to paste the page GUID.</p>
<p><a href="http://jrql.files.wordpress.com/2010/11/showpagebyguid.png"><img class="alignnone size-full wp-image-385" title="showPageByGuid" src="http://jrql.files.wordpress.com/2010/11/showpagebyguid.png?w=530" alt=""   /></a></p>
<p>After a click on the button Show info you will get the</p>
<ul>
<li>page ID</li>
<li>page headline</li>
<li>name of the content class</li>
</ul>
<p><a href="http://jrql.files.wordpress.com/2010/11/showpagebyguid2.png"><img class="alignnone size-full wp-image-386" title="showPageByGuid2" src="http://jrql.files.wordpress.com/2010/11/showpagebyguid2.png?w=530" alt=""   /></a></p>
<p>Usually I copy the page ID and use the standard MS search to find the respective page. You will get an error message, if the GUID is not valid or the message &#8220;No page for GUID &#8230; found.&#8221;</p>
<p>If you know <strong>how to jump to the page in SmartTree</strong>, I would try to add this function in this plug-in.</p>
<p><strong>Installation</strong><br />
This plug-in can be installed using the combined setup routine for all jRQL API based plug-ins. <a href="/download-jrql-plug-ins-for-admins/">Follow the instructions in this blog to download the installer and configure the plug-ins you want</a>.</p>
<p><strong>For API developers</strong><br />
The functionality is delivered by the method Project &gt; <a href="http://jrql.110mb.com/com/hlcl/rql/as/Project.html#getPageByGuid%28java.lang.String%29">getPageByGuid()</a>. There is a method <a href="http://jrql.110mb.com/com/hlcl/rql/as/Project.html#getPageById%28java.lang.String%29">getPageByID()</a> as well.</p>
<p>The line with the details information can be retrieved simply by calling Page &gt; <a href="http://jrql.110mb.com/com/hlcl/rql/as/Page.html#getInfoText%28%29">getInfoText()</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jrql.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jrql.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jrql.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jrql.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jrql.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jrql.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jrql.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jrql.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jrql.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jrql.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jrql.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jrql.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jrql.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jrql.wordpress.com/384/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=384&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jrql.wordpress.com/2010/11/02/plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06d5e60d0324b98f01a7a80cc3cb920d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jRQL</media:title>
		</media:content>

		<media:content url="http://jrql.files.wordpress.com/2010/11/showpagebyguid.png" medium="image">
			<media:title type="html">showPageByGuid</media:title>
		</media:content>

		<media:content url="http://jrql.files.wordpress.com/2010/11/showpagebyguid2.png" medium="image">
			<media:title type="html">showPageByGuid2</media:title>
		</media:content>
	</item>
		<item>
		<title>Interactive RQL tool</title>
		<link>http://jrql.wordpress.com/2010/11/01/interactive-rql-tool/</link>
		<comments>http://jrql.wordpress.com/2010/11/01/interactive-rql-tool/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 09:41:05 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Plug-ins for API developers]]></category>
		<category><![CDATA[Plug-ins other scope]]></category>

		<guid isPermaLink="false">http://jrql.wordpress.com/?p=364</guid>
		<description><![CDATA[With this plug-in you can execute RQL commands and explore the response delivered from MS at lowest possible level.  The plug-in preserves your request and responses into a re-start of the tool. In addition you can have several RQL requests in parallel. You need to select the command you want to execute, so there is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=364&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With this plug-in you can execute RQL commands and explore the response delivered from MS at lowest possible level.  The plug-in preserves your request and responses into a re-start of the tool.</p>
<p>In addition you can have several RQL requests in parallel. You need to select the command you want to execute, so there is still space to comment RQL requests. Use the <a href="http://jrql.wordpress.com/2010/11/01/plug-in-show-session-variables/">plug-in Show session variables</a> to get the IODATA tag with your current session.</p>
<p>The tool was not written by me. A consultant from the RedDot service handed it over to me after a RQL training session.</p>
<p><strong>Benefits</strong><br />
Without this handy plug-in it&#8217;s almost impossible to work intensively with RQL. I uses this plug-in intensively, while developing of the jRQL API.</p>
<p>For me it is and was the basis to investigate  all RQL commands. I grab quite often undocumented commands from the  common log files and uses this tool to test the core command (remove  unavailable attributes).</p>
<p><strong>How to start the interactive RQL tool</strong><br />
You found this plug-in not in SmartTree. Instead open the Windows Start Menu and use the provided link &#8220;Interactive RQL&#8221;.</p>
<p><a href="http://jrql.files.wordpress.com/2010/11/interactiverql.png"><img class="alignnone size-full wp-image-372" title="interactiveRQL" src="http://jrql.files.wordpress.com/2010/11/interactiverql.png?w=530" alt=""   /></a></p>
<p>The URL in the form <strong>http://server/cms/ExecuteXml.asp</strong> to the Interative RQL tool can be distributed to your local desktop PC too. You don&#8217;t have to work on the server machine to use it!</p>
<p><strong>How it works</strong><br />
After start of this tool you get a separated screen. On top an entry box with your latest used RQL requests and below a text are with your latest response.</p>
<p><a href="http://jrql.files.wordpress.com/2010/11/interactiverql_screen.png"><img class="alignnone size-full wp-image-373" title="interactiveRQL_screen" src="http://jrql.files.wordpress.com/2010/11/interactiverql_screen.png?w=530" alt=""   /></a></p>
<p>You need to select the RQL request and click the button above Execute marked XML.</p>
<p>It&#8217;s quite handy, that the tool remember your requests and responses so you can even proceed with your work the next day. The most used RQL commands can be collected and stored this way for easy access.</p>
<p>I strongly recommend to use the <a href="http://jrql.wordpress.com/2010/11/01/plug-in-show-session-variables/">plug-in Show session variables</a> in addition to get the IODATA tag with your current logonGUID and sessionKEY.</p>
<p><strong>Installation</strong><br />
This plug-in can be installed using the combined setup routine for all jRQL API based plug-ins. <a href="/download-jrql-plug-ins-for-admins/">Follow the instructions in this blog to download the installer and configure the plug-ins you want</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jrql.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jrql.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jrql.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jrql.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jrql.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jrql.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jrql.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jrql.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jrql.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jrql.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jrql.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jrql.wordpress.com/364/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jrql.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jrql.wordpress.com/364/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=364&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jrql.wordpress.com/2010/11/01/interactive-rql-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06d5e60d0324b98f01a7a80cc3cb920d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jRQL</media:title>
		</media:content>

		<media:content url="http://jrql.files.wordpress.com/2010/11/interactiverql.png" medium="image">
			<media:title type="html">interactiveRQL</media:title>
		</media:content>

		<media:content url="http://jrql.files.wordpress.com/2010/11/interactiverql_screen.png" medium="image">
			<media:title type="html">interactiveRQL_screen</media:title>
		</media:content>
	</item>
		<item>
		<title>Plug-in Show all session variables</title>
		<link>http://jrql.wordpress.com/2010/11/01/plug-in-show-all-session-variables/</link>
		<comments>http://jrql.wordpress.com/2010/11/01/plug-in-show-all-session-variables/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 09:19:55 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Plug-ins for API developers]]></category>
		<category><![CDATA[Plug-ins other scope]]></category>

		<guid isPermaLink="false">http://jrql.wordpress.com/?p=359</guid>
		<description><![CDATA[This plug-in helps you to investigate all MS session variables. You can easily check the complete session if the needed data are already contained. If you need to grab only the connection information as RQL tag or Java source code, you are better served by the plug-in Show session variables. Benefits This small but fine [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=359&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This plug-in helps you to investigate all MS session variables. You can easily check the complete session if the needed data are already contained.</p>
<p>If you need to grab only the connection information as RQL tag or Java source code, you are better served by the <a href="http://jrql.wordpress.com/2010/11/01/plug-in-show-session-variables/">plug-in Show session variables</a>.</p>
<p><strong>Benefits</strong><br />
This small but fine tool helps you out of the box to search the complete session data for an information you expect there.</p>
<p>This is helpful for RQL and plug-in developers. I used it quite often, when I try to integrate a plug-in into MS SmartTree.</p>
<p><strong>Location in SmartTree</strong><br />
You found the plug-in under <strong>Administer Project Structure</strong>.</p>
<p><strong>How it works</strong><br />
Immediately after the start you get a quite long list of all current session variables. Please have in mind, that this plug-in is a simple ASP page, means a running Tomcat is not needed to use it.</p>
<p><a href="http://jrql.files.wordpress.com/2010/11/showallsessionvariables.png"><img class="alignnone size-full wp-image-360" title="showAllSessionVariables" src="http://jrql.files.wordpress.com/2010/11/showallsessionvariables.png?w=530" alt=""   /></a></p>
<p><strong>Installation</strong><br />
This plug-in can be installed using the combined setup routine for all jRQL API based plug-ins. <a href="/download-jrql-plug-ins-for-admins/">Follow the instructions in this blog to download the installer and configure the plug-ins you want</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jrql.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jrql.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jrql.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jrql.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jrql.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jrql.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jrql.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jrql.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jrql.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jrql.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jrql.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jrql.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jrql.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jrql.wordpress.com/359/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=359&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jrql.wordpress.com/2010/11/01/plug-in-show-all-session-variables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06d5e60d0324b98f01a7a80cc3cb920d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jRQL</media:title>
		</media:content>

		<media:content url="http://jrql.files.wordpress.com/2010/11/showallsessionvariables.png" medium="image">
			<media:title type="html">showAllSessionVariables</media:title>
		</media:content>
	</item>
		<item>
		<title>Plug-in Show Session Variables</title>
		<link>http://jrql.wordpress.com/2010/11/01/plug-in-show-session-variables/</link>
		<comments>http://jrql.wordpress.com/2010/11/01/plug-in-show-session-variables/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 09:03:47 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Plug-ins for API developers]]></category>
		<category><![CDATA[Plug-ins other scope]]></category>

		<guid isPermaLink="false">http://jrql.wordpress.com/?p=356</guid>
		<description><![CDATA[With this plug-in RQL enthusiasts and API developers get the needed connection information (LogonGUID, SessionKey, ProjectGUID) as Java Source code and as RQL command. For further investigation of the MS session variables, please refer to the plug-in Show all session variables too. Benefits Instead of copying and pasting these GUIDs one by one this plug-in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=356&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With this plug-in RQL enthusiasts and API developers get the needed connection information (LogonGUID, SessionKey, ProjectGUID) as Java Source code and as RQL command.</p>
<p>For further investigation of the MS session variables, please refer to the plug-in <a href="http://jrql.wordpress.com/2010/11/01/plug-in-show-all-session-variables/">Show all session variables</a> too.</p>
<p><strong>Benefits</strong><br />
Instead of copying and pasting these GUIDs one by one this plug-in combine it all into only one copy step needed.</p>
<p>If you need to explore the RQL command, for instance with the <a href="http://jrql.wordpress.com/2010/11/01/interactive-rql-tool/">interactive RQL tool</a>, this is the perfect companion to get the first line of every RQL command in a one step copy fashion.</p>
<p>As an API developer you often need to copy the connection information into your Java IDE for a quick try. At my desk this happen quite often within the day.</p>
<p><strong>Location in SmartTree</strong><br />
You found the plug-in under <strong>Administer Project Structure</strong>.</p>
<p><strong>How it works</strong><br />
When you start the plug-in it immediately opens the result screen. Please have in mind, that this plug-in is a simple ASP page, means a running Tomcat is not needed to use it.</p>
<p><a href="http://jrql.files.wordpress.com/2010/11/showsessionvariables.png"><img class="alignnone size-full wp-image-357" title="showSessionVariables" src="http://jrql.files.wordpress.com/2010/11/showsessionvariables.png?w=530" alt=""   /></a></p>
<p>The first 3 lines are Java source code for the API developers. The IODATA tag provided can be copyied directly into the interactive RQL tool and can be supplemented with other RQL tags.</p>
<p><strong>Installation</strong><br />
This plug-in can be installed using the combined setup routine for all jRQL API based plug-ins. <a href="/download-jrql-plug-ins-for-admins/">Follow the instructions in this blog to download the installer and configure the plug-ins you want</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jrql.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jrql.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jrql.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jrql.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jrql.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jrql.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jrql.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jrql.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jrql.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jrql.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jrql.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jrql.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jrql.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jrql.wordpress.com/356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=356&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jrql.wordpress.com/2010/11/01/plug-in-show-session-variables/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06d5e60d0324b98f01a7a80cc3cb920d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jRQL</media:title>
		</media:content>

		<media:content url="http://jrql.files.wordpress.com/2010/11/showsessionvariables.png" medium="image">
			<media:title type="html">showSessionVariables</media:title>
		</media:content>
	</item>
		<item>
		<title>Plug-in Show users in user group</title>
		<link>http://jrql.wordpress.com/2010/10/31/plug-in-show-users-in-user-group/</link>
		<comments>http://jrql.wordpress.com/2010/10/31/plug-in-show-users-in-user-group/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 20:48:23 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Plug-ins for authorization]]></category>

		<guid isPermaLink="false">http://jrql.wordpress.com/?p=351</guid>
		<description><![CDATA[With this plug-in you can immediately in SmartTree check, if a user you might have on the phone can access a specific page. You only need to open the authorization package on the page, select the user group within and start this plug-in to see all user within the selected user group. Benefits This plug-in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=351&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With this plug-in you can immediately in SmartTree check, if a user you might have on the phone can access a specific page. You only need to open the authorization package on the page, select the user group within and start this plug-in to see all user within the selected user group.</p>
<p><strong>Benefits</strong><br />
This plug-in is very handy, because it frees you to switch to the ServerManager module for the simple check, if a user is contained within an user group.</p>
<p>Every person working in support will love this tool, because it speeds up an authorization check dramatically.</p>
<p><strong>Location in SmartTree</strong><br />
You found the plug-in on</p>
<ul>
<li><strong>on every authorization package user group</strong></li>
<li><strong>on every detailed authorization package user group</strong></li>
</ul>
<p><strong>How it works</strong><br />
First open the authorization package (regardless of what type it is) and select the user group. From the menu right start the plug-in and you will get immediately, means without any further clicks needed the result.</p>
<p><a href="http://jrql.files.wordpress.com/2010/10/showusersofgrup.png"><img class="alignnone size-full wp-image-352" title="showUsersOfGrup" src="http://jrql.files.wordpress.com/2010/10/showusersofgrup.png?w=530" alt=""   /></a></p>
<p>You get a table with the user short and full name, the e-mail address and the description. You can immedeately send the author an e-mail from this table.</p>
<p>The plug-in show you the number of users in the group below the table.</p>
<p><strong>Installation</strong><br />
This plug-in can be installed using the combined setup routine for all jRQL API based plug-ins. <a href="/download-jrql-plug-ins-for-admins/">Follow the instructions in this blog to download the installer and configure the plug-ins you want</a>.</p>
<p><strong>For API developers</strong><br />
The functionality is delivered mainly be the method UserGroup &gt; <a href="http://jrql.110mb.com/com/hlcl/rql/as/UserGroup.html#getUsers%28%29">getUsers()</a>.</p>
<p>Per row some of the most important user attributes are displayed. If you want to extend the table, check the <a href="http://jrql.110mb.com/com/hlcl/rql/as/User.html">class User</a> for the attributes available. Maybe some <a href="http://jrql.110mb.com/com/hlcl/rql/as/User.html#getLdapCity%28%29">values from your LDAP directory</a> (configurable in rql_fw.properties) or if the user <a href="http://jrql.110mb.com/com/hlcl/rql/as/User.html#isSiteBuilder%28com.hlcl.rql.as.Project%29">is SiteBuilder</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jrql.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jrql.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jrql.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jrql.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jrql.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jrql.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jrql.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jrql.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jrql.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jrql.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jrql.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jrql.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jrql.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jrql.wordpress.com/351/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jrql.wordpress.com&amp;blog=10406890&amp;post=351&amp;subd=jrql&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jrql.wordpress.com/2010/10/31/plug-in-show-users-in-user-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/06d5e60d0324b98f01a7a80cc3cb920d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jRQL</media:title>
		</media:content>

		<media:content url="http://jrql.files.wordpress.com/2010/10/showusersofgrup.png" medium="image">
			<media:title type="html">showUsersOfGrup</media:title>
		</media:content>
	</item>
	</channel>
</rss>
