<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www.prom-auto.ru/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.prom-auto.ru/wiki/feed.php">
        <title>ПромАвтоматика dev:java</title>
        <description></description>
        <link>https://www.prom-auto.ru/wiki/</link>
        <image rdf:resource="https://www.prom-auto.ru/wiki/lib/tpl/arctic/images/favicon.ico" />
       <dc:date>2026-08-22T01:01:12+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:apache_ant&amp;rev=1368966710&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:apache_ivy&amp;rev=1369028915&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:eclipse&amp;rev=1377841800&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:eclipse_plugins&amp;rev=1360080626&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:eclipse_uml&amp;rev=1351405731&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:java&amp;rev=1392875756&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:junit&amp;rev=1349163272&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:profiling&amp;rev=1368211866&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:reports&amp;rev=1368720009&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:rxtxcomm&amp;rev=1305104578&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:system_props&amp;rev=1343633500&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.prom-auto.ru/wiki/lib/tpl/arctic/images/favicon.ico">
        <title>ПромАвтоматика</title>
        <link>https://www.prom-auto.ru/wiki/</link>
        <url>https://www.prom-auto.ru/wiki/lib/tpl/arctic/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:apache_ant&amp;rev=1368966710&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-19T16:31:50+03:00</dc:date>
        <title>Apache Ant</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:apache_ant&amp;rev=1368966710&amp;do=diff</link>
        <description>Apache Ant

Installing

	*  Download binaries from &lt;http://ant.apache.org/bindownload.cgi&gt;
	*  Unpack somewhere, e.g. /usr/share/ant
	*  Set up path in .bashrc:

  export ANT_HOME=&quot;/usr/share/ant&quot;
  export PATH=$PATH:/usr/share/ant/bin



&lt;http://ant.apache.org/manual/index.html&gt;

FTP tasks

This task depends on external libraries not included in the Apache Ant distribution:</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:apache_ivy&amp;rev=1369028915&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-20T09:48:35+03:00</dc:date>
        <title>Apache Ivy</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:apache_ivy&amp;rev=1369028915&amp;do=diff</link>
        <description>Apache Ivy

Apache Ivy is a popular dependency manager focusing on flexibility and simplicity.

Home site - &lt;http://ant.apache.org/ivy&gt;

Quick start - &lt;http://ant.apache.org/ivy/history/latest-milestone/tutorial/start.html&gt;

Repository - &lt;http://mvnrepository.com/&gt;


Example

1. Download and place ivy-xxx.jar to the ant home lib folder: /usr/share/ant/lib/ivy-2.2.0.jar.

cd $ANT_HOME/lib
wget http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.3.0/ivy-2.3.0.jar</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:eclipse&amp;rev=1377841800&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-08-30T09:50:00+03:00</dc:date>
        <title>Eclipse</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:eclipse&amp;rev=1377841800&amp;do=diff</link>
        <description>Eclipse

Tooltip color
sudo gedit /usr/share/themes/Ambiance/gtk-2.0/gtkrc

Replace the tooltip backround and foreground color, with the #000000 and the #f5f5b5 color, respectively</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:eclipse_plugins&amp;rev=1360080626&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-02-05T20:10:26+03:00</dc:date>
        <title>Eclipse plugins</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:eclipse_plugins&amp;rev=1360080626&amp;do=diff</link>
        <description>Eclipse plugins

Groovy-Eclipse &lt;http://dist.springsource.org/release/GRECLIPSE/e4.2/&gt; 



Promoter plugin  &lt;http://update.mousefeed.com/&gt;

WireframeSketcher is a rapid wireframing tool that helps quickly create wireframes, mockups and prototypes for desktop, web and mobile applications. It comes both as a plug-in for any Eclipse IDE and a standalone version.</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:eclipse_uml&amp;rev=1351405731&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-28T10:28:51+03:00</dc:date>
        <title>Eclipse UML plugin</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:eclipse_uml&amp;rev=1351405731&amp;do=diff</link>
        <description>Eclipse UML plugin

