Build System

2001-06-14 Thread Jesse
I've been handed the responsibility of designing a new automatic build process. Currently we use manually edited Makefiles for all or our C, C++ & java code. We will be scrapping almost all of the C & C++, so that it will be 90% java. I would like to make it easy on the other developers, so that c

Re: Fwd: Re: Java/Linux at JavaOne

2001-06-14 Thread ed phillips
> > > >Chris! > > > > > >I missed your talk at JavaOne, and not just because it was so early in > >the morning. ;-) > > > >I missed the entire conference because I had some important things to > >take care of, i.e. work! > > > >Are you going to post slides from your presentation anywhere? Can you

Re: UNIX/Linux commands w/i Java

2001-06-14 Thread Sean OwensSean Owens
Priestley, Andy writes: > Hello Everyone! > > I'm new to this mailing list and am looking quite forward to conversing w/ you all. > > I'm attempting to put UNIX commands w/i in my Java code. A simple > example of this would be to change directories on the UNIX box and > look for files w/

Re: Fwd: Re: Java/Linux at JavaOne

2001-06-14 Thread ed phillips
Christopher Smith wrote: > > On 31 May 2001 06:45:08 +1000, Jesus M. Salvo Jr. wrote: > > > 4) Use JNI to use Linux's various asynch I/O API's. > > Option 4) is how BEA WebLogic Server does it, ( I think ). They have this > > libmuxer.so ( which is also available for Solaris -- dont know why when

Re: UNIX/Linux commands w/i Java

2001-06-14 Thread Peter Schuller
> I'm attempting to put UNIX commands w/i in my Java code. A simple example of this >would be to change directories on the UNIX box and look for files w/ a given >extension. I'm having a difficult time locating documentation on how to do this, and >more complex forms of the same idea. Do any of

Re: Choosing open source app server for linux

2001-06-14 Thread kevin1
> I've never used JBoss, but one thing that's noteworthy about Enhydra in your > situation is that it supports load balancing out-of-the-box through the use > of Enhydra Director (an apache module). Unfortunately, I am not using apache. I am using Zeus.

Re: 2.4 kernels and Java

2001-06-14 Thread Peter Schuller
> What issues have been seen using the 2.4 kernels and java 1.3 ? > Do the threading issues lessen or go away? > Do I need to change my code? I went from 2.2.15 to 2.4.3 a while back and haven't had any problems yet... -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Pe

Re: Choosing open source app server for linux

2001-06-14 Thread Peter Schuller
> First, I have no budget for this... :) > Having said that - I need to come up with an app server that handles message > driven beans and is open source, and is enterprise capable (we're expecting > massive traffic) . I have narrowed things down to Enhydra or Jboss. We run a > clustered

UNIX/Linux commands w/i Java

2001-06-14 Thread Priestley, Andy
Hello Everyone! I'm new to this mailing list and am looking quite forward to conversing w/ you all. I'm attempting to put UNIX commands w/i in my Java code. A simple example of this would be to change directories on the UNIX box and look for files w/ a given extension. I'm having a difficult