Permalink Comments off
Archive for August, 2005
Cyklotrasy kolem Prahy
ZP Cykloturis – web věnující se cykloturistice na západním okraji Prahy
Permalink Comments off
Another (good) CMS
Mambo is a full-featured content management system that can be used for everything from simple websites to complex corporate applications. Continue reading for a detailed feature list.
Permalink Comments off
Organize your audio
The GodFather features:
- Tag and rename mp3, ogg, flac, ape and mpc files
- Help you sort out your music collection en-masse, tagging lots of files the way you want them
- Tag individual files
- Create playlists
- Find duplicates in your music collection
- Rename and organise files based on their tags or tag files based on their names and the folders they are in
Permalink Comments off
Na kole kolem Prahy
Na kole kolem Prahy III. – Na Karlštejn (i další články)
KEYWORDS: cyklo, Praha, Karlstejn
Permalink Comments off
Binary Web Service Protocol
Hessian is a simple binary protocol for connecting web services. The com.caucho.hessian.client and com.caucho.hessian.server packages do not require any other Resin classes, so can be used in smaller clients, like applets.
Because Hessian is a small protocol, J2ME devices like cell-phones can use it to connect to Resin servers. Because it’s powerful, it can be used for EJB services.
Permalink Comments off
XML Manipulation
SimpleXML is a commandline application and library for very simply manipulating XML files. It lets you harvest data from XML files, change values of attributes, print or change data of elements, create new elements, etc.
An alternative to XSH?
Permalink Comments off
Creating emergency boot disks
PC Plus – Tutorials – Creating emergency boot disks
KEYWORDS: Linux rescue floppy disk
Permalink Comments off
Signal zero
kill: The kill() function will send a signal to a process or a group of processes specified by pid. The signal to be sent is specified by sig and is either one from the list given in
KEYWORDS: kill -0 [pid]
Permalink Comments off
Windows Installation Customizer
nLite is a GUI for permanent Windows component removal by your choice. After removal there is an option to make bootable image ready for burning on cd or testing in virtual machines. With nLite you will be able to have Windows installation which on install doesn’t include, or even contain on cd, unwanted components.
nLite Features
- Service Pack Integration
- Component Removal
- Unattended Setup
- Driver Integration *
- Hotfixes Integration **
- Tweaks
- Patches ***
- Bootable ISO creation
Permalink Comments off
Eclipse Tutorial
Eclipse Downloads – Documentation – IDE/Platform tutorial is org.eclipse.platform.doc.user.[version].pdf.zip (v3.1 here for now).
Permalink Comments off
SiteMesh
Use SiteMesh instead of Tiles:
I think you will quickly see the benefits after going through this brief example. In summary, the main reason I like SiteMesh more than Tiles is that SiteMesh is much easier to configure and use (less typing and easier to understand). Using Tiles, you need to have your forwards go to a “tiles page” versus the direct JSP. SiteMesh takes the approach that your page (your JSP) doesn’t even know or care that it’s being decorated. Using Tiles, each individual page you want to go to has to be associated with a layout – Major pain! Every time you create a new JSP that you want to forward to, you have to create another tiles definition and associate it with a layout and forward to the Tile page (versus the JSP). Using SiteMesh, you basically code your Struts application by forwarding to JSPs just like you would if you were not using Tiles. With SiteMesh you can simply set up a URL pattern and all your pages are decorated with the layout you choose. Obviously, you can set up different URL patterns and you can have decorators invoked based on many other possibilities other than a URL mapping
Permalink Comments off
Webserver z CD
CD_SERVER is an application that allows the ability to run a website completely off a CD/DVD-ROM disc. The CD_SERVER is powered by several other open source projects, Apache, Perl, mod_perl, PHP, and MySQL.
Permalink Comments off
Ext2/Ext3 For Windows
Ext2 Installable File System For Windows provides Windows NT4.0/2000/XP with full access to Linux Ext2/Ext3 volumes (read access and write access).
KEYWORDS: Linux, drivers
Permalink Comments off
Portable Eclipse
Konfigurace Eclipse – pluginy a workspace
(Setting up an Eclipse installation for smooth upgrades)
Another solution: How To Keep Up To Date (Eclipse.org)
Permalink Comments off
Nahrazeni textu ve vice souborech
Petr Aubrecht:
find . -name Root -exec perl -pi~ -e ’s/original-text/replacing-text/’ {} â;â
Permalink Comments off
Java Graph Editor
yEd is a powerful graph editor that is written entirely in the Java programming language. It can be used to quickly generate drawings and apply automatic layouts to all kinds of diagrams and networks. yEd is available as a free download with unrestricted functionality!
Permalink Comments off
Java Obfuscator
yGuard replaces names of the packages, classes, methods, and fields and thus makes the resulting decompiled source completely unreadable.
Permalink Comments off
Better Java Logging
Just4Log is a library to enhance dynamically the performance of various logging systems inside a java application (source code is not modified).
New feature: Automatic inclusion of enter and exit log statments in every method.
Permalink Comments off
Open Source Testing – A list of open source tools for software testing professionals …
KEYWORDS: Unit test, SOAP test
Permalink Comments off
Web Services Load Testing
Load Testing Web Services with Grinder
KEYWORDS: SOAP test
Permalink Comments off
An Automated Testing Tool
JameleonJameleon is an acceptance-level automated testing tool that separates applications into features and allows those features to be tied together independently, creating test-cases. These test-cases can then be data-driven and executed against different environments. Even though it would be possible to write unit tests using Jameleon, Jameleon was designed with integration and acceptance-level testing in mind.
KEYWORDS: SOAP test
Permalink Comments off
Web Application Testing with Eclipse
Solex is a Web application testing tool built as a plug-in for the Eclipse IDE. It provides functions to record a client session, adjust it according to various parameters and replay it later typically in order to ensure non regression of the application’s behaviour (with stress testing capabilities being added at a later stage).
KEYWORDS: SOAP test
Permalink Comments off
Functional Testing Tool
Latka is a functional (end-to-end) testing tool. It is implemented in Java, and uses an XML syntax to define a series of HTTP (or HTTPS) requests and a set of validations used to verify that the request was processed correctly.
KEYAWORDS: SOAP test
Permalink Comments off
JellyUnit
JellyUnit is a Jelly based JUnit testing mechanism. This allows Jelly scripts to be used to perform unit testing which can be particularly useful if you wish to test XML, XPath, SQL, HTTP, JMS or SOAP interactions.
Permalink Comments off
Test Automation
TestMaker is a test automation framework and utility to help you understand and solve functionality, scalability and performance of services.
KEYWORDS: SOAP test
Permalink Comments off
Anteater
Anteater is a testing framework designed around Ant, from the Apache Jakarta Project. It provides an easy way to write tests for checking the functionality of a Web application or of an XML Web service.
The type of tests you can write using Anteater are:
- Send a HTTP/HTTPS request to a Web server. When the response comes back, test that it meets certain criteria. You can check for HTTP headers and response codes, and validate the response body with regexp, XPath, Relax NG, or contentEquals tests, plus some binary formats. New tests can be easily added.
- Listen for incoming HTTP requests at an given URL on the local machine. When a request comes on that URL, you can check its parameters and/or content, and send a response accordingly.
KEYWORDS: SOAP Unit Test, JUnit
Permalink Comments off
Soap Test Utility
Soap Test Utility – utility to call Web Services using the SOAP protocol. Very usefull for testing during web services development. It allows to run tests from scripts files. Services can also be called from a command line interface or using a GUI.
KEYWORDS: SOAP Unit Test, JUnit
Permalink Comments off