Thanks a lot Jakub for the pointers.
From: Jakub Podlesak [mailto:jakub.podlesak_at_oracle.com]
Sent: Friday, April 08, 2011 8:47 AM
To: users_at_jersey.java.net
Subject: [Jersey] Re: Jersey source code pointers
Hello Suchitha,
please see in line...
On 03/24/2011 11:58 PM, Suchitha Koneru (sukoneru) wrote:
Hello Jersey Users/Developers,
I would like to understand the following in jersey
strategy which jersey uses for scanning the resource classes,
jersey-core module: com.sun.jersey.core.spi.scanning package
jersey-server: com.sun.jersey.spi.scanning package
Dynamic wadl generation in jersey
jersey-server: com.sun.jersey.server.wadl package and it's sub-packages
usage of message body readers and writers based on jaxb
jersey-core: com.sun.jersey.core.impl.provider.entity package, look at
the classes
with names starting with XML
if you are interested in the usage, check out the samples/jaxb example
module
HTH,
~Jakub
Could you please point me to the relevant code base
Thanks,
Suchitha