• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

par2 confusion

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In system I want to do all interaction between user and system secured by SSL.In design how i will show that.can someone tell me where i get material on that
connecting with Transmaster,can i use web service.where i get material on that.
credit card validation will be synchronize or asynchronize communication
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my opinion, we cannot show the SSL [transport layer security] in component diagram. We could show in deployment diagram but that is not required by the assignement.

Then as long as the Webservice invocation for authorize credit card with the Transmaster it is SYCNHRONOUS as the requirments clearly says that "it WAITS for the result of authorization".
 
neelArchitect saha
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks mahesh.
In my design i have to show calling card processing system as XML-RPC call over HTTP.
I think i have to use web services for that.
Where i get material on that.Thanks early for the help!!!
 
subramanian radhakrishnan
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
according to me, i dont think we need to get into the implementation details.
the focus of the assignment is more at the architectural level.

I mean how you make the interaction with transmaster thru xml-rpc is implementation specific. For now its just that the system has an external dependency with Transmaster.....we are to depict that in the component diagram.

any one who had cleared the assighment pls comment on this.
 
neelArchitect saha
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please,If anybody who cleared the part2,Can throw some light on that.
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Credit Card Authorisation should happen in a secure way ... you can use XMLRPC over HTTPS !
 
neelArchitect saha
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Rajendran.I have another question on that.For credit card we can make it secure in web tier by using SSL.what about security in communication between web tier and business tier.How i can make it secure.
Then how can i make xml-RPC call from EJB.and how can i process return message,which is XML.
can u tell where i get material on that
Thanks in advance.
 
Senthil Rajendran
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Practically you dont need to apply security for the communication between Web tier and the EJB tier ! Because no one is going to acess the EJB Tier directly, The initial request will be handled by the web tier then it forwards it to the BD which then goes to the EJB/Application Tier.
Also one major need of the scecure system is that your web server which receives the initial request should be inside the fire wall.

Hope this helps
 
neelArchitect saha
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Credit Card Authorisation should happen in a secure way ... you can use XMLRPC over HTTPS !



Can You tell where I get good material on that.So that i can refer.
In design can i show one stateless EJB connecting with Trasamaster by XML-RPC over SHTTP.That will be suffice,or i have to show more..........
 
reply
    Bookmark Topic Watch Topic
  • New Topic