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 338 - 367 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
342
... I believe that when you use mod_jk, Apache has to handle the SSL/TLS issues. See here for more details: ...
Derek Chen-Becker
dcb1877
Offline Send Email
Sep 19, 2005
2:05 pm
343
I have a 3480 tape, I have a tape drive, The tape has variable length packed EBCDIC records. Has anyone written code to unpack and convert to ASCII? Ed...
spenex
Offline Send Email
Sep 20, 2005
8:48 pm
344
Has anyone had success formatting messages and sending them using JavaMail so that they appear at the Outlook recipient as rendered RTF or HTML? George...
Allaman, George
gallaman1
Offline Send Email
Sep 23, 2005
7:01 pm
345
Have you tried setting the mimetype in your MimeMessage? Here's the code snippet from Sun's JavaMail ...
Greg Ostravich
gostrav
Offline Send Email
Sep 23, 2005
7:56 pm
346
I always send out these requests right after I've run out of ideas and right before I solve the problem. You nailed it. It's message.setContent(<HTML text...
Allaman, George
gallaman1
Offline Send Email
Sep 23, 2005
8:01 pm
347
Does someone know, please, if I can use Microsoft Visual Source Save with a Java/ J2ee project? If so, could I integrate this into Eclipse or Bea Workshop? ...
octavia_taranu
Offline Send Email
Oct 4, 2005
6:38 pm
348
... Sure. ... I'm not sure about Bea Workshop but there is a VSS plugin for Eclipse: http://sourceforge.net/projects/vssplugin/ ... "Pragmatic Version Control...
Ryan Graham
ryangraham54
Offline Send Email
Oct 5, 2005
4:09 am
349
I use MS Visual SourceSafe at work and the VSS plug-in works just fine with Eclipse. Here's the link: http://sourceforge.net/projects/vssplugin/ The Pragmatic...
Greg Ostravich
gostrav
Offline Send Email
Oct 5, 2005
5:53 am
350
Thank you very much, Greg! Are you happy with Visual SourceSafe? Do you have any problems? Some people told me that is terrible. Is that true? I never worked...
Octavia Taranu
octavia_taranu
Offline Send Email
Oct 6, 2005
2:12 am
351
... I've done only proof-of-concept installs of SVN server and clients, but it is cross-platform. We ended up replacing VSS with CVS on the most recent project...
Sean LeBlanc
seanleblanca...
Offline Send Email
Oct 6, 2005
1:13 pm
352
SourceSafe has worked fine for me, but I used it because it's our standard at work. It also integrated nicely with Macromedia's ColdFusion product which I also...
Greg Ostravich
gostrav
Offline Send Email
Oct 6, 2005
1:18 pm
353
I would highly recommend SubVersion (or CVS) over VSS. Integration with Eclipse is great and the check out model is much more effective with read/write files...
Rob Park
rpark68@...
Send Email
Oct 6, 2005
7:09 pm
354
Is taht possible to convert a Web application (war file) developed with Struts 1.0 into a Web application based on Struts 1.1? If so, how should I perform this...
octavia_taranu
Offline Send Email
Oct 7, 2005
10:38 pm
355
Hi: I am Alan Shalloway, primary author of Design Patterns Explained. Me and several of my crew are going to be in Boulder November 15-18. We're looking at...
Alan Shalloway
alshalloway
Offline Send Email
Oct 12, 2005
10:38 pm
356
I have to develop a Web application (war file) based on Struts, Dynamic Struts Forms and Tiles. Could someone recommend me, please, a good editor for Tiles...
octavia_taranu
Offline Send Email
Oct 14, 2005
11:24 pm
357
In the past, DJUG seemed to have discount codes for the Rocky Mountain Software Symposium. Are there still such codes available to DJUG? -- Sean...
Sean LeBlanc
seanleblanca...
Offline Send Email
Oct 18, 2005
8:58 pm
358
The DJUG discount code for the Nov/2005 RMSS is "nfjs2005spec". (Original email from Jay Zimmerman is at http://groups.yahoo.com/group/djug/message/1609 ) ...
Scott Davis
ScottDavis99
Offline Send Email
Oct 18, 2005
10:42 pm
359
Hello Scott, If I use the DJUG discount code, how much should I pay for myself? Thank you, Octavia Scott Davis <scottdavis99@...> wrote: The DJUG...
Octavia Taranu
octavia_taranu
Offline Send Email
Oct 19, 2005
12:16 am
360
(from the provided link:) Registration Fee: Individual: $675/person rate valid thru October 24th or whenever we sell out. Note: This discount applies only to...
Scott Davis
ScottDavis99
Offline Send Email
Oct 19, 2005
2:09 pm
361
I am trying to print data to a pre-printed form. Similar to a mail merge in MS Word. Any suggestions on what classes to use? Helpful code snippets? I will...
spenex
Offline Send Email
Oct 20, 2005
5:56 pm
362
DJUGgers, I wanted to make an announcement that my startup, Inversoft, has released a specification for a new protocol called IAP - Internet Application...
Brian Pontarelli
brokenwren
Online Now Send Email
Oct 25, 2005
5:52 pm
363
My office is evaluating JDeveloper 10g to know whether it will be valuable as a J2EE development IDE. I am looking for individuals who have experience working...
jeffhoran
Offline Send Email
Nov 10, 2005
8:13 pm
364
Hello, I've been trying to find the best fit toolset (relative, I know) to provide marshaling in XML. I started with XMLBeans, but there's a catch: I need to ...
Sean LeBlanc
seanleblanca...
Offline Send Email
Nov 22, 2005
10:13 pm
365
So, I'm a little bit unclear about what you are trying to accomplish. You don't want to have the entire DOM in memory, but presumably you want the entire map...
Scott Davis
ScottDavis99
Offline Send Email
Nov 22, 2005
10:57 pm
366
... Sorry, I left that rather important detail out! I'm grabbing rows of data from the database and constructing POJO's that way. So it's the second bit you...
Sean LeBlanc
seanleblanca...
Offline Send Email
Nov 23, 2005
12:04 am
367
If it's "db-to-xml" you're looking for, you should check out DBUnit (http://dbunit.sourceforge.net/). I didn't think of it when I was responding, but it has ...
Scott Davis
ScottDavis99
Offline Send Email
Nov 23, 2005
4:31 pm
Messages 338 - 367 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