Wiki source code of Clazzes.org Home

Version 1.4 by Christoph Lechleitner on 2026-02-24 10.10:09

Hide last authors
Christoph Lechleitner 1.2 1 = **Clazzes.org is ...** =
Admin ITEG 1.1 2
Christoph Lechleitner 1.2 3 ... an Open Source project featuring libraries for JAVA and other programming languages.
Admin ITEG 1.1 4
Christoph Lechleitner 1.2 5 It is operated by [[ITEG>>http://www.iteg.at/]] with support from several other contributors from Austria (See [[Contact>>https://www.iteg.at/en/contact/]]).
Admin ITEG 1.1 6
Christoph Lechleitner 1.3 7 === Migration apology ===
8
Christoph Lechleitner 1.4 9 We are currently migrating this Wiki from Atlassian-hosted Confluence to self-hosted XWiki and it will take some time to repair all hickups. We apologize for the inconvenience.
Christoph Lechleitner 1.3 10
Christoph Lechleitner 1.2 11 === Software projects ===
Admin ITEG 1.1 12
Christoph Lechleitner 1.3 13 * [[Authentication Tools>>doc:LOGIN.WebHome]], authentication service connectors and a backend
Christoph Lechleitner 1.4 14 * [[Clazzes-Utils>>doc:UTIL.WebHome]] are a collection of Java utils under org.clazzes.util, and the historic root of the clazzes.org project
15 * [[Colin>>doc:COL.WebHome]], a structural analysis application with a lightweight interface, an part of the QT Ambassador Program
Christoph Lechleitner 1.2 16 * [[CSVEdit>>url:https://clazzes.atlassian.net/wiki/spaces/CSVEDIT]], yet another editor for .csv like files, in C++ with QT4
Christoph Lechleitner 1.4 17 * [[Data Model Generator and Utils>>doc:DMGEN.WebHome]], generates POJOs and DAOs from data models specified in xml
18 * [[DOJO-Clazzes>>doc:DOJO.WebHome]], things created when moving from GWT to DOJO Toolkit
19 * [[FancyMail>>doc:FANCYMAIL.WebHome]], a free alternative message sending service for e-mail and SMS in JAVA
Christoph Lechleitner 1.2 20 * [[FancyLibs>>url:https://clazzes.atlassian.net/wiki/spaces/FANCYLIBS]], a collection of lightweight portable basic function classes for C++
Christoph Lechleitner 1.4 21 * [[FTPSync>>doc:FTPSYNC.WebHome]], a PERL skript to synchronize a local directory tree and a remote FTP directory tree
22 * Some basic GWT tools, currently covered by the know-how space [[GWT Basics>>doc:GWTBASICS.WebHome]]
23 * [[HPGS>>doc:HPGS.WebHome]], a HPGL/2 interpreter in C++
24 * [[JarTools>>doc:JT.WebHome]] makes it easier to retrieve and manipulate meta information in .jar files resp. META-INF/MANIFEST.MF, and similar bits likepom.properties.
25 * [[JDBC2XML>>doc:JDBC2XML.WebHome]], started as a commandline tool for dumping and restoring databases from/to XML and slowly growing to a Java library for simple table creation and manipulation
Christoph Lechleitner 1.2 26 * [[MLP>>url:https://clazzes.atlassian.net/wiki/spaces/MLP]] (Mail.Log-Parsing) a script collection to make it easier to parse /var/log/mail.log and the like
27 * [[OOOEngine>>url:https://clazzes.atlassian.net/wiki/spaces/OOOENGINE]], a wrapper to have a OpenOffice or LibreOffice daemon perform tasks like convert files
28 * [[PBA Package Builder + Archiver>>url:https://clazzes.atlassian.net/wiki/spaces/PBA]], the collection of tools that builds and distributes all our C++ software and Debian packages (see below and [[deb.clazzes.org>>url:http://deb.clazzes.org/]])
29 * [[Remoting>>url:https://clazzes.atlassian.net/wiki/spaces/REM]], a RPC framework for C++ and Java using TCP/IP and optionally TLS
30 * [[Sketch>>url:https://clazzes.atlassian.net/wiki/spaces/SKETCH]], a 2D graphics framework for web applications
31 * [[TopicMap Engine>>url:https://clazzes.atlassian.net/wiki/spaces/TME]], a implementation of the TopicMaps API (TMAPI 2.0.2)
Admin ITEG 1.1 32
Christoph Lechleitner 1.2 33 === Downloads, Packages, Source Code ===
Admin ITEG 1.1 34
Christoph Lechleitner 1.2 35 For installers, tarballs and debian packages go to the [[Downloads page>>url:https://clazzes.atlassian.net/wiki/spaces/CLORG/pages/655380]], [[deb.clazzes.org>>url:http://deb.clazzes.org/]], or [[maven.clazzes.org>>url:http://maven.clazzes.org/]].
Admin ITEG 1.1 36
Christoph Lechleitner 1.2 37 For source code start at the [[Repository Access>>url:https://clazzes.atlassian.net/wiki/spaces/CLORG/pages/655365]] page or simple at [[svn.clazzes.org>>url:http://svn.clazzes.org/]].
Admin ITEG 1.1 38
Christoph Lechleitner 1.2 39 === Best Practices ===
Admin ITEG 1.1 40
Christoph Lechleitner 1.2 41 As everyone we are trying to find [[Best Practices for software development>>url:https://clazzes.atlassian.net/wiki/spaces/CLORG/pages/655371]].
Admin ITEG 1.1 42
Christoph Lechleitner 1.2 43 === Know How collections ===
Admin ITEG 1.1 44
Christoph Lechleitner 1.2 45 Besides [[a general Know-How collection>>url:https://clazzes.atlassian.net/wiki/spaces/KH]] (including [[Gnome3 hints>>url:https://clazzes.atlassian.net/wiki/spaces/KH/pages/657172]]) there are specialzed information collections for ...
Admin ITEG 1.1 46
Christoph Lechleitner 1.2 47 * [[GWT>>url:https://clazzes.atlassian.net/wiki/spaces/GWTBASICS]]
48 * [[OSGi>>url:https://clazzes.atlassian.net/wiki/spaces/OSGI]]
Admin ITEG 1.1 49
Christoph Lechleitner 1.2 50 === Packaging Projects ===
Admin ITEG 1.1 51
Christoph Lechleitner 1.2 52 Besides packages for our own software projects, our debian repository [[deb.clazzes.org>>url:http://deb.clazzes.org/]] also provides (re)packaging of some other projects.
Admin ITEG 1.1 53
Christoph Lechleitner 1.2 54 The re-packaging is documented in these confluence spaces:
55
56 * [[JPKG (Java Packages)>>url:https://clazzes.atlassian.net/wiki/spaces/JPKG]], debian packages for a few foreign Java projects
57 * [[Mingw Debian Packaging>>url:https://clazzes.atlassian.net/wiki/spaces/MINGW64]], for packaging MinGW64 cross build chain tools our way
58 * [[*X Packages>>url:https://clazzes.atlassian.net/wiki/spaces/XPKG]], some re-packagings like backports
59
60 === Arts Projects ===
61
62 After searching for free pictures once too often, we started to collect and draw some free stuff using svg.
63
64 They are available directly via subversion: [[http:~~/~~/svn.clazzes.org/svn/stockpicks>>url:http://svn.clazzes.org/svn/stockpicks]]
65
66 === Accounts available only on request due to vandalism ===
67
68 We are always open to new contributors (our Open Source licenses of [[Atlassian>>url:https://www.atlassian.com/]]'s [[Confluence>>url:https://www.atlassian.com/software/confluence]] and [[Jira>>url:https://www.atlassian.com/software/jira]] demand so anyway). Unfortunately some vandalism incidents forced us to turn public registration off.
69
70 Honest users however are still welcome, so whoever wants to register, please [[contact us>>url:https://clazzes.atlassian.net/wiki/spaces/CLORG/pages/655422]] and we will gladly provide accounts on [[confluence.clazzes.org>>url:https://confluence.clazzes.org/]], [[jira.clazzes.org>>url:https://jira.clazzes.org/]], eventually even write access to [[subversion>>url:https://svn.clazzes.org/]] and [[debian>>url:https://deb.clazzes.org/]] repositories.