• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

xml config. file Java application?

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm writing an app that needs to read 2 or 3 items (which will probably
grow over time) from a config file and store them in an app-level
class. Can someone recommend a SIMPLE XML parsing package with sample
.xml, .dtd and .java files to do this? I've looked at JAX, XERCES,
XMLBEANS among others today and they all seem to be overkill for what I
need to do. I've used ServletContext along with the web.xml file for
webapps in the past for this type of thing, but this is not necessarily
going to be a web app. I'm using Eclipse 3.1 on Windows XP Pro and the
1.4 jdk if that makes any difference. Any suggestions will be greatly
appreciated!

Thanks,
Bill
 
When it is used for evil, then watch out! When it is used for good, then things are much nicer. Like this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic