Java based Atom/RSS Library that works in Google App Engine
        Posted  
        
            by Littlejon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Littlejon
        
        
        
        Published on 2009-11-21T03:56:44Z
        Indexed on 
            2010/06/07
            8:32 UTC
        
        
        Read the original article
        Hit count: 382
        
I am trying to publish an Atom/RSS feed in my Java based Google App Engine code. I have tried using Rome and keep getting the following error (tried googling without success), also the code I am running that generates the error is the demo code (so I get the feeling Rome won't work with GAE)
java.lang.NoClassDefFoundError: org/jdom/JDOMException
    at com.sun.syndication.io.SyndFeedOutput.<init>(SyndFeedOutput.java:44)
What I am looking for is recommendations for a simple Java library to create and publish an Atom feed from within Google App Engine.
Thanks.
© Stack Overflow or respective owner