| Author |
Basic Quest
|
Praveen
Greenhorn
Joined: Jan 16, 2001
Posts: 25
|
|
Hi! Guys, Have to use in an application the following:- 1)HTMl 2)SOAP-RPC. 3)MQ-Series 4)UDDI,WSDL. This i assume is the Client Side ------ This is Server Side. 5)JSp,Servlets 6)EJB, 7)JDO 8)Database. What i mean is In what sequence does the above come in to use.Or does any one of them replace another. "Between the first 4 points ". I am a fresher,please do pardon my level of q. Thanks in advance. -P
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
If you're doing an HTML user interface, 1) is the only part that's on the client-side... All the other acronyms are utilized on the server-side with the single purpose of generating the HTML pages to be pushed down the wire. May I ask where did you come up with that set of technologies?
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Praveen
Greenhorn
Joined: Jan 16, 2001
Posts: 25
|
|
Hi Thanks for the reply, But still confused. Could you list from the above which come in to use for an generalized application.If there r more than one list,please do mention. I mean is as u mentioned HTML is on the client-Side fine,but how does the rest come in sequence,who communicates with who...till it reaches the database. Thanks, P
|
 |
 |
|
|
subject: Basic Quest
|
|
|