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...
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...
... 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...
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...
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 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...
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@...
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...
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...
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...
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@...
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...
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...
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@...
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...
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...
If you are using Java5, collections with generics should remove the casting uncertainty. All the concrete collections classes are serializable, as long as...
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 - 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...
Are you a software developer with an interest in mobile technologies like J2ME, Palm OS, Blackberry or Windows Mobile? Colorado Mobile Developers is the...
News from Manning User Group Program! ** Group Leaders -- Register your Group with Manning's User Group Program and win a Manning book! ** Exclusive ebook...
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...
University of Colorado at Denver and Health Sciences Center Continuing Engineering Education Program Program Updates and Reminders: These three courses begin...
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...
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 ...
Thanks - this was what I was looking for. The trick I was missing was the "Run As..." part. ________________________________ From: djug-discuss@yahoogroups.com...