Developing Rich EJB Clients
With GlassFish
GlassFish provides features to make it easy to develop stand alone, Java
Swing based EJB clients. In this article we explain how to take
advantage of these features.
Introduction
To Maven 2
Maven is a tool used to build Java code, similar to ANT. However Maven
has a number of advantages over ANT, the main one being it being able to
automatically download a project's dependencies from a central
repository.
Unlocking
Excel Spreadsheets With JExcelApi
With a little bit of programming expertise and the help of a Java
library called JExcelApi, we can fairly easily unlock an Excel
spreadsheet. This article explains how.
Obtaining
a visitor's IP Address From a Java Servlet Or JSP
This article/live demo explains how to obtain a user's IP address from a
Java Servlet or JSP.
Getting
JDeveloper Going on Linux
This article explains the steps required to successfully install and use
JDeveloper on Linux, the process involves modifying some of the included
shell scripts and configuration files.
Introduction
to Squirrel SQL Database Client, Part I
Squirrel SQL is a powerful SQL client that can connect to any JDBC
supported RDBMS. In this article we cover how to set up Squirrel SQL to
connect to our RDBMS of choice.
Introduction to Squirrel SQL
Database Client, Part II
Squirrel SQL is a powerful SQL client that can connect to any JDBC
supported RDBMS. In this article we cover some of the most powerful
Squirrel SQL features, including visually viewing and editing database
data, SQL code completion and database schema reverse engineering.
Setting up ATI Radeon
XPress 200M Under Linux
A guide to setting up the ATI Radeon XPress 200M video card under Linux,
including 3D acceleration.
How To Display A
StackTrace In The Browser Window
The need to go to a log file to see error messages makes debugging Java
applications a slow and tedious process. In this article we discuss a
way to send stack traces to the browser, speeding up the debugging of
web applications considerably.
Using
Nautilus as an FTP client.
Nautilus, GNOME's default file manager, is more than a file manager.
This article explains how to use it as an FTP client.
Importing CSV Files to PostgreSQL
Databases.
Postgresql has some built in functionality to ease importing CSV files,
this articles explains how to take advantage of them.
Transfering MySQL Data Easily.
An overview on how to easily transfer data from one MySQL instance to
another.
Project Tracking With
Trackit.
Getting started guide for Trackit, is an open source project tracking
tool similar to Alassian JIRA and Mercury test director. Trackit is
written in Java using the AJAX based Echo2 web application framework.
Unlocking
PDFs with iText.
A guide to unlocking PDFs with the open source iText Java library.