Re: [Biojava-l] Java Resource Management [a semi troll...]

2003-02-10 Thread Thomas Down
On Sun, Feb 09, 2003 at 04:56:28PM -0500, Dave Keller wrote: > > >This is why I think i have alot of reluctance to move to Java; C is by far > >my prefered strongly-typed, "non-scripting" language. But I am a > >dinosaur... > > > > > Nothing wrong with that, C is an excellent language and there i

[Biojava-l] accessing blast and genbank

2003-02-10 Thread jawue001
Hi. I am wondering if there exists an implementation to access databases (like blast) from within Java (without the webinterface). I have seen it as Perl modules, but I rather need it for Java. I have read the mailing list and found the link to the "Blast Java Library" by Patrick McConnell. Can a

Re: [Biojava-l] accessing blast and genbank

2003-02-10 Thread David Huen
On Monday 10 Feb 2003 9:32 am, [EMAIL PROTECTED] wrote: > Hi. I am wondering if there exists an implementation to access databases > (like blast) from within Java (without the webinterface). I have seen it > as Perl modules, but I rather need it for Java. If you mean here accessing FORMATDB databa

Re: [Biojava-l] Java Resource Management [a semi troll...]

2003-02-10 Thread Simon Brocklehurst
Ewan Birney wrote: Ewan, The issues in that memo are real. Are those *really* the reasons for your reluctance to move to Java? Are you sure it's not more of a "not wanting to start all over again" kind of learning issue? I remember very well when I switched from C to Java in 1997, it was pr

Re: [Biojava-l] accessing blast and genbank

2003-02-10 Thread Thomas Down
On Mon, Feb 10, 2003 at 10:48:53AM +, David Huen wrote: > > > I have read the mailing list and found the link to the "Blast Java > > Library" by Patrick McConnell. Can anyone tell me if this is the right > > way to go? As I understand, an external program is called (the original > > blast softw

Re: [Biojava-l] Java Resource Management [a semi troll...]

2003-02-10 Thread Ewan Birney
On Mon, 10 Feb 2003, Simon Brocklehurst wrote: > Ewan Birney wrote: > > Ewan, > > The issues in that memo are real. Are those *really* the reasons for > your reluctance to move to Java? Are you sure it's not more of a "not > wanting to start all over again" kind of learning issue? > > I rem

Re: [Biojava-l] Java Resource Management [a semi troll...]

2003-02-10 Thread Thomas Down
On Sun, Feb 09, 2003 at 09:24:07PM +, Ewan Birney wrote: > > > I know... this is a troll but it sort of resonates with me about the > way Java development works - people have to fix on a JVM version to get > real like-a-rock stability and work about bugs in that release, and > Java is ju

Re: [Biojava-l] Java Resource Management [a semi troll...]

2003-02-10 Thread Simon Brocklehurst
Ewan Birney wrote: On Mon, 10 Feb 2003, Simon Brocklehurst wrote: Ewan Birney wrote: True. Probably more of my reluctance is the relearning curve. But I often my algorithms try to use all the memory of the machine, and if I start running some extra overhead I wont be happy... ... but, yes, it

Re: [Biojava-l] Java Resource Management [a semi troll...]

2003-02-10 Thread Phillip Lord
Ewan> For guys who do run Java as part of their production code in Ewan> bioinformatics, Ewan> (a) do you have versioning problems over time? Versioning with Java is a pain in the ass. We seem to get repeated problems with different versions both in terms of point releases, and versions o

Re: [Biojava-l] Java Resource Management [a semi troll...]

2003-02-10 Thread Bill Torcaso
Ewan, As an old-time C programmer who never learned C++ but is very happy with Java, I have a question about your comment, "my algorithms try to use all the memory of the machine". What do you do about malloc() and free()? It seems to me that the most significant part of the "contract" betwe

Re: [Biojava-l] Java Resource Management [a semi troll...]

2003-02-10 Thread Ewan Birney
On Mon, 10 Feb 2003, Bill Torcaso wrote: > > Ewan, > > As an old-time C programmer who never learned C++ but is very happy with > Java, I have a question about your comment, "my algorithms try to use > all the memory of the machine". What do you do about malloc() and > free()? It seems to me t

[Biojava-l] Re: Java Resource Management [a semi troll...]

2003-02-10 Thread Brian King
Most of the bugs and version problems I've seen are in the Java GUI libraries. It can be difficult to write GUI code that works the same way on all of your supported platforms. There isn't much of a way around it other than a lot of testing. Code to a common version (1.3 now?), but test on seve

[Biojava-l] Extensions not available to my executable Jars

2003-02-10 Thread andy hammer
I have done away with adding biojava.jar ect... to my classpath and have put them in the jre\lib\ext directory as "Installed Extensions." My application compiles and runs perfectly. However, when I jar it into an application, it cannot access the biojava.jar files. There is no error, the applica