<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Carl Henderson</title>
	<atom:link href="http://www.r3lic.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.r3lic.com</link>
	<description>My contribution to the internet...</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:31:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Active Directory Password Reset in Java</title>
		<link>http://www.r3lic.com/2012/02/active-directory-password-reset-in-java/</link>
		<comments>http://www.r3lic.com/2012/02/active-directory-password-reset-in-java/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 15:26:26 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jndi]]></category>
		<category><![CDATA[peoplesoft]]></category>
		<category><![CDATA[portal]]></category>

		<guid isPermaLink="false">http://www.r3lic.com/?p=129</guid>
		<description><![CDATA[We use a Java class, accessed through Peoplecode housed in Peoplesoft&#8217;s Portal application, to change user passwords in LDAP. Currently, we&#8217;re running a SunOne LDAP server, whose rights were recently acquired by Oracle. A decision has been made to replace SunOne with Microsoft Active Directory. This change presented several challenges, but today I&#8217;ll mention specifically [...]]]></description>
			<content:encoded><![CDATA[<p>We use a Java class, accessed through Peoplecode housed in Peoplesoft&#8217;s Portal application, to change user passwords in LDAP. Currently, we&#8217;re running a SunOne LDAP server, whose rights were recently acquired by Oracle. A decision has been made to replace SunOne with Microsoft Active Directory. This change presented several challenges, but today I&#8217;ll mention specifically the obstacle I faced to reset AD passwords using Java.</p>
<h3>Tools used</h3>
<ol>
<li>Eclipse IDE</li>
<li><a title="AD Explorer" href="http://technet.microsoft.com/en-us/sysinternals/bb963907" target="_blank">AD Explorer</a></li>
<li><a href="http://confluence.atlassian.com/display/CONFKB/LDAP+Error+Code+49" target="_blank">AD Error codes</a></li>
</ol>
<h3>Hurdle #1: SSL libraries</h3>
<p>The existing Java code for establishing a secure connection to SunOne uses older libraries from novell:</p>
<pre>com.novell.ldap.LDAPConnection(<span style="color: #0000ff;">new</span> LDAPJSSESecureSocketFactory());</pre>
<p>For some reason, I could not form an SSL connection to AD using this library. It wasn&#8217;t until I switched to <a href="http://www.oracle.com/technetwork/java/jndi/index.html" target="_blank">JNDI</a> that I was able to successfully bind to AD over SSL.</p>
<h3>Hurdle #2: Resetting passwords</h3>
<p>In AD, an error will be thrown if an attempt is made to perform a &#8220;restricted operation&#8221; without having the proper credentials or binding over SSL. Becoming familiar with the various error codes helped tremendously. Now to the gritty stuff&#8230;</p>
<p>SunOne and AD store passwords differently. From what I read/encountered with SunOne, a plain text password could be used to REPLACE the value in the <code>userPassword</code> attribute, and SunOne will take care of the encryption itself. This is not the case for AD. I spent plenty of time researching the web how to encrypt AD passwords before updating the <code>UnicodePwd</code> attribute. Fortunately, I came across <a href="http://homepages.ucalgary.ca/~mortis/software/ADConnection.txt" target="_blank">a website</a> that provided the source code to encrypt passwords in a manner that AD liked. Thanks <a href="http://homepages.ucalgary.ca/~mortis/" target="_blank">Jeremy Morris</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r3lic.com/2012/02/active-directory-password-reset-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Peoplesoft Enterprise Portal 9.1 Upgrade</title>
		<link>http://www.r3lic.com/2011/08/peoplesoft-enterprise-portal-9-1-upgrade/</link>
		<comments>http://www.r3lic.com/2011/08/peoplesoft-enterprise-portal-9-1-upgrade/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 15:43:38 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.r3lic.com/?p=124</guid>
		<description><![CDATA[UCF is heavily involved in upgrading their Peoplesoft Enterprise Portal from 9.0 to 9.1. See the notice on the CS&#38;T departmental website for more information.]]></description>
			<content:encoded><![CDATA[<p>UCF is heavily involved in upgrading their Peoplesoft Enterprise Portal from 9.0 to 9.1. See the <a href="https://publishing.ucf.edu/sites/itr/cst/Pages/EadNotices.aspx" target="_blank">notice</a> on the CS&amp;T departmental website for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r3lic.com/2011/08/peoplesoft-enterprise-portal-9-1-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch out Apple</title>
		<link>http://www.r3lic.com/2010/07/watch-out-apple/</link>
		<comments>http://www.r3lic.com/2010/07/watch-out-apple/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 12:56:06 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.r3lic.com/?p=120</guid>
		<description><![CDATA[India has come up with the world&#8217;s cheapest &#8220;laptop&#8220;, a touchscreen computing device that costs $35 (£23). India&#8217;s human resource development minister, Kapil Sibal, this week unveiled the low-cost computing device that is designed for students, saying his department had started talks with global manufacturers to start mass production. Source: http://www.guardian.co.uk/world/2010/jul/23/india-unveils-cheapest-laptop]]></description>
			<content:encoded><![CDATA[<p><a title="More from  guardian.co.uk on India" href="http://www.guardian.co.uk/world/india" target="_blank">India</a> has come up with the world&#8217;s cheapest  &#8220;<a href="http://www.guardian.co.uk/world/2010/jul/23/india-unveils-cheapest-laptop" target="_blank">laptop</a>&#8220;, a touchscreen <a title="More from  guardian.co.uk on Computing" href="http://www.guardian.co.uk/technology/computing" target="_blank">computing</a> device that costs $35 (£23).</p>
<p>India&#8217;s  human resource development minister, Kapil Sibal, this week unveiled  the low-cost computing device that is designed for students, saying his  department had started talks with global manufacturers to start mass  production.</p>
<p>Source: http://www.guardian.co.uk/world/2010/jul/23/india-unveils-cheapest-laptop</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r3lic.com/2010/07/watch-out-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google TV</title>
		<link>http://www.r3lic.com/2010/07/google-tv/</link>
		<comments>http://www.r3lic.com/2010/07/google-tv/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 16:25:46 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.r3lic.com/?p=93</guid>
		<description><![CDATA[Google is actively working on a way to bring internet content on demand to our televisions. However, in my experience, one of the reasons why WebTV hasn&#8217;t taken off in the past is because the tools used to control the TV and computer are entirely different. On a computer, I&#8217;m sitting comfortably at a desk [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/tv/">Google</a> is actively working on a way to bring internet content on demand to our televisions.</p>
<p>However, in my experience, one of the reasons why WebTV hasn&#8217;t taken off in the past is because the tools used to control the TV and computer are entirely different.</p>
<p>On a computer, I&#8217;m sitting comfortably at a desk with a keyboard and mouse that contours my seated position.</p>
<p>On the couch, I kick my feet up use one hand for the remote, and one hand holding a beverage. If there was a way to intuitively operate the TV without sitting in front of a keyboard or using voice commands, it would revolutionize the way we watch TV and potentially interact with all electronic devices.</p>
<p>One such way to manipulate the screen, hand free, and voice free (which I hate) is to use <a href="http://www.technologyreview.com/read_article.aspx?id=18254&#038;ch=infotech">eye tracking</a> devices. After a quick browse through the internet, I found at least one institution performing <a href="http://eyetracking.stanford.edu/">research on the matter</a>.</p>
<p>It&#8217;s not hard for me see this working with new 3D TV technology hitting the shelves at electronic retailers. To get the 3D experience, the user must wear relatively comfortable 3D eye wear. Would it not be that hard to integrate eye tracking into the glasses? Only time will tell.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r3lic.com/2010/07/google-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Peoplesoft SQR File Read Problem Resolved</title>
		<link>http://www.r3lic.com/2009/12/peoplesoft-sqr-file-read-problem-resolved/</link>
		<comments>http://www.r3lic.com/2009/12/peoplesoft-sqr-file-read-problem-resolved/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 15:39:11 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Peoplesoft]]></category>

		<guid isPermaLink="false">http://www.r3lic.com/?p=92</guid>
		<description><![CDATA[If you plan to open the same file multiple times you cannot rely on #end-file to be correct. I ran into this problem where it would only read through my data file once but not a second time. After opening the file, I used the following code to read it: WHILE NOT #end-file &#160;&#160;READ 1 [...]]]></description>
			<content:encoded><![CDATA[<p>If you plan to open the same file multiple times you cannot rely on #end-file to be correct.</p>
<p>I ran into this problem where it would only read through my data file once but not a second time. After opening the file, I used the following code to read it:</p>
<p><code>WHILE NOT #end-file<br />
&nbsp;&nbsp;READ 1 into $line:100<br />
END-WHILE</code></p>
<p>However once the second read came around, the cursor was already at the eof keeping #end-file true.</p>
<p>The way around this is by altering the While logic:</p>
<p><code><br />
WHILE 1<br />
&nbsp;&nbsp;READ 1 into $line:100<br />
&nbsp;&nbsp;IF #end-file<br />
&nbsp;&nbsp;&nbsp;&nbsp;BREAK<br />
&nbsp;&nbsp;END-IF<br />
END-WHILE</code></p>
<p>In the latter example, it&#8217;s important to note that #end-file is used after another READ command. This resets the eof and allows the SQR to function as intended.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r3lic.com/2009/12/peoplesoft-sqr-file-read-problem-resolved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent PeopleSoft Projects</title>
		<link>http://www.r3lic.com/2009/06/recent-peoplesoft-projects/</link>
		<comments>http://www.r3lic.com/2009/06/recent-peoplesoft-projects/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 18:55:01 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Peoplesoft]]></category>

		<guid isPermaLink="false">http://www.r3lic.com/?p=90</guid>
		<description><![CDATA[As an Applications Systems Analyst/Programmer for the University of Central Florida, I try to be involved in projects that greatly extend the functionality of PeopleSoft. Recently we&#8217;ve gone live with several new applications that have completely automated existing business processes saving time and most importantly money&#8212;which is especially true in an era of budget cuts [...]]]></description>
			<content:encoded><![CDATA[<p>As an Applications Systems Analyst/Programmer for the University of Central Florida, I try to be involved in projects that greatly extend the functionality of PeopleSoft. Recently we&#8217;ve gone live with several new applications that have completely automated existing business processes saving time and most importantly money&mdash;which is especially true in an era of budget cuts and economic turmoil.</p>
<h5>1. Intent to Graduate</h5>
<p>This application allows students to file their intent to graduate online through the MyUCF portal. It utilizes work flow to manage and assign specific tasks to users in different departments during the entire ITG approval process. Once the final approval is complete, the student is awarded his/her degree.</p>
<h5>2. Online Transcript Request</h5>
<p>This project was fascinating to me because it was the first time working with web services as part of Integration Broker. This application gives students the ability to order their transcripts online through the portal where in the past students must submit a paper form and each transcript is processed manually. This new automation utilizes WSDLs from FedEx to automate the printing of shipping labels as well as integrates with an online payment gateway to allow for convenient payment methods.</p>
<p>As new projects are unveiled, I&#8217;ll plan to publish a quick blurb about them so my readers can know what I actually do here, but mostly because I will forget about them as not only do I have a terrible memory, but because I am constantly moving on to the next new and exciting thing to come my way =).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r3lic.com/2009/06/recent-peoplesoft-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry application that launches the native web browser</title>
		<link>http://www.r3lic.com/2008/12/blackberry-application-that-launches-the-native-web-browser/</link>
		<comments>http://www.r3lic.com/2008/12/blackberry-application-that-launches-the-native-web-browser/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 15:11:28 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mds]]></category>
		<category><![CDATA[midp2]]></category>

		<guid isPermaLink="false">http://www.r3lic.com/?p=22</guid>
		<description><![CDATA[When I set out to create an application that launches a URL of my choosing, it was hard for me to find one place that walked me through exactly what I needed to do. It took me a lot of digging but I was able to do the following: Complete the initial java setup/installation Download [...]]]></description>
			<content:encoded><![CDATA[<p>When I set out to create an application that launches a URL of my choosing, it was hard for me to find one place that walked me through exactly what I needed to do. It took me a lot of digging but I was able to do the following:</p>
<ol>
<li>Complete the initial java setup/installation</li>
<li>Download Blackberry JDE</li>
<li>Leverage Blackberry sample code</li>
<li>Compile and Run Using the Simulator</li>
</ol>
<h5>Initial java setup/installation</h5>
<p>To begin, first we must setup our development environment. This means we need to make sure we have the latest <a title="Java SE Development Kit (JDK)" href="http://java.sun.com/javase/downloads/index.jsp" target="_blank">Java Development Kit (JDK)</a>. This is available from <a title="Java SE Development Kit (JDK)" href="http://java.sun.com/javase/downloads/index.jsp" target="_blank">Sun</a> directly and includes the Java SE Runtime Environment (JRE) and command-line development tools that are used for developing applets and applications, like the one I will show you.</p>
<h5>Download Blackberry JDE</h5>
<p>Once we have the core java components installed, we move on to installing the Blackberry JDE. This is available from the <a title="Blackberry Developers Resource" href="http://na.blackberry.com/eng/developers/resources/" target="_blank">Blackberry Developers Resource</a> site. You will need to download the Blackberry Java Development Environment (JDE) which sits on top of the java components we installed earlier. This suite should come with the Blackberry MDS Simulator and Blackberry Device Simulators.  We&#8217;ll get back to these.</p>
<h5><strong>Leverage Blackberry sample code</strong></h5>
<p style="text-align: center;"><img class="size-medium wp-image-43 aligncenter" title="Browser Content Manager Demo Navigation" src="http://www.r3lic.com/wp-content/uploads/2008/12/bcmd_nav-300x149.gif" alt="" width="300" height="149" /></p>
<p>By default, the Blackberry JDE will install to &#8220;<em>C:\Program Files\Research In Motion\BlackBerry JDE 4.5.0</em>&#8220;. There is a Workspace file that you should open next. It rests in the &#8220;<em>JDE directory\samples\samples.jdw</em>&#8220;. Find the sample code we want to use.</p>
<p>Line 71 shows the URL that is going to be opened:</p>
<p><code>PrimaryResourceFetchThread thread = new PrimaryResourceFetchThread("http://www.google.com", null, null, null, this);</code></p>
<div>
<p>Change this to whatever you choose.</p>
<p><strong>Compile and Run Using the Simulator</strong></p>
</div>
<p><a href="http://www.r3lic.com/wp-content/uploads/2008/12/mds_location.gif"><img class="alignleft size-medium wp-image-45" title="MDS Location" src="http://www.r3lic.com/wp-content/uploads/2008/12/mds_location-300x128.gif" alt="" width="300" height="128" /></a>Before you compile and run this, make sure you are running MDS which simulates data services through your computer&#8217;s internet connection (among other things). Now you&#8217;re ready to run it through the simulator. This should begin automatically when you hit F5.</p>
<p>Now, navigate to the application that you were working on&#8230; in this case it would be BrowserContentManagerDemo and click to start the app!</p>
<p><a href="http://www.r3lic.com/wp-content/uploads/2008/12/bb_lcd1.gif"><img class="size-full wp-image-65" title="Blackberry LCD" src="http://www.r3lic.com/wp-content/uploads/2008/12/bb_lcd1.gif" alt="" width="328" height="317" /></a></p>
<p><strong>Final Note</strong></p>
<p>It took me longer than expected to write this. Primarily because I wanted it to be as straight-forward and detailed as possible so I ran out of time to go over how to create images and set them as your application&#8217;s icon. But I will cover that in a future post, as well as how to get the application loaded onto your device. In the meantime, I&#8217;m sure you can keep yourself quite busy with the simulator. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r3lic.com/2008/12/blackberry-application-that-launches-the-native-web-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s to come</title>
		<link>http://www.r3lic.com/2008/11/whats-to-come/</link>
		<comments>http://www.r3lic.com/2008/11/whats-to-come/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 20:29:04 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.r3lic.com/?p=37</guid>
		<description><![CDATA[With the launch of my new blog should come the launch of new material. Well as you can see, there is much of that lacking. I am excited to tell you that I&#8217;ve already begun writing up an article that shows a novice approach to developing your own blackberry applications. Stayed tuned for this, its [...]]]></description>
			<content:encoded><![CDATA[<p>With the launch of my new blog should come the launch of new material. Well as you can see, there is much of that lacking. </p>
<p>I am excited to tell you that I&#8217;ve already begun writing up an article that shows a novice approach to developing your own blackberry applications. Stayed tuned for this, its nearing completion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.r3lic.com/2008/11/whats-to-come/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

