Results 1 to 3 of 3

Thread: spring handling for xml data sources as a repositotry

Hybrid View

  1. #1
    Join Date
    Aug 2011
    Posts
    17

    Default spring handling for xml data sources as a repositotry

    Hi all,
    I want to store the incomming data from web requests to an xml, instead of storing it in a database.

    So, I just want to know if there is a way that spring handles such xml repositories ?

    thanks
    mandalapu

  2. #2
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Default

    Why do you want to do that?

    How do you expect later do a query to retrieve some data against XML files?
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  3. #3
    Join Date
    Aug 2011
    Posts
    17

    Default

    HI , thanks for replying. I can query the xml files using some XQuery or other frameworks like Basex.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •