martes, enero 22, 2008

IBM® WebSphere® Application Server doc API

IBM® WebSphere® Application Server API

lunes, enero 14, 2008

JAR Search Bash Script

jarsearch

for i in `find . -type f -name "*.jar"`;
do (/opt/WebSphere/AppServer/java/bin/jar tf $i | grep $1) && echo $i;done



#jarsearch WebSphereRuntimePermission

viernes, diciembre 21, 2007

lunes, diciembre 10, 2007

jueves, noviembre 29, 2007

sábado, noviembre 24, 2007

jueves, noviembre 15, 2007

lunes, noviembre 12, 2007

sábado, noviembre 10, 2007

viernes, noviembre 09, 2007

Salto-db Generator - Salto-db Generator

Salto-db Generator - Salto-db Generator
Salto-db Generator can generate code from a database structure.

Historically it has been developped to generate dataobjects for the Salto persitence mechanism (aka saltodb), but now it can generate anything thanks to plugins.

Salto-db Generator connects to a database thanks to jdbc, parses the tables structures and executes a plugin. A plugin can do anything with the tables structures. Built-in plugins generate java code to access data with different ORMs from a java application. Have a look at the different plugins descriptions for more informations.

Salto-db Generator can be run from Ant or as an Eclipse plugin.

jueves, octubre 25, 2007

martes, octubre 23, 2007

Ruby in Twenty Minutes

Ruby in Twenty Minutes: "Ruby in Twenty Minutes"

To Ruby From Java

To Ruby From Java: "To Ruby From Java"

Cabeza de Ratón » VtnDrag08

Cabeza de Ratón » VtnDrag08: "Este artículo explica una manera de implementar un conjunto de ventanas con MooTools"

ScrollBar con Mootools

ScrollBar con Mootools

mootable example modified by L'ami Nuscule for better cross-browser compatibility (mainly safari v2)

mootable example modified by L'ami Nuscule for better cross-browser compatibility (mainly safari v2): "Fun table based on Mootools and mootables by Valerio Proietti and modified by L'ami Nuscule to make it fully compatible for Safari v2"

The If Works · PackR

The If Works · PackR: "PackR is a Ruby port of Dean Edwards’ MIT-licensed JavaScript compressor, Packer. It is made available as a plugin for Ruby on Rails. This version is based on Packer 3.0. You may find that the results it produces are not strictly identical to those of the JavaScript version, but the difference is just a question of how the base-62 word list is ordered — your scripts will work just like those produced with the online version. The level of compression achieved is identical between the two versions."

enunciate

enunciate: "Enunciate is a Web service deployment framework. It is not another Web service stack implementation. Rather, Enunciate leverages existing Web service technologies to provide a mechanism to build, package, deploy, and to clearly, accurately deliver your Web service API on the Java platform."

ruzee.com - Steffen Rusitschka » ShadedBorder - JavaScript Round Corners with Drop Shadow

ruzee.com - Steffen Rusitschka » ShadedBorder - JavaScript Round Corners with Drop Shadow: "ShadedBorder - JavaScript Round Corners with Drop Shadow"

miércoles, octubre 17, 2007

lunes, octubre 08, 2007

lunes, octubre 01, 2007

start [Meteora]

start [Meteora]: "Meteora is a widget engine and a set of small but useful widgets that allows you to quickly write rich and customizable web applications without having to waste time reading full pages of documentation."