Re: Problems with JBuilder 3.5 and jdk1.2 and 1.2.2

2000-05-30 Thread Stefan Bodewig
> "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

Re: Java Advanced Imaging availability on Linux

1999-12-07 Thread Stefan Bodewig
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

Re: A Global instance ?

1999-10-13 Thread Stefan Bodewig
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

Re: Java Media Framework

1999-08-04 Thread Stefan Bodewig
> "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

Re: Problems with Emacs/JDE

1999-07-12 Thread Stefan Bodewig
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