| Author |
any changes in Java
|
Geetha Ram
Greenhorn
Joined: Mar 20, 2008
Posts: 6
|
|
HI, I am bit new to Java. I am doing restful web services using Jersey. when i am trying out an downloaded example it gave errors for importing the following packages: import javax.ws.rs.UriTemplate; import javax.ws.rs.UriParam: It says symbol could not be found; In the Examples that are provided by Jersey. They are using the followin packages everywhere and never used the above mentioned packages. javax.ws.rs.Path; javax.ws.rs.PathParam; But I am seeing many examples other than those present in Jersey using UriTemplate and UriParam. Am I missing something..or is Path equivalent to UriTemplate and PathParam equivalent to UriParam. any insight would be great Thanks, Geetha
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3666
|
|
What's Jersey? Anyway, if it's saying symbol not found it means your missing a jar in your compile class path.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: any changes in Java
|
|
|