» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Technical + Java

DDL Visualizer - Visualize firebird sql script with Netbeans

Read the tutorial here .You can find source code here and NBM here.

Firebird: Firebird News

cheat sheet | edocr

Cheat sheets for applications and technical help

XML: del.icio.us/tag/xml

find based tools

find” is one of the most useful program/command in a unix[-like] environment.

I wrote two small shell scripts based on it.


vf stands for “Vi[m] Find”, you type

vf '*Servlet.java'

and it will open in your editor ($EDITOR) the first file ending with “Servlet.java” that it’ll find in the current tree (the current dir and its subdirs, recursively).


fijar stands for “Find In JAR”. You can type

fijar 'Servlet'

and it will scan all the jars in the current directory to list the ones with files whose name contain the ‘Servlet’ string. If you add the ‘-r’ option, it will search in all the jars in the current directory and in the subdirs, recursively.


Just thought it might interest some hardcore command line coders. I’ll try to add more of my scripts there : http://www.openwfe.org/tools/.

After a discussion with my colleague Alain Hoang, I release those two scripts under the MIT License, which is very close to ‘public domain’. Thanks for the hint Alain.

openwfe: Processi

The Blog Ride - The Vietnam of Computer Science

An interesting paper about object relational mapping.... But what does Vietnam have to do with it?

Hibernate: del.icio.us tag/hibernate