Linux

Two Search Utilities for Linux

locate If you know the name ( or part of the name ) of the file you are looking for, use 'locate'. You need to install “findutils-locate-4.2.27-12” if this command is missing in your system. locate is an indexing based search program. You should run “updatedb” for proper functioning of locate. Usually this is done using a cron job. locate will be faster than the “find” command, since it is using the index created by updatedb for searching.

Tomcat tasks using Apache Ant

Deploying to Tomcat using ANT Tomcat Web server for servlets and JSP, has become more attractive to Ant developers since it comes with custom Ant tasks for deployment. To do this action you need to copy server/lib/catalina-ant.jar from your Tomcat 5 installation into the lib directory of your Ant installation to use these tasks. The Tomcat deployment tasks are deploy, reload, and undeploy; to use them, add these taskdef elements to your build file

GWT Kick Starter

Coooool GWT I've always dreamed of having an Object-Oriented framework for developing rich web applications without having to worry about Javascript coding differences between different browsers.Google Widget Toolkit seems like the closest thing that we dreamt. Google Web Toolkit unifies client and server code into a single application written in one language: Java. GWT lets you create a web application in much the same way as you would create a Swing application---creating visual components, setting up event handlers,

Red Hat Developer Studio

Exadel and Red Hat are Partnering to Open Source Exadel Studio Pro as Red Hat Developer Studio

RCS 2 CVS Migration

The provided scripts migrates an RCS directory to a CVS repository with out loosing history and logging information associated with the files.
Syndicate content