Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: querying xml and json

  1. #1
    Junior Member
    Join Date
    Aug 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default querying xml and json

    Hey I would like some clarification on a project I am working on. I need to build a java application to query a xml and json file. I have started by parsing both documents and I am unsure if I am doing the next steps correct. I was thinking about dropping the txt file with both outcomes into a db and doing it that way, is this the right way or is there a better and more efficient way of doing things ?
    Thank you


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: querying xml and json

    Moved from Introductions section.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Converting JSON Schema to XML Schema
    By aksriva3 in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: June 10th, 2014, 07:50 AM
  2. Querying against a jdbc resultset.
    By dalepres in forum JDBC & Databases
    Replies: 0
    Last Post: December 6th, 2013, 02:37 PM
  3. PHP Developer - OOP / MVC / XML / JSON - £40,000 (NEG)
    By JacquelineRobbins in forum Paid Java Projects
    Replies: 0
    Last Post: January 12th, 2012, 06:58 AM
  4. Database Querying, Packet Size Limitations
    By aussiemcgr in forum Java Theory & Questions
    Replies: 1
    Last Post: July 25th, 2011, 03:47 PM