Posts

Words of wisdom. Popular words of wisdom from Mahatma Ghandi

Be the change that you wish to see in the world. Mahatma Gandhi “ Live as if you were to die tomorrow. Learn as if you were to live forever. Mahatma Gandhi “ An eye for an eye will only make the whole world blind. Mahatma Gandhi “ Happiness is when what you think, what you say, and what you do are in harmony. Mahatma Gandhi “ When I despair, I remember that all through history the way of truth and love have always won. There have been tyrants and murderers, and for a time, they can seem invincible, but in the end, they always fall. Think of it--always. Mahatma Gandhi “ The weak can never forgive. Forgiveness is the attribute of the strong. Mahatma Gandhi, All Men are Brothers: Autobiographical Reflections “ Where there is love there is life. Mahatma Gandhi “ I like your Christ, I do not like your Christians. Your Christians are so unlike your Christ. Mahatma Gandhi “ Prayer is not asking. It is a longing of the soul. It is daily admission of one's weakness.

Guidelines for writing a seminar paper (a step-by-step hint on how to write your seminar report)

Guidelines to prepare a seminar report ● The first two page are the title page and certificate ● Declaration ● Acknowledgement ● Abstract of seminar ● Table of Contents ● Chapters Title Depending on the Seminar topic chapters should be prepared Chapter 1: Introduction Chapter 2: Literature review or survey Chapter 3: Analysis Chapter 4: Application Chapter 5: Advantages and Disadvantages (optional) So on………. ● Conclusion ● References for example, using the format below TABLE OF CONTENTS               i Acknowledgements                         iii Abstract                                           iv Index                                               v List of Figures                                 vii List of Tables                                   ix INDEX CHAPTER 1                         INTRODUCTION [01 - 10] 1.1          Background                            

Applications of Component-Based software Engineering or Component-based Computing

  Applications of Component-Based Software Engineering 1. Application server An application server is a software framework that provides both facilities to create web applications and a server environment to run them. Application Server Frameworks contain a comprehensive service layer model. An application server acts as a set of components accessible to the software developer through an Application Programming Interface (API) defined by the platform itself. For Web applications, these components are usually performed in the same running environment as their web server(s), and their main job is to support the construction of dynamic pages. However, many application servers target much more than just Web page generation: they implement services like clustering, fail-over, and load-balancing, so developers can focus on implementing the business logic. 2. Massively Multiplayer Online Game A massively multiplayer online game (MMOG or MMO) is an online game which is c

Characteristics of Components in Conponent-based Computing or Component-based Software Engineering

 Characteristics of components ·          Standardized: Component standardization means that a component that is used in a CBSE process has to conform to some standardized component model. This model may define component interfaces, component meta-data, documentation, composition and deployment. ·          Independent: A component should be independent – it should be possible to compose and deploy it without having to use other specific components. In situations where the component needs externally provided services, these should be explicitly set out in a ‘requires’ interface specification. ·          Composable: For a component to be composable, all external interactions must take place through publicly defined interfaces. In addition, it must provide external access to information about itself such as its methods and attributes. ·          Deployable: To be deployable, a component has to be self-contained and must be able to operate as a stand-alone entity