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 347 - 376 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Offline 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
368
The best place for information on this type of thing in my opinion is bindmark over at Java.net ( https://bindmark.dev.java.net ). It collects most of the top...
Brian Pontarelli
brokenwren
Offline Send Email
Nov 25, 2005
9:27 pm
369
... Thanks (again) for some ideas. The catch however, is that I have to do a lot of manipulation. :( I did make some headway on Wednesday with what I hope ...
Sean LeBlanc
seanleblanca...
Offline Send Email
Nov 27, 2005
5:55 pm
370
... Thanks, I'll have to check that out. I am currently using 1.5. For this project, if I can justify it, I have pick of technology. I think even something...
Sean LeBlanc
seanleblanca...
Offline Send Email
Nov 27, 2005
5:59 pm
371
On 11-27 11:02, Sean LeBlanc wrote: <snip> ... <snip> I ended up using XMLBeans. So far, so good. Here is a code snippet that does the writing: XmlOptions opts...
Sean LeBlanc
seanleblanca...
Offline Send Email
Dec 6, 2005
6:25 pm
372
The Java and C versions 1.0 of VTD-XML -- an open-source, high- performance and non-extractive XML processing API -- are freely available on sourceforge.net,...
jkiwzztn
Offline Send Email
Dec 13, 2005
8:57 pm
373
Hello, I have built a vertical job search site that might be of interest, it is: www.comsui.com. I am a member of DJUG, though I haven't been involved for...
James Warfield
warfi380
Offline Send Email
Dec 14, 2005
6:36 pm
374
... Hash: SHA1 Hi All, I have an application that for performance reasons I want to run on the local (user's) computer (rather than an applet), but have it...
John Garmany
garmanyj
Offline Send Email
Dec 23, 2005
8:58 pm
375
Virtuas Open Source Education Presents Spring Framework Fundamentals February 21th – 24th, 2006 Tabor Center, Denver, CO Session instructor Matt Raible,...
ejbearden
Offline Send Email
Jan 31, 2006
10:06 pm
376
Wednesday January 8th, DENVER JAVA USERS GROUP Meeting ==================================================== <http://www.denverjug.org> *** Free Pizza @ 5:30...
Jim McMaster
mcmaster_tat...
Offline Send Email
Feb 2, 2006
12:25 am
Messages 347 - 376 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