• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Basic Quest

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Praveen
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
They worship nothing. They say it's because nothing lasts forever. Like this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic