Home » Author spec-india Page

Author: spec-india

Published articles: 18

Author Articles List

Sort by:

Optimizing Web Service Design

June 13, 2011 | Posted in Software

Web services are always called remotely and are typically invoked using a SOAP request. This architecture by design creates a process boundary that automatically degrades the responsiveness of the Web service. In addition, Web services and their consumers are forced to take the extra processing step of assembling and parsing SOAP requests. By their nature, …

Planning a Scrum Project

May 19, 2011 | Posted in Software

The Scrum planning process sets stakeholders’ expectations. These stakeholders include those who fund the project, those who intend to use the functionality created by the project, and those who will be otherwise affected by the project. The plan is a way of synchronizing stakeholders’ expectations with the Team’s expectations. In the case of stakeholders who …

What is .NET Remoting?

April 16, 2011 | Posted in Software

At its fundamental level, .NET Remoting allows two processes within the same or different application domains to communicate with each other in a client-server relationship. In this basic scenario, the server component is a remotable object. .NET Remoting implements interprocess communication by separating the remotable object from a specific client, server application domain, or particular …

Five Objectives involved in creating a secure mobile environment

March 21, 2011 | Posted in Software

For end-to-end security you have to consider the entire environment, including enterprise access, middle-tier components, and client applications. End-to-end security means that the transmission of data is secure along the entire path from the sender to the receiver—usually the client application to the enterprise server. Authentication Authentication is the process of proving that people and …

A Prototypical Risk Analysis

February 18, 2011 | Posted in Software

A majority of risk analysis process descriptions emphasize that risk identification, ranking, and mitigation is a continuous process and not simply a single step to be completed at one stage of the development lifecycle. Risk analysis results and risk categories thus drive both into requirements (early in the lifecycle) and into testing (where risk results …

Testing AJAX applications

January 26, 2011 | Posted in Software

First, with an AJAX application, you have to view the application as being broken into two parts. In the old Web 1.0 days, we didn’t worry much about “client-side” code in our web apps. That is, there wasn’t much code of significance executing in the web browser. In AJAX applications, there is significant code running …

Principles of agile Practices

January 18, 2011 | Posted in Software

Following are the 12 Principles that differentiate a set of agile practices from a heavyweight process. 1. Our highest priority is to satisfy the customer through early and continuous delivery of valuable software. An agile set of practices delivers early and often. We strive to deliver a rudimentary system within the first few weeks of …

Why optimize the software Applications?

December 17, 2010 | Posted in Software

Although optimization is a logical choice for those who write time-critical or real-time programs, it has more widespread uses. All types of software can in fact benefit from optimization. – As programs leave the development environment and are put to use in the field, the amounts of data they need to handle will grow steadily. …

Why one should Perform Code Maintenance?

December 17, 2010 | Posted in Software

Although many people don’t consider code maintenance to be design work, our experience is that the way maintenance is carried out can make or break the security of a design. Similar to retrofitting security enhancements onto existing software, maintaining code should be handled with due care, again applying the same level of design scrutiny and …

Introduction of Android and its Important Features

November 23, 2010 | Posted in Software

Want to know what is Android and its Important Features? Here is an article with information on Introduction of Android and the key Features of android. Android is a software stack for mobile devices that includes an operating system, middleware and key applications. The Android SDK provides the tools and APIs necessary to begin developing …