Archive for February, 2004

i18n Gurus

Internationalization (i18n) Gurus is an open directory of links to internationalization (i18n) resources and related material.

Comments off

CMS od RedHatu

Red Hat Enterprise Applications is a set of of software products. For
more information about Red Hat Enterprise Applications, see http://www.redhat.com/software/rhea/.

There are four major products in the Red Hat Enterprise Applications
suite: Red Hat Web Application Framework; Red Hat CMS, a
content management system; Red Hat Portal Server, a portal
server; and Red Hat Collaboration Applications, a set of collaborative
applications, including forums, document manager, FAQ, bookmarks, and
glossary.

Comments off

Attribute-Oriented Programming

XDoclet is a code generation engine. It enables Attribute-Oriented Programming for java. In short, this means that you can add more significance to your code by adding meta data (attributes) to your java sources. This is done in special JavaDoc tags.

Comments off

JDepend

JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to effectively manage and control package dependencies.

Comments off

Comments off

XML a DTD editor

Xeddy is an XML (and DTD) editor developed as a plugin into JBuilder or a standalone Java Application.

Comments off

Linux Magazine Online Archive

Časopis Linux Magazine má online archív, ve kterém jsou starší čísla a vybrané články nových volně k dispozici v PDF.

Comments off

wvWare

wvWare wv is a library which allows access to Microsoft Word files. It can load and parse Word 2000, 97, 95 and 6 file formats. (These are the file formats known internally as Word 9, 8, 7 and 6.) There is some support for reading earlier formats as well: Word 2 docs are converted to plaintext.

Comments off

xls2html

xlhtml transforms Excel files into HTML table.
Umí i CSV a XML výstup.
A tady je jakási vedlejší větev (dokonce česká – od Václava Dvořáka).

Comments off

Java mezinárodní

Comments off

Ted Husted

Autor knihy Struts in Action má obsáhlé stránky plné Struts informací a odkazů – About Struts.

Comments off

Prohlížení MS Office dokumentů

catdoc and xls2csv are free MS-Office format readers.

Comments off

Comments off

Realistický benchmark webové aplikace

Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.

Apache JMeter may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.
(via Daglok a Jablok)

Více na:
- Realistický benchmark webové aplikace (Jablok)
- Load Testing your Applications with Apache JMeter (Javaboutique)

Comments off

Comments off

Comments off

Wi-Fi v Chrudimi

Comments off

Chrysalis

Chrysalis is a Java web development framework. It has a different focus from most Model-View-Controller (MVC) web frameworks. Chrysalis controllers resemble normal Java classes with multiple methods. Client request URLs are mapped to each controller method.

Comments off

Comments off

Bobby Brown Goes Down

Právě jsem na Radio1 slyšel strašně sprostý text (česky) a pak moderátor řekl, že to je věrný (přebásněný) originál od Zappy …
Frank Zappa lyrics – Bobby Brown Goes Down song text

Comments off

Struts Applications Project

The goals of the Struts Applications Project are: to provide example Struts applications, to host Struts extensions and utilities, and to put the code out where the Community can use it, fix it, and maintain it.

Jedním z projektů je i StrutsDoc – an Ant task that generates JavaDoc-like documentation from a Struts configuration file.

Dále pak AppFuse – an application for starting your web applications. Uses Ant, XDoclet, Hibernate, JUnit, Cactus, StrutsTestCase, Canoo’s WebTest, Struts Menu, Display Tag Library, JSTL and Struts (including Validator and Tiles). Features include CMA, Remember Me, Self Registration, Password Hint.

Comments off

Rychlá XSL transformace v Javě

Pro urychlení transformace vznikla původně pod křidly firmy Sun Microsystems
technologie Translets, která umožňuje XSL šablony zkompilovat do javovských objektů tzv. transletů a ty posléze využít k XSL transformaci. Sun Microsystems nechal přejít technologii transletů pod křídla Apache XML projektu resp. jejich XSLT procesoru Xalan.
(via Dagblog )
Podrobnosti viz článek Supercharge Your Java Web Applications with Translets

Comments off

Schovávání vrstev v HTML

var name = 'elemId';
document.getElementById(name).style.display = 'none';
document.getElementById(name).style.display = 'block';

Comments off

UML v Eclipse

Omondo EclipseUML is a visual modeling tool, natively integrated with Eclipse and CVS.

Comments off

Comments off

Ant PDF Documents

Na Antovské stránce je dokumentace pouze rozsekana do mnoha HTML, ale našel jsem PDF.

Comments off

Změna pozice a obsahu HTML elementu

Proč to musím neustále hledat, když se mě na to neustále někdo ptá:

Read the rest of this entry »

Comments off