Sunday, December 6, 2009

ddd

code is here


package com.mesika.sandbox.wdal.ws;

import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;

@Path("/customers")
public class CustomersResource {

@Path("status")
@GET
@Produces("text/plain")
public String status() {
return "It's on! ewkr elrke lrke rlek rlekr lekr elkr elrk elrk elrk elrk ekrj ktjre lke rlek rlekr lekr wlekr wlekr wlekr wlekr wlekr ";
}
}

No comments: