Click here to Skip to main content
15,892,059 members
Home / Discussions / Java
   

Java

 
GeneralRe: Tool for generating JNI (calling C/C++ code from java) Pin
doofx8-Jan-14 8:13
doofx8-Jan-14 8:13 
QuestionError in JFrame while Drawing Graphics2D Pin
f2630-Dec-13 19:54
f2630-Dec-13 19:54 
AnswerRe: Error in JFrame while Drawing Graphics2D Pin
Richard MacCutchan30-Dec-13 23:06
mveRichard MacCutchan30-Dec-13 23:06 
GeneralRe: Error in JFrame while Drawing Graphics2D Pin
f2630-Dec-13 23:57
f2630-Dec-13 23:57 
Questionfinger prints (Bio Metrics) Pin
Member 1048716225-Dec-13 6:11
Member 1048716225-Dec-13 6:11 
AnswerRe: finger prints (Bio Metrics) Pin
jschell25-Dec-13 8:26
jschell25-Dec-13 8:26 
QuestionHow to access multiple webservices in single servlet Pin
revathi23423-Dec-13 20:26
revathi23423-Dec-13 20:26 
AnswerRe: How to access multiple webservices in single servlet Pin
jschell25-Dec-13 8:30
jschell25-Dec-13 8:30 
Requirements are far from complete but the basic process is.
1. Learn how to call an external Web API in java
2. Code it to call one service
3. Wrap that in a class.
4. Depending on the exact APIs that you are calling you might be able to use the same class or copy and modify for each different external Web API
5. Use the above in your servlet.

I suggest STRONGLY that you consider error scenarios where the external servers fail to connect, or fail to respond. If you just assume they will work all of the time then when they do fail you will have no idea what is going on.
QuestionArrays in Web services Pin
V.22-Dec-13 23:26
professionalV.22-Dec-13 23:26 
AnswerRe: Arrays in Web services Pin
jschell25-Dec-13 8:38
jschell25-Dec-13 8:38 
GeneralRe: Arrays in Web services Pin
V.25-Dec-13 10:11
professionalV.25-Dec-13 10:11 
QuestionJava Tutorials Pin
tgsb22-Dec-13 22:50
tgsb22-Dec-13 22:50 
AnswerRe: Java Tutorials Pin
Richard MacCutchan22-Dec-13 23:23
mveRichard MacCutchan22-Dec-13 23:23 
GeneralRe: Java Tutorials Pin
techgeek from-india29-Dec-13 17:50
techgeek from-india29-Dec-13 17:50 
GeneralRe: Java Tutorials Pin
Richard MacCutchan29-Dec-13 22:46
mveRichard MacCutchan29-Dec-13 22:46 
Questionturing machine Pin
Member 1047236322-Dec-13 0:07
Member 1047236322-Dec-13 0:07 
QuestionSending Message from Java Application to Any Cell Phone Pin
Cyber1217-Dec-13 2:27
Cyber1217-Dec-13 2:27 
AnswerRe: Sending Message from Java Application to Any Cell Phone Pin
Richard MacCutchan17-Dec-13 2:48
mveRichard MacCutchan17-Dec-13 2:48 
AnswerRe: Sending Message from Java Application to Any Cell Phone Pin
ashish nimrot4-Jan-14 6:47
ashish nimrot4-Jan-14 6:47 
QuestionSplit and Replace methods Pin
f2616-Dec-13 18:28
f2616-Dec-13 18:28 
AnswerRe: Split and Replace methods Pin
Richard MacCutchan16-Dec-13 23:11
mveRichard MacCutchan16-Dec-13 23:11 
GeneralRe: Split and Replace methods Pin
f2616-Dec-13 23:47
f2616-Dec-13 23:47 
GeneralRe: Split and Replace methods Pin
Member 1041746021-Dec-13 9:30
Member 1041746021-Dec-13 9:30 
GeneralRe: Split and Replace methods Pin
Richard MacCutchan21-Dec-13 21:16
mveRichard MacCutchan21-Dec-13 21:16 
AnswerRe: Split and Replace methods Pin
BobJanova17-Dec-13 1:58
BobJanova17-Dec-13 1:58 

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.