Sunday, October 1, 2017

Vote of thanks in a inaugural function

Honorable  Principal, Respected  Director/ Department of MCA, Faculty  of MCA, supporting staff , parents  and my dear students ,  Good Morning to all.


Thanks giving is a wonderful experience. it gives a great pleasure to each and everyone  who made this function to a  great success.  I  have the pleasant task of delivering Vote of Thanks to thank  each one of them  on behalf of our department.

 First of all, I wish to thank our management  who always  provides a full support  to all   the activities of our department..

Next , I would like to express   my thanks to our Principal Dr.xxxx for felicitating this inaugural function, despite his busy schedule.

I extend my sincere gratitude to,Director  of our department for motivating us in all our endeavours.   

Our department have been fortunate enough to be backed by a team of very  dedicated  faculty and support staff.  I  thank everyone of them   for the involvement they have shown for the success of this inaugural function.



I express special thanks to the parents who have come from different destinations
For attending  this inaugural function. We assure that the dream and passion of your children will definitely come true. Thanks to each and every parents once again.



Last , but not least  I  thank our Direct second year  students  for attending this inauguaral function.

Thank you once again.



Monday, June 12, 2017

Characterstics of SOA



 Service-Oriented Platform.

SOA promotes service-orientation through the use of web services.  It supports
Various principles to make the SOA as a service oriented platform.


Increases Quality of Service

To increase the quality of service in SOA, it supports the following:
  • Security
  • Reliability
  • Integrity
  • Transactions capability

 Autonomous

 In SOA, each service is an independent module which maintains the underlying business logic.  It also supports message level autonomy using SOAP.

 Based on open standards

  •  The characteristic of Web services is governed by open standards.
  •  When a message is sent from one Web service to another, it travels via a set of protocols that is globally standardized and accepted.

Fosters Reusability

SOA establishes an environment that promotes reuse on many levels.
Collections of services can  be reused by larger compositions.

Promotes Discovery

The services of SOA can be discovered using common registry.  The service can be discovered using UDDI.



Promotes Loose Coupling System

Services are all independent from one another.  The SOA supports independent service logic.  The independent business logics communicate each other using SOAP messages.

Implements layers of Abstraction

SOAs supports layers of abstraction by positioning services as the sole access points to a variety of resources and processing logic. The processing logics interact with each other using interface.

Emphasizes Extensible

It represents an open, extensible, federated, composable architecture that promotes service-orientation and is comprised of autonomous, QoS-capable, vendor diverse, interoperable, discoverable, and potentially reusable services, implemented as Web services.

Supports Composability

SOA composed of different business logic.These logic collectively gives a particular service to users.