Search the web
Sign In
New User? Sign Up
djug · Denver Java Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 1126 - 1155 of 2118   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1126
hi all, The requirement is to access a codes table using a dao. which one of the following is a good option: 1)Have a stateless session bean provide the...
web dev
programming95
Offline Send Email
Feb 2, 2004
4:54 pm
1127
All, This is a reminder that the new Object Oriented Architecture special interest group of the Denver JUG kicks off at 6:15 p.m. this Wednesday. This group...
Tom McQueeney
tom_djug
Offline Send Email
Feb 2, 2004
8:13 pm
1128
I'm not quite sold on self-encapsulating fields yet. I usually create only small, final classes anyway, so the danger of losing track of what I'm doing to my...
Calen Martin D. Legas...
calenmartin
Offline Send Email
Feb 3, 2004
5:12 pm
1129
We the setter methods on self-encapsulating fields for keeping track of a nullable and dirty state in our data transfer objects. We treat an empty string as a...
gvanmatre@...
gvanmatre
Offline Send Email
Feb 3, 2004
6:03 pm
1130
Does anyone know of a good toolset useful when writing screen scrapers? I'm specifically concerned with what I laughingly call the "anti-Tomcat" - something...
Bear Giles
beargiles
Online Now Send Email
Feb 3, 2004
6:13 pm
1131
The location of our meeting has changed for tonight (just a little). Instead of meeting in the conference room on the 3rd floor of the Tatterred Cover Lodo, we...
mswolfson
Offline Send Email
Feb 3, 2004
7:08 pm
1132
Hi! I've drafted a set of coding standards for my team and would like your opinions on them. Any suggestions will be much appreciated. 1. Keep to the...
Calen Martin D. Legas...
calenmartin
Offline Send Email
Feb 4, 2004
3:38 am
1133
Personally, I wouldn't forbid scriplets. If you use JSTL, you should definitely be able to avoid them - but *forbidding* them just sounds like bad politics....
Matt Raible
matt_raible
Online Now Send Email
Feb 4, 2004
3:50 am
1134
Replying inline... ... I'd also push for javadoc on methods on interfaces. I tend not to bother about javadoc for methods on classes, waste of time. ... Value...
Henri Yandell
flamefew
Offline Send Email
Feb 4, 2004
2:12 pm
1135
Oh, one last idea. If you use Maven as your build system, or centipede or jjar or something, you can have a centralised jar repository which contains permitted...
Henri Yandell
flamefew
Offline Send Email
Feb 4, 2004
2:27 pm
1136
I agree on the patterns rant. I think overdesigning is as much a problem as underdesigning, and overuse of patterns is a big contributor. The best advice I...
Derek Chen-Becker
dcb1877
Offline Send Email
Feb 4, 2004
2:34 pm
1137
Bear, I'm not so sure what you mean by 'anti-Tomcat', but there is a project called HttpUnit, designed for black-box testing of web apps that could easily be...
eric scroger
metameat
Offline Send Email
Feb 4, 2004
9:43 pm
1138
... I think there are other reasonable cases where a class need not implement an interface, for example, a type-safe enumeration class or a utility class such...
Patrick Taylor
patdtaylor2000
Offline Send Email
Feb 4, 2004
10:44 pm
1139
Commons HttpClient [jakarta.apache.org/commons/httpclient] is another which might fit your needs. Which definitely handles SSL and authentication, I think...
Henri Yandell
flamefew
Offline Send Email
Feb 5, 2004
1:47 am
1140
Out of curiosity has anyone ever successfully gotten Apache to work WITH tomcat on Windows? I extremely incorrectly thought this was a fairly straght forward...
Lee Wenger
wenger2k
Online Now Send Email
Feb 5, 2004
2:20 am
1141
You can check out my HowTo - it's worked for me several times: http://raibledesigns.com/tomcat/ Other things you might look are Out-of-the-box...
Matt Raible
matt_raible
Online Now Send Email
Feb 5, 2004
3:17 am
1142
Lee: I've done it with Apache 2.0.x, Tomcat 4.1.x, and mod_jk.dll (I think 1.3.27 is the current version number; seems I've used some in the 1.2.x range too)...
Tim Berglund
tlberglund
Offline Send Email
Feb 5, 2004
3:18 am
1143
Perfect! I've been trying to get the jk2 version working but your help document for the older jk approach hit the spot... I've simply run out of time to "play"...
Lee Wenger
wenger2k
Online Now Send Email
Feb 5, 2004
3:32 am
1144
In case you haven't heard, 1.5 beta has been released.A summary of the new features can be found at http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html...
Eric R. Turner
eric_r_turner
Offline Send Email
Feb 5, 2004
1:46 pm
1145
I tried jk2 as well a year or so ago and gave up. I got it to work, sort of, but some URLs just didn't work, some did. G ... From: Lee Wenger...
george.allaman@...
gallaman1
Offline Send Email
Feb 5, 2004
5:42 pm
1146
I've had great success using jk2 when I've used Out-of-the-box (ejbsolutions.com) to install it (on Fedora, Win2000 and XP). Also, the IIS JK2 installer works...
Matt Raible
matt_raible
Online Now Send Email
Feb 5, 2004
6:25 pm
1147
DJUG, I am currently writing an app called DBPirate, http://dbpirate.dev.java.net <http://dbpirate.dev.java.net/> , and one functionality is to export...
Jeremy Whitlock
jwhitlock@...
Send Email
Feb 5, 2004
8:29 pm
1148
Don't know if it works for you, but part of Tiger (J2SE 1.5 Beta) is a concrete ResultSet implementation that exports to XML (albeit all RowSet info, bot just...
Derek Chen-Becker
dcb1877
Offline Send Email
Feb 5, 2004
9:39 pm
1149
Jeremy, I don't know of any canonical sources on XML naming conventions, but here are some personal thoughts: At the risk of starting a holy war, I would favor...
Scott Davis
ScottDavis99
Offline Send Email
Feb 5, 2004
10:30 pm
1150
Derek, Thanks. It explains how a RowSet will be written to an XML file similar to Serializing the object. It writes all information pertaining to the RowSet...
Jeremy Whitlock
jwhitlock@...
Send Email
Feb 5, 2004
11:03 pm
1151
Scott, Nice insight. I agree with your ideas. The schema idea is great. I like it and it would be very nice. The ultimate goal is to build a small...
Jeremy Whitlock
jwhitlock@...
Send Email
Feb 5, 2004
11:03 pm
1152
As a reply to my post, a friend of mine in another list (http://groups.yahoo.com/group/pinoyjug) posted this link about code as "good citizens": ...
Calen Martin D. Legas...
calenmartin
Offline Send Email
Feb 6, 2004
10:01 am
1153
In case you haven't heard, 1.5 beta has been released.A summary of the new features can be found at http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html ...
Eric R. Turner
eric_r_turner
Offline Send Email
Feb 6, 2004
4:00 pm
1154
DJUG, As for just a simple output, what do you think about this: <results> <row> <EM_KEY>81</EM_KEY> <EM_PYKEY>0001</EM_PYKEY> <EM_DPKEY>SUPV</EM_DPKEY> ...
Jeremy Whitlock
jwhitlock@...
Send Email
Feb 6, 2004
10:59 pm
1155
Nice, you would still some meta data about the query I think ... g __________ Pedro Pacheco GE Power Systems Network Reliability Services 2000 South Colorado...
pedro.pacheco@...
pedro_pacheco
Offline Send Email
Feb 6, 2004
11:08 pm
Messages 1126 - 1155 of 2118   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