2003-09-25

Integrating Struts, Tiles, and JavaServer Faces

Struts et JSF together! Integrating Struts, Tiles, and JavaServer Faces

2003-09-17

roumanoff.com is patched with openssh3.7p1

[Full-Disclosure] new ssh exploit? It was difficult because the configure option
--with-ssl-dir
is not explicit: should point to you openSSL installation directory, in fact it should point to your openssl include files, while you configure by another mean (LD_LIBRARY_PATH) the location of the library. This means the configure script doesn't take into account the particular version of openSSL I want to use. and I have to launch configure with
LD_LIBRARY_PATH=/path/to/openssl/lib ./configure --with-ssl-dir=/path/to/openssl/include
make is alsmost no problem after you edit the Makefile to replace -L/path/to/openssl/include with -L/path/to/openssl/lib As far as I understand, the specified ssl-dir must contains both the include and lib dir at the same level.

2003-09-12

JamesHolmes.com Java Server Faces Resources

Everything there is to know about JSF http://www.jamesholmes.com/JavaServerFaces/

BLOGGER

2003-09-11

Formations Java et Open Source par PRC