> "PC" == Paolo Ciccone <[EMAIL PROTECTED]> writes:
PC> If I understan well the doc, JServ is not going to be developed
PC> further so Tomcat is the future. See http://jakarta.apache.com.
http://jakarta.apache.org of course 8^).
Yes, JServ is in bug-fixes only mode and the JServ team is w
Hi,
> "JN" == Jacob Nikom <[EMAIL PROTECTED]> writes:
JN> However, when I looked at JAI web site and found they have only
JN> downloads for Solaris and Windows.
I have a servlet based application developed on Linux and deployed on
Win NT that uses JAI. As I needed the Windows version anyw
Hi Robert,
the "standard answer" I guess: use the Singleton-Pattern (see "Design
Patterns" by Gamma, Helm, Johnson and Vlissidis) like this:
public class Gizmo {
private static Gizmo instance = null;
private Gizmo() {
}
public static Gizmo getInstance() {
if (instance
> "S" == Steve <-> writes:
S> JMF 1.1 preferably.
As far as I remember I just grabbed it from Sun, unpacked it and it
worked out of the box for me (JDK 1.1.7 and RedHat 5.1). So I don't
think you will need any advice on it, just try it 8^).
Stefan
PGP signature
Hi Alexander,
i'm sending a direct copy to you because blackdowns majordomo doesn't
like my mails - at least sometimes.
> "AS" == Alexander Schatten <[EMAIL PROTECTED]> writes:
AS> ad 1) when I have some identation like:
I've allready seen someone pointing you to TAB. If you want to get