[OT]Re: Setting up a Java development environment the debian way.

2005-06-23 Thread Aurélien Campéas
Le jeudi 23 juin 2005 à 12:59 +1200, Simon Kitching a écrit : > On Wed, 2005-06-22 at 18:21 +0200, Aurélien Campéas wrote: > > Le mercredi 22 juin 2005 à 16:05 +0100, Alan Chandler a écrit : > > > > > > > For the record, the static typing in Java is acknowledged as one of the > > worst imaginable

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Simon Kitching
On Wed, 2005-06-22 at 18:21 +0200, Aurélien Campéas wrote: > Le mercredi 22 juin 2005 à 16:05 +0100, Alan Chandler a écrit : > > > > For the record, the static typing in Java is acknowledged as one of the > worst imaginable (in short : it is mandatory but you have to go through > its backdoor (re

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Alan Chandler
On Wednesday 22 June 2005 18:29, Alan Chandler wrote: > Have you done this? It doesn't appear to be working for me - the error > below is the same for > > jre-1_5_0_03-linux-i586.bin > j2sdk-1_4_2_08-linux-i586.bin > jdk-1_5_0_03-linux-i586.bin > > [EMAIL PROTECTED] dev $ fakeroot make-jpkg jre-1_

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Alan Chandler
On Wednesday 22 June 2005 11:28, Graham Smith wrote: > > As for installing Java I recommend using java-package. It's quick and > easy and seems to work with all the modern VM packages. > Have you done this? It doesn't appear to be working for me - the error below is the same for jre-1_5_0_03-l

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Aurélien Campéas
Le mercredi 22 juin 2005 à 17:20 +0100, Alan Chandler a écrit : > On Wednesday 22 June 2005 12:24, Adam Hardy wrote: > ... > > I use JBoss, Tomcat, Sun JDK, Eclipse, ant (or > > maven) and I have no issues. > > > > I am beginning to get a picture. But one thing is still confusing me on the > ser

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Aurélien Campéas
Le mercredi 22 juin 2005 à 09:59 -0600, Glenn English a écrit : > On Wed, 2005-06-22 at 08:01 +0100, Alan Chandler wrote: > > > 2) What run time environment Don't try anything other than Sun JDK (especially *not* the blackdown javas). > > I'm using Sun's JDK 5 (or whatever they're calling it t

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Aurélien Campéas
Le mercredi 22 juin 2005 à 16:05 +0100, Alan Chandler a écrit : > On Wednesday 22 June 2005 14:48, Aurélien Campéas wrote: > > Le mercredi 22 juin 2005 à 08:01 +0100, Alan Chandler a écrit : > ... > > > I am a complete newbie as far as java is concerned. > > > > Then, allow me to question your choi

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Alan Chandler
On Wednesday 22 June 2005 12:24, Adam Hardy wrote: ... > I use JBoss, Tomcat, Sun JDK, Eclipse, ant (or > maven) and I have no issues. > I am beginning to get a picture. But one thing is still confusing me on the server end. What is the difference between JBoss and Tomcat. The JBoss web site s

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Glenn English
On Wed, 2005-06-22 at 08:01 +0100, Alan Chandler wrote: > 1) What tools do I need to develop the application. This includes code > editiing, build environment, unit testing, I tried to setup eclipse on my > workstation but there are unsatisfied dependencies (java runtime?). On sarge, I'm usin

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Alan Chandler
On Wednesday 22 June 2005 14:48, Aurélien Campéas wrote: > Le mercredi 22 juin 2005 à 08:01 +0100, Alan Chandler a écrit : ... > > I am a complete newbie as far as java is concerned. > > Then, allow me to question your choice of Java as a web development > language & platform. > > Are you a newbie

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Aurélien Campéas
Le mercredi 22 juin 2005 à 15:48 +0200, Aurélien Campéas a écrit : > Le mercredi 22 juin 2005 à 08:01 +0100, Alan Chandler a écrit : > > I have decided the time has come to learn java and use it to develop some > > web > > based applications. In particular I have a family tree project I want to

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Aurélien Campéas
Le mercredi 22 juin 2005 à 08:01 +0100, Alan Chandler a écrit : > I have decided the time has come to learn java and use it to develop some web > based applications. In particular I have a family tree project I want to > conduct. > > I am a complete newbie as far as java is concerned. Then, al

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Simon Kitching
On Wed, 2005-06-22 at 12:24 +0100, Adam Hardy wrote: > On 22/06/05 10:53 Simon Kitching wrote: > > Personally I think you're buying yourself a world of pain if you try to > > do servlet/ejb/etc java development using the free java tools. They are > > definitely getting better and are useable for so

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Andrey Andreev
Adam Hardy wrote: > On 22/06/05 10:53 Simon Kitching wrote: >> Personally I think you're buying yourself a world of pain if you try to >> do servlet/ejb/etc java development using the free java tools. They are >> definitely getting better and are useable for some tasks but aren't >> completely ther

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Adam Hardy
On 22/06/05 10:53 Simon Kitching wrote: Personally I think you're buying yourself a world of pain if you try to do servlet/ejb/etc java development using the free java tools. They are definitely getting better and are useable for some tasks but aren't completely there yet. I re-read that 3 time

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Bob
Alan Chandler wrote: [snipped...] So my questions are: 1) What tools do I need to develop the application. This includes code editiing, build environment, unit testing, I tried to setup eclipse on my workstation but there are unsatisfied dependencies (java runtime?). You'll need a build

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Graham Smith
Alan Chandler wrote: I have decided the time has come to learn java and use it to develop some web based applications. In particular I have a family tree project I want to conduct. I am a complete newbie as far as java is concerned. I have two debian environments. Server: Runs Sarge - and

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Simon Kitching
On Wed, 2005-06-22 at 10:17 +0100, Alan Chandler wrote: > Ms Linuz writes: > > > Alan Chandler wrote: > ... > >>So my questions are: > >> > >>1) What tools do I need to develop the application. This includes code > >>editiing, build environment, unit testing, I tried to setup eclipse on my >

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Hal Vaughan
On Wednesday 22 June 2005 05:17 am, Alan Chandler wrote: > Ms Linuz writes: > > Alan Chandler wrote: > > ... > > >>So my questions are: > >> > >>1) What tools do I need to develop the application. This includes code > >>editiing, build environment, unit testing, I tried to setup eclipse on my > >

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Alan Chandler
Ms Linuz writes: Alan Chandler wrote: ... So my questions are: 1) What tools do I need to develop the application. This includes code editiing, build environment, unit testing, I tried to setup eclipse on my workstation but there are unsatisfied dependencies (java runtime?). Netbe

Re: Setting up a Java development environment the debian way.

2005-06-22 Thread Ms Linuz
Alan Chandler wrote: >I have decided the time has come to learn java and use it to develop some web >based applications. In particular I have a family tree project I want to >conduct. > >I am a complete newbie as far as java is concerned. > >I have two debian environments. > >Server: Runs Sarg

Setting up a Java development environment the debian way.

2005-06-22 Thread Alan Chandler
I have decided the time has come to learn java and use it to develop some web based applications. In particular I have a family tree project I want to conduct. I am a complete newbie as far as java is concerned. I have two debian environments. Server: Runs Sarge - and is running Apache2 and