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 ...
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...
... 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 ...
... 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...
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 =...