<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://orourke.tv/web/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>orourke.tv - code:java</title>
        <description>every banana has 5 sides</description>
        <link>http://orourke.tv/web/</link>
        <lastBuildDate>Sun, 19 Apr 2026 00:06:54 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://orourke.tv/web/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>orourke.tv</title>
            <link>http://orourke.tv/web/</link>
        </image>
        <item>
            <title>example-code</title>
            <link>http://orourke.tv/web/doku.php?id=code:java:example-code&amp;rev=1526759034&amp;do=diff</link>
            <description>Java - Example Code

	* jcif copy file example</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 19 May 2018 19:43:54 +0000</pubDate>
        </item>
        <item>
            <title>home</title>
            <link>http://orourke.tv/web/doku.php?id=code:java:home&amp;rev=1686740402&amp;do=diff</link>
            <description>Java

Download Open Java Versions from here:

	* &lt;https://adoptium.net/temurin/releases/&gt;

	* Links
	* Example Code
	* jsp
	* keystore
	* tomcat
	* Java Standard Tag Library - JSTL
	* reating a custom Realm

OK HTTP CLIENT

&lt;https://www.baeldung.com/guide-to-okhttp&gt;

&lt;http://jsbeautifier.org&gt;
&lt;http://www.tutorialspoint.com/jsf/jsf_quick_guide.htm&gt;


&lt;https://shindig.apache.org/about_shindig_getting_started.html&gt;

&lt;http://metroui.org.ua/&gt;

&lt;https://sites.google.com/site/opensocialdevenv/user-guid…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 14 Jun 2023 11:00:02 +0000</pubDate>
        </item>
        <item>
            <title>jcif-copy</title>
            <link>http://orourke.tv/web/doku.php?id=code:java:jcif-copy&amp;rev=1526759030&amp;do=diff</link>
            <description>import jcifs.smb.*;



public class TestCopy {
	
	
    public static void main( String[] args ) throws Exception {

    	String file1=(&quot;smb://123.123.123.123/Xtemp/test1.txt&quot;);
    	String file2=(&quot;smb://123.123.123.123/Xtemp/test2.txt&quot;);
    	
    	jcifs.Config.setProperty( &quot;jcifs.smb.client.username&quot;, &quot;username&quot;);
    	jcifs.Config.setProperty( &quot;jcifs.smb.client.password&quot;, &quot;password&quot;);
    	jcifs.Config.setProperty( &quot;jcifs.smb.client.domain&quot;, &quot;mydomain.pri&quot;);

    	try 	{
            SmbFile re…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 19 May 2018 19:43:50 +0000</pubDate>
        </item>
        <item>
            <title>jsp</title>
            <link>http://orourke.tv/web/doku.php?id=code:java:jsp&amp;rev=1526585686&amp;do=diff</link>
            <description>JSP

JSTL


&lt;%@ taglib prefix=&quot;c&quot; uri=&quot;http://java.sun.com/jsp/jstl/core&quot; %&gt;  
&lt;%@ taglib prefix=&quot;fmt&quot; uri=&quot;http://java.sun.com/jsp/jstl/fmt&quot; %&gt;  
&lt;%@ taglib prefix=&quot;xml&quot; uri=&quot;http://java.sun.com/jsp/jstl/xml&quot; %&gt;  
&lt;%@ taglib prefix=&quot;sql&quot; uri=&quot;http://java.sun.com/jsp/jstl/sql&quot; %&gt;  
&lt;%@ taglib prefix=&quot;f&quot; uri=&quot;http://java.sun.com/jsp/jstl/functions&quot; %&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 17 May 2018 19:34:46 +0000</pubDate>
        </item>
        <item>
            <title>keystore</title>
            <link>http://orourke.tv/web/doku.php?id=code:java:keystore&amp;rev=1560851100&amp;do=diff</link>
            <description>Java - Keystore

Reference Commands 


keytool.exe -v -list -keystore &lt;folder&gt;\lib\security\cacerts | findstr &quot;Alias name&quot;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 18 Jun 2019 09:45:00 +0000</pubDate>
        </item>
        <item>
            <title>tomcat</title>
            <link>http://orourke.tv/web/doku.php?id=code:java:tomcat&amp;rev=1600239217&amp;do=diff</link>
            <description>Getting Started with Tomcat 7 on Windows

CA certs to Java / Tomcat

example of adding a cert to the CA store

Note: keytool is located on the JRE bin folder



keytool -import -alias mycaserver.mydomain.com -keystore &quot;C:\Program Files\Java\jre1.8.0_151\lib\security\cacerts&quot; -storepass changeit -file C:\X-Support\Certificates\mycaserver-root-Base64.cer</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 16 Sep 2020 06:53:37 +0000</pubDate>
        </item>
    </channel>
</rss>
