JAX-RS implementation of link/element expansion?
        Posted  
        
            by 
                Jimmy
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jimmy
        
        
        
        Published on 2010-12-08T15:31:22Z
        Indexed on 
            2011/01/03
            12:53 UTC
        
        
        Read the original article
        Hit count: 341
        
While reading documentation of Google Data API and Atlassian REST API, I found interesting functionality - link (or title, element expansion) - http://bit.ly/i3rKMw. I would like to implement this functionality in my Java project of web service server for our IS, but I can't find any proper solution or advices for implementation. My project is quite big with many services so I need some robust and most automated solution. I was thinking about how to implement it like an extension for RESTEasy and JAXB, but it seems to be very complicated.
Do you know some opensource projects which implements this functionality or any advices which could help me?
© Stack Overflow or respective owner