Java Reference
In-Depth Information
"<book
isbn=\"0201548550\"
pub-
year=\"1992\">"+
" <title>"+
" advanced c+"+
" </title>"+
" <author>"+
" james o. coplien"+
" </author>"+
" <publisher>"+
" addison wesley"+
" </publisher>"+
"</book>";
doPost(book1);
String book2 = "<?xml version=\"1.0\"?>"+
"<book
isbn=\"9781430210450\"
pub-
year=\"2008\">"+
" <title>"+
" beginning groovy and grails"+
" </title>"+
" <author>"+
" christopher m. judd"+
" </author>"+
" <author>"+
" joseph faisal nusairat"+
" </author>"+
" <author>"+
" james shingler"+
" </author>"+
" <publisher>"+
" apress"+
" </publisher>"+
"</book>";
doPost(book2);
doGet(null);
doGet("0201548550");
doGet("9781430210450");
Search WWH ::




Custom Search