Click here to Skip to main content
15,896,269 members
Home / Discussions / Java
   

Java

 
QuestionNEED GOOD JSF VIDEO TUTORIAL Pin
Gaurav Sharma from Bangalore, India24-Jul-12 20:41
Gaurav Sharma from Bangalore, India24-Jul-12 20:41 
AnswerRe: NEED GOOD JSF VIDEO TUTORIAL Pin
TorstenH.24-Jul-12 22:00
TorstenH.24-Jul-12 22:00 
AnswerRe: NEED GOOD JSF VIDEO TUTORIAL Pin
Richard MacCutchan24-Jul-12 22:38
mveRichard MacCutchan24-Jul-12 22:38 
GeneralRe: NEED GOOD JSF VIDEO TUTORIAL Pin
Neo1010129-Jul-12 10:08
Neo1010129-Jul-12 10:08 
QuestionHow can I call doGet method? Pin
Nuha IT24-Jul-12 12:34
Nuha IT24-Jul-12 12:34 
AnswerRe: How can I call doGet method? Pin
Richard MacCutchan24-Jul-12 22:36
mveRichard MacCutchan24-Jul-12 22:36 
AnswerRe: How can I call doGet method? Pin
Andrei Straut25-Jul-12 9:34
Andrei Straut25-Jul-12 9:34 
QuestionHow to parse this XML by using SAX parser, I have no idea about parsing...Plzzz Help Me Pin
Gaurav Sharma from Bangalore, India24-Jul-12 7:30
Gaurav Sharma from Bangalore, India24-Jul-12 7:30 
<pre lang="text"><apispec>
<api version="v1" name="findplaces" provider="ibm" />

<request type="json">
<uri path="/findplaces" mapping="/appengine/data/ibm/places">
[CDATA[List places of a city]]
</uri>

<queryparams>
<param name="country" mapping="/appengine/data/ibm/places/place[@country]">
[CDATA[Country is an attribute of place]]
</param>

<param name="city" mapping="/appengine/data/ibm/places/place[@city]">
[CDATA[City is an attribute of place]]
</param>

<param name="limit" mapping="limit">
[CDATA[Number of places to be returned]]
</param>

</queryparams>

</request>

<response type="json" deflimit="10">
<place name="/appengine/data/ibm/places/place[@name]" city="/appengine/data/ibm/places/place[@city]" country="/appengine/data/ibm/places/place[@country]" address="/appengine/data/ibm/places/place[@address]" zip="/appengine/data/ibm/places/place[@zip]">
<location lat="/appengine/data/ibm/places/place/location[@lat]" long="/appengine/data/ibm/places/place/location[@long]" />
</place>
</response>
</apispec></pre>
SuggestionRe: How to parse this XML by using SAX parser, I have no idea about parsing...Plzzz Help Me Pin
Richard MacCutchan24-Jul-12 9:22
mveRichard MacCutchan24-Jul-12 9:22 
GeneralRe: How to parse this XML by using SAX parser, I have no idea about parsing...Plzzz Help Me Pin
Gaurav Sharma from Bangalore, India24-Jul-12 9:38
Gaurav Sharma from Bangalore, India24-Jul-12 9:38 
AnswerRe: How to parse this XML by using SAX parser, I have no idea about parsing...Plzzz Help Me Pin
Richard MacCutchan24-Jul-12 9:26
mveRichard MacCutchan24-Jul-12 9:26 
GeneralRe: How to parse this XML by using SAX parser, I have no idea about parsing...Plzzz Help Me Pin
Gaurav Sharma from Bangalore, India24-Jul-12 9:41
Gaurav Sharma from Bangalore, India24-Jul-12 9:41 
GeneralRe: How to parse this XML by using SAX parser, I have no idea about parsing...Plzzz Help Me Pin
Richard MacCutchan24-Jul-12 9:55
mveRichard MacCutchan24-Jul-12 9:55 
AnswerRe: How to parse this XML by using SAX parser, I have no idea about parsing...Plzzz Help Me Pin
Jair Israel Avilés Eusebio25-Jul-12 9:27
Jair Israel Avilés Eusebio25-Jul-12 9:27 
QuestionHow to parse this XML by using SAX parser Pin
Gaurav Sharma from Bangalore, India24-Jul-12 4:57
Gaurav Sharma from Bangalore, India24-Jul-12 4:57 
AnswerRe: How to parse this XML by using SAX parser Pin
Nagy Vilmos24-Jul-12 5:02
professionalNagy Vilmos24-Jul-12 5:02 
GeneralRe: How to parse this XML by using SAX parser Pin
Gaurav Sharma from Bangalore, India24-Jul-12 5:09
Gaurav Sharma from Bangalore, India24-Jul-12 5:09 
GeneralRe: How to parse this XML by using SAX parser Pin
Nagy Vilmos24-Jul-12 5:12
professionalNagy Vilmos24-Jul-12 5:12 
GeneralThis is XML i got, i don't know how to parse by using SAX. PLZZZ HELP Pin
Gaurav Sharma from Bangalore, India24-Jul-12 5:16
Gaurav Sharma from Bangalore, India24-Jul-12 5:16 
GeneralRe: This is XML i got, i don't know how to parse by using SAX. PLZZZ HELP Pin
Richard MacCutchan24-Jul-12 5:34
mveRichard MacCutchan24-Jul-12 5:34 
GeneralRe:I got this XML, i don't know how to parse by using SAX. PLZZZ HELP, I have no ideaabt Parsing Pin
Gaurav Sharma from Bangalore, India24-Jul-12 5:39
Gaurav Sharma from Bangalore, India24-Jul-12 5:39 
GeneralRe:I got this XML, i don't know how to parse by using SAX. PLZZZ HELP, I have no ideaabt Parsing Pin
Richard MacCutchan24-Jul-12 6:31
mveRichard MacCutchan24-Jul-12 6:31 
GeneralRe: This is XML i got, i don't know how to parse by using SAX. PLZZZ HELP Pin
Nagy Vilmos24-Jul-12 6:31
professionalNagy Vilmos24-Jul-12 6:31 
GeneralRe: This is XML i got, i don't know how to parse by using SAX. PLZZZ HELP Pin
Richard MacCutchan24-Jul-12 6:32
mveRichard MacCutchan24-Jul-12 6:32 
GeneralRe: This is XML i got, i don't know how to parse by using SAX. PLZZZ HELP Pin
Gaurav Sharma from Bangalore, India24-Jul-12 7:26
Gaurav Sharma from Bangalore, India24-Jul-12 7:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.