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...
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,...
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...
... 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...
Virtuas Open Source Education Presents Spring Framework Fundamentals February 21th – 24th, 2006 Tabor Center, Denver, CO Session instructor Matt Raible,...
University of Colorado at Denver and Health Science Center College of Engineering and Applied Science Continuing Engineering Education Program February E-News ...
Oh my god you have a sexy phone voice!! ... From: djug-discuss@yahoogroups.com [mailto:djug-discuss@yahoogroups.com] On Behalf Of Jim McMaster Sent: Monday,...
Whoops! <blush> Wrong recipient... ... From: djug-discuss@yahoogroups.com [mailto:djug-discuss@yahoogroups.com] On Behalf Of Allaman, George Sent: Tuesday,...
Could we maybe get a week advance notice..thanks ... ..::Chris J. Politzki::.. 10994 W. 102nd Circle Westminster, Colorado USA 80021 tel. 720.855.1365...
Chris J. Politzki
cjpolitzki@...
Feb 10, 2006 1:41 am
383
[ANN] VTD-XML Version 1.5 Released Eight years after the invention of XML, DOM and SAX, despite their respective issues, are still the mainstays of application...
Fellow DJUG members, I am researching alternative tools for automated regression testing of messaging components (message driven beans, etc.). Does anyone...
JWebUnit? ... From: djug-discuss@yahoogroups.com [mailto:djug-discuss@yahoogroups.com]On Behalf Of gascott_80209 Sent: Monday, February 27, 2006 8:03 AM To:...
Shawn Kuenzler
shawnk@...
Feb 27, 2006 11:31 pm
387
JSF/MyFaces Fundamentals- March 14th-17th, 2006 Denver, CO Bill Dudney, a committer on the Apache Software Foundation's MyFaces project, will provide expert...
I'm doing a project where I was using ColdFusion to run a CGI and convert data from one system to another using XML data files. I'm converting it from...
I haven't used JDK native XML handling. I've used JDOM for XML processing for years for its ease of use: SAXBuilder builder = new SAXBuilder(); Document doc =...
... Hash: RIPEMD160 Depending on how intense you intend to get with your DOM and XPath work, jdom has a much nicer API than the W3C's API and supports XPath ...
Denver, CO. March 28th - 31st, 2006. Hibernate Fundamentals is a 4-day public workshop that will assist developers with relational/object-mapping technology...
Hello, this is just a friendly reminder that my company Rally Software is offering several two-day Certified ScrumMaster Training and Advanced Certified...
Hello, my company Rally Software is offering a free seminar on "Scaling Agile Development" on March 24, 2006 from 8:30am-12pm at the Westin Westminster. This...
I was using a TreeSet for a collection of custom objects yesterday and ran into a strange thing. When I added an item to a different collection, then tried to...
When you say that you are removing or adding to another collection, are you referring to the exact same instance or an new instance with the exact same values...
... It was the same instance. I copied that instance into a new collection and tried to delete it from the old collection. The idea was that I was culling...