Package de.frame4j

Frame4J — the Java framework base package
A comfortable framework for robust applications, servlets, real world tools and more.
Copyright © 2009   Albrecht Weinert

See:
          Description

Class Summary
AskAlert Report and / or question with timeout.
CVSkeys Beautify text files got from SVN or CVS /cvsNT.
Del Deleting files.
Era Delete files.
Exec Run an application.
FS Search files, sort and list; search doublets.
FuR Find texts in files and replace them..
MakeDigest Generate a digest (default MD5) for a given text.
MakeIndex Generate or update HTML file tables.
PDFcompose Compose a PDF file from parts.
PKextr Determine / extract public key from keystore or certificate.
SendMail A tiny E-Mail sender.
ShowProps Display the system and environment properties.
UCopy Copy from file or URL to file.
Update Update files and directories.
XMLio XML input and output: XML --> DOM --> XML.
 

Package de.frame4j Description

Frame4J — the Java framework base package
A comfortable framework for robust applications, servlets, real world tools and more.
Copyright © 2009   Albrecht Weinert

Description

The package de.frame4j is the base or root package of the framework Frame4J.
Some extras and special applications are found under the packages de.meva_lab and de.a_weinert. These base package's names correspond, according to Java rules, to the domains / URLs
Frame4J's repository and project URLshave, of course, no relation to package naming.

The framework's library classes are distributed over some packages:

The tool set — support for development and administration

This package contains all tools and most applications that are part of Frame4J.
  1. Development and deployment tools
  2. Tools for administrative tasks
  3. Miscellaneous and helper applications
  4. Classes with (embedded) helper, test or demo application
The scripts to build, document and deploy Frame4J use those tools too, mainly from the first categories above. In that sense the framework is "self building".


Conditions of use / license, Copyright

Copyright 2009   Albrecht Weinert.

The conditions of use are those of the open source project Frame4J.
The license chosen (at present) for this project is the GNU Lesser General Public License (LGPL).
Read the text versions of LGPL and as the base of it the GPL.
Before modifying or redistributing a source or other text file please put the following comment at the begin, if not yet there
 /* 
  * This file is part of Frame4J.

    Frame4J is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as 
    published by the Free Software Foundation, either version 3 of 
    the License, or (at your option) any later version.

    Frame4J is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public 
    License along with Frame4J. If not, see http://www.gnu.org/licenses/.
    
 *  Copyright 2009 Albrecht Weinert, Bochum, Germany (a-weinert.de)
 */

Version:
Revision 40 (13.04.2010)
Author:
Albrecht Weinert