Job Description: DUTIES: Responsible for technical design, development and architecture of internal and external web applications and sites. Recommend server...
... Hash: SHA1 I am attempting to build a translation program that has its configuration in an XML document. This is my first attempt to parse xml from java....
... SAX is a fairly nasty way to parse XML, although it's the base-level parser for almost all the others. Essentially, you just set yourself up as a target. ...
Tim Holloway
timh@...
Nov 9, 2006 11:06 pm
1937
Dom4J is a a fairly easy api to use. If all you want to do is get values from your configuration file, this should work for you. If you know XPath this also...
Take a look at JDOM. It is very simple to use. ... SAX is a fairly nasty way to parse XML, although it's the base-level parser for almost all the others....
What's the cleanest way to activate Log4J in a Facelets webapp using Spring?...
Tim Holloway
timh@...
Nov 13, 2006 6:30 pm
1941
/crickets As a hotspot of local Java expertise, we seem to have a way to go, here. A little RTFM'ing of the Facelets docs told me that Facelets itself is using...
Tim Holloway
timh@...
Nov 14, 2006 1:42 pm
1942
I'd like to put an Ajax auto-suggestion feature in a webapp. But not badly enough to dump in raw JavaScript. And I'm looking for something Facelets-friendly...
What kind of extraction are you thinking of Kurt? Query, export, ETL? Marko. . ... From: jaxjug@yahoogroups.com [mailto:jaxjug@yahoogroups.com]On Behalf Of...
There is also ICEFaces. It is ajax for J2EE (Open Source) http://www.icefaces.org/main/home/index.jsp It uses all Java without the javascript ... From: Kurt...
Kind of sounds like you want to do an export, rather than query? When i say query i wasn't sure if you just wanted to query an XML resultset from your DB. If...
Of course the nasty part of DOM isn't building the DOM tree, it's rummaging around inside it. DOM keeps a very faithful accounting of everything that was...
Tim Holloway
timh@...
Nov 14, 2006 11:50 pm
1950
... Yeah thanks as well. I was using the Sun ones, but with jdk 1.6, I get the following :( warning: com.sun.org.apache.xml.internal.serialize.OutputFormat is...
... JDOM is quite nice. Before I was using the Sun stuff and with 1.6 I get a bunch of warnings about the classes and etc I am using being Sun proprietary and...
... Yeah thanks as well. I was using the Sun ones, but with jdk 1.6, I get the following :( warning: com.sun.org.apache.xml.internal.serialize.OutputFormat is...
http://www.altova.com/products/mapforce/data_mapping.html This does exactly what I'm looking for, but it's Windows-only. It maps a Database to XML and even...
... <http://www.enhydra.org/tech/octopus/index.html> Octopus looks close, but I'm trying to migrate from one database to another app via a webservice...
Hi Kurt, You might look over this tutorial: http://www.stylusstudio.com/sqlxml_tutorial.html depending on the databases involved, the functionality may already...
Kurt, If you want to create an XML file from a Database you could use FreeMarker (http://freemarker.sourceforge.net/). It is a templating tool to merge a...
Saw this on another list: In celebration of the open-sourcing of Java by Sun, O'Reilly's offering our top 10 best-selling Java books at an extraordinary 40%...
I thought I had a brilliant way to setup property files via Ant so that they relocatable, but on windows it's failing me. I use the copy filters like this: ....
I tested the following build.xml with Ant 1.6, and it works fine on Windows. <?xml version="1.0"?> <project name="foo" default="foo" basedir="."> <target...
I think Jitesh's example points out a (the) potential problem. The backslash character is a Java/C/C++/unix escape character. When you retrieve it as part of a...
Tim Holloway
timh@...
Nov 18, 2006 9:50 pm
1961
... That's it. When you pull in this path from a properties file, the back slashes are effectively removed. ... Yes, I added some path converts and everything...
... In that case, this hasn't got much to do with Windows. Backslashes getting removed is a characteristic of the properties file parser (actually, lexer). ...
Version 1.8 of VTD-XML is now released in C, Java and C#. The new features are: ·XMLModifier is a easy to use class that takes advantage of the incremental...