Search the web
Sign In
New User? Sign Up
djug-discuss · Denver JUG Discussion Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 104 - 133 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
104
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 ...
Eric Weidner
esweid01
Offline Send Email
Apr 9, 2004
7:52 pm
105
I couldn't tell you - I've never been. I've heard its 11,000 to exhibit, which seems like a lot. Matt...
Matt Raible
matt_raible
Online Now Send Email
Apr 10, 2004
8:43 pm
106
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...
Dave Muirhead
muirheadd
Offline Send Email
Apr 27, 2004
11:02 pm
107
... 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 ...
Joel Frederick
kg0il
Offline Send Email
May 6, 2004
7:49 pm
108
... 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...
Derek Chen-Becker
dcb1877
Offline Send Email
May 6, 2004
10:00 pm
109
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...
chuckspublicprofile
chuckspublic...
Offline Send Email
May 6, 2004
10:00 pm
110
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...
Derek Chen-Becker
dcb1877
Offline Send Email
May 6, 2004
10:06 pm
111
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,...
David A. Bartmess
dingodave_co
Offline Send Email
May 6, 2004
11:36 pm
112
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....
Breese, Dustin
DBreese2
Offline Send Email
May 7, 2004
3:52 am
113
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...
Breese, Dustin
DBreese2
Offline Send Email
May 7, 2004
4:07 am
114
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...
Ryan Graham
ryangraham54
Offline Send Email
May 7, 2004
5:01 am
115
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...
Derek Chen-Becker
dcb1877
Offline Send Email
May 7, 2004
9:57 pm
116
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...
shantanukarve
Offline Send Email
May 8, 2004
12:06 am
117
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...
cokidfin
Offline Send Email
May 9, 2004
6:15 pm
118
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...
Joel Frederick
kg0il
Offline Send Email
May 10, 2004
1:44 pm
119
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...
web dev
programming95
Offline Send Email
May 11, 2004
3:06 pm
120
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...
spenex
Offline Send Email
May 11, 2004
9:16 pm
121
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 ... ...
Breese, Dustin
DBreese2
Offline Send Email
May 11, 2004
9:29 pm
122
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...
Ryan Graham
ryangraham54
Offline Send Email
May 12, 2004
1:59 pm
123
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...
Derek Chen-Becker
dcb1877
Offline Send Email
May 12, 2004
9:08 pm
124
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...
spenex
Offline Send Email
May 12, 2004
9:31 pm
125
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: ...
Ann Horton
ann_horton
Offline Send Email
May 12, 2004
10:42 pm
126
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 Paul
theicemage
Online Now Send Email
May 12, 2004
10:49 pm
127
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. ...
Scott Davis
ScottDavis99
Offline Send Email
May 13, 2004
3:03 pm
128
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...
web dev
programming95
Offline Send Email
May 14, 2004
3:51 am
129
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...
web dev
programming95
Offline Send Email
May 15, 2004
8:53 pm
130
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...
Sue Spielman
sue_spielman
Offline Send Email
May 31, 2004
6:36 pm
131
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@...
Send Email
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 /....
Greg Ostravich
gostrav
Offline Send Email
Jun 16, 2004
7:26 pm
133
... 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...
Derek Chen-Becker
dcb1877
Offline Send Email
Jun 17, 2004
2:24 pm
Messages 104 - 133 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help