Hey all, My company is a small startup that is poised for some growth and we were considering getting a small booth at JavaOne. I was wondering if anyone ...
Ken Schwaber will be holding a Certified ScrumMaster Course at the Boulder offices of Rally Software Development Corp. on May 26-27. There are still a number...
... spenex [spenex@...] wrote Hello, I am new to djug and am looking for a good IDE (JBuilder,JCreator,etc). Is there a concensus on which one is the ...
... Personally I like Eclipse as a free IDE. I hear that IntelliJ is great but I haven't shelled out the cash for it to test that. I like Eclipse a lot because...
Does anyone know of a good Java toolset/tool/library to do web page html "scraping"? You know, the equivalent of yesteryear's "screen scraping". I guess we...
One more thing. Someone else had mentioned that Eclipse does not have support for designing UIs. There is actually a great plugin for it that is commercial...
I think what you're looking for is something to parse the HTML of a web page, and get information from it. It would be an easy matter to download the web page,...
Your best bet is to use HttpClient from Apache. http://jakarta.apache.org/commons/httpclient/ Great utility with lots of features. You can also use wget....
Eclipse,. hands down. I've used Netbeans (and its ugly sister, Forte for Java) extensively, too. Al three of these are free, although Sun charges a premium...
It wasn't clear if the the original poster is new to DJUG or Java, if it's the latter avoid IDE's until you can install/configure the JDK, compile/run apps...
I agree, I hadn't even thought about that but it's a good idea to get some fundamental understanding before jumping into an IDE that does lots of stuff for...
I've done a lot of screen-scraping in my time, using HLLAPI for IBM3270 screens, my home grown 3270 image decoder, even scraped VT1xx screens. For Web-scraping...
Charles One product that we have done an evaluation of is called Kapow. Go to http://www.kapowtech.com/ They call it web clipping. Roger Ball ... darned...
A library that can be used to parse the page is JTidy. Assuming that you know the format of the page you are "scraping" you can then grab the information you...
hi all, here is a question about communication between EJBs in two .jar files. Suppose say that there are two jar files Jar1 and Jar2 Can I access EJBs in Jar2...
I am trying to schedule a job to start automatically. I have created a jar file using eclipse(thanks to those who suggested eclipse). If I double click the...
You'll prob have to excute as "java -jar yourjarfile.jar". A jar is same as a .zip file -- just a compressed archive and isn't an executable. -Dustin ... ...
What do companies use to measure a developer's performance? Lines of code and/or number of bugs found/fixed* doesn't work. And if the software they write is...
I believe that "Local" just refers to the same JVM, so it depends on how your container works. In my opinion, the whole local/remote is something that should...
I have done a good deal of research on this method. My research has uncovered this method doesn't work very well. I have been trying to use it and have had...
Ed, I also found this method perplexing, but I have it working well now. We are using a Windows 2000 server with JDK 1.4 and Tomcat 4.1.24. Try the following: ...
I have an applet that connects to a servlet to retrieve data from a database. Is there a way for the applet to get its data from something other than a...
Brett, I've come across similar things in the past. The servlet limitation is pretty hard and fast, but you can use your servlet as a proxy for the PHP stuff. ...
hi guys, does anyone have a sample software architecture document? I am looking for a sample document to create a real one. I appreciate any information in...
hi all, I would like to seek your thoughts and input in a design issue I am currently working on. The issue description is attached (ascii text file) I would...
Hi everyone. I'm going to be doing a J2ME bootcamp at the upcoming DJUG meeting next week and thought I'd try something a little different, a pre-presentation...
Anyone here involved in writing Eclipse plugins? I am getting started with it and would like to discuss the topic with more seasoned plugin developers. Please...
Jeremy Whitlock
jwhitlock81@...
Jun 14, 2004 3:05 pm
132
Thought this was interesting and worth sharing with the JUG. There's a brief summary of the article I snagged from /. at the bottom and links below to the /....
... Well, as Benjamin Disraeli once said: "There are three kinds of lies: lies, damned lies, and statistics." With that in mind, take what *I'm* about to say...