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 4 of 4

Thread: Spatial Data Infrastructure download service as Atom feed

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Spatial Data Infrastructure download service as Atom feed

    Hello
    I am trying to develop a SDI download service which will respond the GetCapabilities request as an Atom feed instead of a normal xml file.
    My task is to create a Web Map Service which will serve maps from geoserver. By sending a GetCapabilities request wms send an xml file as response. but my task is to get the response as an Atom feed. I found that it is possible using Rome library. But how can I do it, can anyone please suggest me the way to complete my tasks.

    thanks
    Asraf


  2. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Spatial Data Infrastructure download service as Atom feed

    Welcome to Java Programming Forums.
    What have you tried so far?
    Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. The greatest thing in life is to keep your mind young.

    - Henry Ford

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Spatial Data Infrastructure download service as Atom feed

    Hello
    I have created a WMS as first step of my task which give me xml file in Get request. and now I have to generate Atom feed, what I am not understanding how can I start doing this with Rome library. Do I need to develop a Servlet inside an Eclipse project?
    and then add the jar files to it. but then what to do for generating Atom? please give me an Idea to start with Atom.

    thanks
    Asraf

  4. #4
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Spatial Data Infrastructure download service as Atom feed

    This might help you.
    Reading an ATOM feed using Rome and Java | Javalobby
    https://rometools.jira.com/wiki/disp...ndication+feed

    If you still needed help with, let us know here. I hope you will get what you wanted from the above two links.
    Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. The greatest thing in life is to keep your mind young.

    - Henry Ford

Similar Threads

  1. List methods add(int k, Data data), set(int k, Data data), remove(int k)
    By Enirox in forum Object Oriented Programming
    Replies: 3
    Last Post: September 20th, 2012, 06:43 AM
  2. want to add unlimited RRS feed urls
    By viraj7777 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 25th, 2012, 01:02 PM
  3. Processing Live Video Feed
    By Twez_Nugs in forum Java Theory & Questions
    Replies: 3
    Last Post: July 17th, 2012, 10:18 PM
  4. Parsing JSON Feed
    By sogorman in forum Other Programming Languages
    Replies: 2
    Last Post: June 6th, 2011, 03:02 AM
  5. Help needed regarding implementing RSS feed using JSP
    By smsouvik_2008 in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: February 21st, 2010, 04:34 AM