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...
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 312 - 341 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
312
Does anyone have experience using the Hibernate XML mapping feature to map tables to a DOM? The documentation calls this feature 'experimental', and we are...
Allaman, George
gallaman1
Offline Send Email
Jun 1, 2005
8:37 pm
313
How do you create and use your domain objects? I currently created my domain objects as Java beans, to take advantage of BeanUtils and other bean-related...
Calen Martin D. Legaspi
calenmartin
Offline Send Email
Jun 8, 2005
6:15 am
314
... Hash: SHA1 ... I have never used BeanUtils, but some frameworks allow you to make the no-arg constructor private. Is this a possibility? Another approach...
Jim McMaster
mcmaster_tat...
Offline Send Email
Jun 8, 2005
2:12 pm
315
Lajos excellent presentation last night reminded me of this movie <http://imdb.com/title/tt0308808/> that I totally enjoyed and that I think is required...
Allaman, George
gallaman1
Offline Send Email
Jun 9, 2005
4:06 pm
316
I am using Eclipse. I have created a program to automate ftping files. When i use eclipse to run the program, it works fine but when I export the program to a...
spenex
Offline Send Email
Jun 9, 2005
7:43 pm
317
spenex wrote: I am using Eclipse. I have created a program to automate ftping files. When i use eclipse to run the program, it works fine but when I export the...
James J. Humphrey
humpjj
Offline Send Email
Jun 9, 2005
7:57 pm
318
Software isn't by any means the only example of "the bottom dropping out of a market" (not that I accept that assertion anyway) as a result of people doing...
Simon Roberts
thorpflyer@...
Send Email
Jun 10, 2005
4:25 am
319
I'm a little late on this thread, but I'm not a big fan of interfacing domain objects. Interfaces are normally reserved from multiple implementations. When...
Brian Pontarelli
brokenwren
Offline Send Email
Jun 10, 2005
7:25 pm
320
I have been meaning to give WSUnit a workout. This tool sounds like it could be beneficial to you. https://wsunit.dev.java.net/ From the website: "WSUnit is a...
Franz Garsombke
fgarsombke
Online Now Send Email
Jun 15, 2005
6:42 pm
321
This has some interesting options. I hadn't seen my question flow across for a couple of days and we ended up arriving on a different solution. We are using...
Frederick, Joel
kg0il
Offline Send Email
Jun 15, 2005
7:07 pm
322
I checked the archives of this group for report generation/generator and got no hits. Any suggestions? We're looking for tool(s) that can easily * serve...
Owen Newnan
ONewnan@...
Send Email
Jun 23, 2005
3:20 pm
323
Hello, we've implemented container based security (FORM based) on our web application and now we would like to implement it on our ejb layer as well. I...
Brian Rook
brian_rook1717
Offline Send Email
Jul 8, 2005
2:52 pm
324
Here's a real softball question(?) since there hasn't been a whole lot of activity on the list. I'm working on developing a set of development guidelines...
Brian Rook
brian_rook1717
Offline Send Email
Jul 13, 2005
3:08 pm
325
The Sun User Experience Team is looking for Enterprise Developers that are familiar with Sun, manage Sun services or are interested in patch updates to take...
sunstudy2@...
Send Email
Jul 13, 2005
5:17 pm
326
I changed an application I wrote to use Log4J instead of the home grown Debug method I'd been using. The application I am working on is packaged into a jar...
Greg Ostravich
gostrav
Offline Send Email
Jul 13, 2005
6:01 pm
327
I believe you can use JMX to hook into Log4j and do this. Either that or possibly the Chainsaw project. Matt...
Matt Raible
matt_raible
Offline Send Email
Jul 13, 2005
6:16 pm
328
I include the file in the jar but I first look at an outside location and use that file. If you want to get fancy I use JMX and I can change the level on the...
javamann@...
phaidinyak
Offline Send Email
Jul 13, 2005
6:27 pm
329
If you are using Java5, collections with generics should remove the casting uncertainty. All the concrete collections classes are serializable, as long as...
Jim McMaster
mcmaster_tat...
Offline Send Email
Jul 13, 2005
9:44 pm
330
Just wanted to say thanks to Matt and Pete. For this project I'm going to use the outside file as an 'over-ride' if it exists. Maybe next time I'll try and use...
Greg Ostravich
gostrav
Offline Send Email
Jul 14, 2005
2:57 pm
331
Greg - There's also the option of programmatically changing the logging level. I usually do this with websites so that I can turn the logging up and down at...
Tom Witmer
mycattypes4me2
Offline Send Email
Jul 14, 2005
3:42 pm
332
I am having trouble configuring permission for the dead letter queue and in JBoss 3.2.5. Does anyone have any insight? Thanks, Greg Scott...
gascott_80209
Offline Send Email
Jul 16, 2005
12:50 pm
333
Has anyone had any experiences with horizontally cloning JBoss 3.2.5? Any insight is appreciated. Thanks, Greg Scott...
gascott_80209
Offline Send Email
Jul 24, 2005
2:30 pm
334
Are you a software developer with an interest in mobile technologies like J2ME, Palm OS, Blackberry or Windows Mobile? Colorado Mobile Developers is the...
David Beers
davidsvisor
Offline Send Email
Jul 25, 2005
8:20 pm
335
News from Manning User Group Program! ** Group Leaders -- Register your Group with Manning's User Group Program and win a Manning book! ** Exclusive ebook...
Helen Trimes
htrimes
Offline Send Email
Jul 28, 2005
8:08 pm
336
Dear Denver Java Users Group: The Colorado Front Range Storage Networking User Group (COFR=SNUG) would like to invite you and your colleagues to their...
Elizabeth Hickman
mehickmanspevak
Offline Send Email
Aug 11, 2005
10:58 pm
337
University of Colorado at Denver and Health Sciences Center Continuing Engineering Education Program Program Updates and Reminders: These three courses begin...
Colleen Anderson
projectvalen...
Offline Send Email
Aug 17, 2005
8:28 pm
338
Hello, I've been trying to determine how we can use client-cert with apache (httpd) and tomcat/jboss. I can get client-cert authentication working with tomcat...
Brian Rook
brian_rook1717
Offline Send Email
Sep 13, 2005
4:57 pm
339
Does anybody know how to (and if you can) integrate HttpUnit into Eclipse? George...
Allaman, George
gallaman1
Offline Send Email
Sep 14, 2005
5:42 pm
340
There is an article at http://fb2.hu/x10/Articles/HttpUnit.html that talks about HttpUnit in eclipse. There does not seem to be anything special about ...
Jim McMaster
mcmaster_tat...
Offline Send Email
Sep 14, 2005
6:11 pm
341
Thanks - this was what I was looking for. The trick I was missing was the "Run As..." part. ________________________________ From: djug-discuss@yahoogroups.com...
Allaman, George
gallaman1
Offline Send Email
Sep 14, 2005
8:03 pm
Messages 312 - 341 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