&lt;http://java.dzone.com/articles/architexa-fine-code-reading&gt;

&lt;http://www.architexa.com/learn-more/diagramming-features&gt;

Installation Details (Eclipse 4.2):

	*  In Eclipse, select Help &gt; Install New Software... In the dialog that appears, click on the Add... button. Enter the update site URL into the «Location» text box: &lt;http://update.architexa.com/4.2/client&gt;.
	*  Leave the name text box empty (the name will be retrieved from the update site). Click OK.</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:java&amp;rev=1392875756&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-02-20T09:55:56+03:00</dc:date>
        <title>Java Programming</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:java&amp;rev=1392875756&amp;do=diff</link>
        <description>Java Programming

Tools

Apache Ant

Apache Ivy

Eclipse

Eclipse plugins

Eclipse UML plugin

Profiling Java application

Report building


Apache Tomcat

Apache Tomcat installation

Glassfish

Glassfish installation

Glassfish and Eclipse integration


JSF

Get Started

Testing

JUnit

Serial Ports

RXTXcomm

System info

System Properties

Language and API

Weak Referencies

Tips and Hacks

Eclipse doesn`t start

Access restriction problem in Eclipse

Eclipse build path

JavaDoc CheatSheet

F…</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:junit&amp;rev=1349163272&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-02T11:34:32+03:00</dc:date>
        <title>JUnit Paracticies</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:junit&amp;rev=1349163272&amp;do=diff</link>
        <description>JUnit Paracticies

Parametrized test

Run test from code

Run test from terminal</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:profiling&amp;rev=1368211866&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-10T22:51:06+03:00</dc:date>
        <title>Profiling Java application</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:profiling&amp;rev=1368211866&amp;do=diff</link>
        <description>Profiling Java application

&lt;http://www.baptiste-wicht.com/2010/07/profile-applications-java-visualvm/&gt;

Eclipse launcher for VisualVM 

&lt;http://visualvm.java.net/eclipse-launcher.html&gt;

jstack

jprofile

jrdp</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:reports&amp;rev=1368720009&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-16T20:00:09+03:00</dc:date>
        <title>Report building</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:reports&amp;rev=1368720009&amp;do=diff</link>
        <description>Report building

long list

Using Jasper Reports to create reports in Java

BIRT

&lt;http://www.eclipse.org/birt/phoenix/intro/&gt;</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:rxtxcomm&amp;rev=1305104578&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-05-11T13:02:58+03:00</dc:date>
        <title>RXTXcomm</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:rxtxcomm&amp;rev=1305104578&amp;do=diff</link>
        <description>RXTXcomm

Downloading

Official site download page &lt;http://rxtx.qbang.org/wiki/index.php/Download&gt;.

At the moment RXTX 2.1 is the main development branch for RXTX.

Installing on Ubuntu 10.04 (x86)

Copy libraries to your java dir from binary pack (rxtx-2.1-7-bins-r2.zip):
sudo cp rxtx-2.1-7-bins-r2/Linux/i686-unknown-linux-gnu/*.* /usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/i386
sudo cp rxtx-2.1-7-bins-r2/RXTXcomm.jar /usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/ext</description>
    </item>
    <item rdf:about="https://www.prom-auto.ru/wiki/doku.php?id=dev:java:system_props&amp;rev=1343633500&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-07-30T11:31:40+03:00</dc:date>
        <title>System Properties</title>
        <link>https://www.prom-auto.ru/wiki/doku.php?id=dev:java:system_props&amp;rev=1343633500&amp;do=diff</link>
        <description>System Properties


package promauto.batchext;

import java.util.Properties;
import java.util.TreeSet;

public class Playground {
	public static void main(String[] args) {
		
		
		Properties props = System.getProperties();
		
		TreeSet&lt;String&gt; t = new TreeSet&lt;&gt;();
		t.addAll(props.stringPropertyNames());

		for (String s: t)
			System.out.format(&quot;%-32s :   %s%n&quot;, s, props.get(s));
	}

}</description>
    </item>
</rdf:RDF>
