• 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

Interaction between applications and Application server zones

 
Ranch Hand
Posts: 546
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am relatively new to the IT world, and am still trying to understand how it all fits together. We have 2 main applications being used by our team - one is the Web app, and the other is service.

The web app interacts with the service to carry out certain functions. They both use Websphere8. I read somewhere that the web app is in Zone 2 and the service in Zone 3. What does it mean? I also read somewhere that SOAP service is being used. Is that how the web app communicates with the service? How does interaction exactly take place and what are these zones?
 
Bartender
Posts: 1357
39
IBM DB2 Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know if Zone 2 and Zone 3 are any standard definition for distributed web applications - I used to know that there is usually a demilitarized Zone with a web server exposed to any client and one or more back end server running application services, with the two layers being connected by any TCP/IP protocol well suited for specific business scenario; but my knowledge about security strategies and web server topology may be outdated.
It is also difficult to say how these parts communicate each other. You say that you have read somewhere about Soap communication. That may be one of several communication possibilities among servers... But exactly, where did you read about these terms? It looks like you have read some documentation of the company you are working for...
Anyway, I flagged your question, hoping that any other member may reply. I am curious.
 
reply
    Bookmark Topic Watch Topic
  • New Topic