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 to share photos of your group with the world? 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 291 - 320 of 648   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
291
I am reading in a series of text files into memory. I don't want to hardcode the paths to files I am reading because the users may have their drives mapped...
spenex
Offline Send Email
May 5, 2005
7:28 pm
292
... There are lots of ways. For example, you could also have the location of the files specified in the classpath, and then retrieve them using the ...
Derek Chen-Becker
dcb1877
Offline Send Email
May 5, 2005
7:41 pm
293
UNIVERSITY OF COLORADO AT DENVER AND HEALTH SCIENCES CENTER College of Engineering and Applied Science offers Discovering Linux and Free Applications with a...
Colleen Anderson
projectvalen...
Offline Send Email
May 5, 2005
8:35 pm
294
Derek This would then require I manually edit the classpath for every installation of the program, correct, unless i use some type of installation program like...
Edward Spencer
spenex
Offline Send Email
May 6, 2005
3:30 am
295
It depends on how you are deploying the application. If you are using a single JAR file that has a MANIFEST.MF entry for a main-class and allowing Windows...
Brian Pontarelli
brokenwren
Offline Send Email
May 6, 2005
6:41 pm
296
FYI: If you do decide to access your files directly from the jar, here's how. I had a project I was working on where I needed to be able to get configuration...
Greg Ostravich
gostrav
Offline Send Email
May 6, 2005
8:37 pm
297
I'm having an issue getting JUnit in Eclipse to work with a Spring/Hibernate app. I'm getting a FileNotFoundException during the Spring startup looking for a...
chicoman25
Online Now Send Email
May 12, 2005
6:47 pm
298
... <snip> In the past, I've found that I had to add that file's directory into the classpath in Eclipse for it to work. I'm not sure why the Hibernate and/or...
Sean LeBlanc
seanleblanca...
Offline Send Email
May 12, 2005
9:17 pm
299
... There's nothing that would prevent them from sitting outside the source tree. AFAIK, Hibernate and others use getResourceAsStream() to fetch files (which...
Derek Chen-Becker
dcb1877
Offline Send Email
May 12, 2005
9:25 pm
300
It appears that if you put the full path in the <value> tag Spring can located the hibernate file. For example when I added <list> ...
chicoman25
Online Now Send Email
May 13, 2005
1:21 am
301
You should be able to specify a "mappingDirectoryLocations" property that allows you to point to a directory: http://tinyurl.com/abcx7 There are a number of...
Matt Raible
matt_raible
Online Now Send Email
May 13, 2005
1:32 am
302
... Right. But people coming to Hibernate for the first time (including me) see these examples and follow the same convention of putting non-source files ...
Sean LeBlanc
seanleblanca...
Offline Send Email
May 13, 2005
7:16 pm
303
Any idea on if/when Wednesday's presentations will be going up on the site? -- Sean LeBlanc:seanleblanc@... I was in a beauty contest one. I not only...
Sean LeBlanc
seanleblanca...
Offline Send Email
May 13, 2005
8:23 pm
304
Don't know if they are on the DJUG site yet but I found them off the SourceBeat site. ...
Ryan Chichirico
chicoman25
Online Now Send Email
May 13, 2005
8:34 pm
305
I have just emailed Lee Hall the code from the "Continuous Integration With CruiseControl" presentation. Believe it or not but it actually works. There is a...
Jeremy Whitlock
jwhitlock81@...
Send Email
May 14, 2005
3:02 am
306
... Hash: SHA1 The titles of my Swing windows are not showing in Kubuntu Linux. It works fine on Fedora Core 3. All I see is a black "X" on the left hand...
Calen Martin D. Legaspi
calenmartin
Online Now Send Email
May 15, 2005
5:51 am
307
Hello, We're thinking about implementing a pilot project to gain more understanding about message driven beans. This project will most likely be an interface...
Brian Rook
brian_rook1717
Offline Send Email
May 17, 2005
3:14 pm
308
Yes there is. JBoss by default uses hsqldb for persistent queues however you can configure it to use almost any jdbc enabled database. Look at hsql-jdbc2.xml...
Gordon Pike
pikegordon
Offline Send Email
May 17, 2005
4:06 pm
309
Sorry for the silent treatment. Between NFJS and being sick, I've been away from email for a couple of days. My first hit after googling "excel mime type" ...
Scott Davis
ScottDavis99
Offline Send Email
May 17, 2005
5:30 pm
310
DJUG, I'm trying to get JBoss set up to do a catch-all on 500 - No Context and 404 Not Found errors. I've set up a simple application called "myapp" and in the...
Ryan Chichirico
chicoman25
Online Now Send Email
May 17, 2005
9:46 pm
311
DJUGgers - We are considering the use of Hibernate for a non-J2EE Java application that isn't particularly OO. Does anybody have experience in this space? The...
Allaman, George
gallaman1
Offline Send Email
May 24, 2005
3:44 pm
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
Online Now 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
Messages 291 - 320 of 648   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