• 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 repository implementation

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all
am a beginner in xml and trying hard to learn more.i want to implement a xml repository for my class project.whatv exactly i want to do is explian below
1.you may be writing some content in each given text box.lets say there are 3 text boxes.
2.on submit the content will be stored in an xml repository.i am trying to implement a simple one where the content will be stored in hard disk and the path to teh content will be stored in the xml repository(any suggetions regarding saving the content itself in the xml repository are welcome).
3.on retreival, the contants has to be presented seperately(for example if i access the content, may see only 2 portions and when u access it you may see all 3 portions.)
am using JDom and JSP to 9implement this.am able to save the path into the repository.but not able to retrieve it in the way i explained above.
Also i came to know that Oracle 9i has some new features regrding xml repository.could any one throw some light into that.am using Oracle 9i as the database,so if it can be done database driven the quality of work will be much more!!!
expecting a lots of suggetion from everyone.
regards
prem
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Let's start with how you define the term "repository". It ist a large XML document or is it some sort of special data source? Can you clarify?
 
reply
    Bookmark Topic Watch Topic
  • New Topic