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...
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...
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...
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...
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? ...
... Sure. ... I'm not sure about Bea Workshop but there is a VSS plugin for Eclipse: http://sourceforge.net/projects/vssplugin/ ... "Pragmatic Version Control...
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...
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...
... 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...
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...
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@...
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...
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...
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...
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 ) ...
(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...
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...
DJUGgers, I wanted to make an announcement that my startup, Inversoft, has released a specification for a new protocol called IAP - Internet Application...
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...
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 ...
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...
... 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...
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 ...