private Vector sortedVector(Vector vectorToSort) { Comparator byThirdElement = new Comparator() { public int compare(Object a, Object b) { String sa =...
Actually it was.. I eliminated the problem by not assigning any AppletContext at all, but by doing this: ParseNews.this.getAppletContext().showDocument(url); ...
Phil, What do you mean by 'blows up'? There are several things in your example that would lead me to believe the problem is in the data set rather than...
Maybe I'll just be more specific: Netscape 6.2 crashes upon using it, and IE 6.0 throws a ClassNotFoundException error upon both java.util.Arrays and ...
You need to limit class use to JDK 1.1 if you are going to do anything with the Microsoft VM (which is JDK 1.1.4), or the 1.1.5 JDK in Netscape. Comparator and...
Java.Util.Arrays and Java.Util.Comparator are both labelled as being 'since 1.2' in the javadoc... I don't think they are available in IE... Not quite sure...
Well, this finally works! Thanx for your help and, sadly, it's dumbed down to using "bubble sorting", NOT the best sorting solution, but I don't know offhand...
Bah. Ditch the rankingArray thing. Make the sortedArray +1 bigger than needed. Copy everything over to the "sorted array". Run a bubble sort. Ignore...
Phil, Attached is a java file implementing a class as a one-trick pony for this solution. You probably won't want to leave this as an independent class... you...
Hi folks, Trying to get JDK 1.4 logging to work, but am failing. Obviously, something is wrong with the configuration. Please help me get this right....
WEB Senior Software Engineer Position Specification: - Full-time, Permanent - Contract: NASA Peer Review Services - Location: 500 E Street, SW, Suite 200,...
Hi guys, Looking for solutions to build spreadsheet functionality into my applet. I want at least to be able to do the basic navigation using tabs and arrow ...
Tanu Bhatnagar
tanu@...
Feb 3, 2003 5:04 pm
4293
Tanu, Here are some URLs for you to take a look at. Fred http://www.bioinf.uni-hannover.de/~gnu/jspread/jspread.html ...
Does anyone have experience with and/or recommendations for credit card processing support for commerce Web sites? Is it possible to do your own application to...
Gary, Email me directly your phone number, I have a ton of recent experience with this but it is easier to talk about it, versus write it all up. Thanks, David...
David, If you write couple of lines on it everybody can benefit from it. Thanks, Ishtmeet ... __________________________________________________ Do you Yahoo!?...
Has anybody played with Eclipse SWT for writing applets? What are the pros and cons of doing it? -Tanu...
Tanu Bhatnagar
tanu@...
Feb 4, 2003 5:20 pm
4299
http://www.eweek.com/article2/0,3959,856969,00.asp February 3, 2003 IBM Looks Beyond J2EE By Darryl K. Taft IBM Corp. says the Java 2 Enterprise Edition (J2EE)...
Hi, You would definitely want to use verisign to for security. There are a lot of vendors that provide an xml interface to their system which provides real...
The proactive nature of your question based on application architechture needs to be synergized against your needs of a services-oriented architecture (SOA)...
We run websphere 3.5.4 at work with 1GB heap space. We are seeing huge GC cycles, leading to the server becoming unresponsive. Something we noticed is when the...
I was up at 5:30 this morning because I had to be at work early for an SQA audit on how FGM is performing on our SEI-CMM KPAs for level 2. My buzzword and...
David, A lot of people in the group would be interested in finding out what it takes to be CMM certified. If can put togeather a presentation at a future...
I'd love to... even more general is the topic of process improvement. CMM is one way to measure process improvement, and its the one I have some experience...
I have seen most organizations have mature processes in development and testing. What I have always found shaky was the process of requirements gathering and...