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...
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...
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...
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...
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...
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...
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...
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....
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...
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...
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...
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...
... 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...
Commons HttpClient [jakarta.apache.org/commons/httpclient] is another which might fit your needs. Which definitely handles SSL and authentication, I think...
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: 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)...
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"...
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...
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...
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@...
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...
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...
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@...
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@...
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": ...
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 ...
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@...
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...