| Software Development Articles |
|
Last build date |
Wed, 31 Dec 2008 01:57:16 -0500 |
| Site |
UML, Agile, Java, .NET, Test, Project Management, SCM, ... |
| Webmaster |
contact@softdevarticles.com |
| Category |
Whats New |
| Generator |
XOOPS WhatsNew 2.12 |
| Language |
en |
| TDD from scratch |
| Category |
Articles Directory
|
| Public date |
Wed, 31 Dec 2008 01:57:16 -0500 |
| Site |
Article about development driven by automated tests. Describes technique of method mocking in JMock. more... |
| Unit and Integration testing in Java |
| Category |
Articles Directory
|
| Public date |
Wed, 31 Dec 2008 01:48:43 -0500 |
| Site |
This article describes two general approaches to automated testing of source code. It covers next technologies used for making tests in Java: JUnit, JMock, FIT. Reader will build sample project step by step and cover it with tests of different ki ... more... |
| The Enterprise Implementation Framework (EIF): Beyond the IDEAL Model |
| Category |
Articles Directory
|
| Public date |
Mon, 22 Dec 2008 07:14:01 -0500 |
| Site |
This article introduces the IDEAL model and the Enterprise Implementation Framework (EIF). The IDEAL model is the Software Engineering Institute’s (SEI) "organizational improvement model that serves as a roadmap for initiating, planning, and impl ... more... |
| How to Select a QA Collaboration Tool |
| Category |
Articles Directory
|
| Public date |
Mon, 22 Dec 2008 07:11:35 -0500 |
| Site |
This article examines the methods for identifying and choosing a QA collaboration tool, which can serve to support and reinforce process for an organization. more... |
| Service Components & Compositions |
| Category |
Articles Directory
|
| Public date |
Mon, 22 Dec 2008 07:09:55 -0500 |
| Site |
This article examines how to develop service components and combine them, when appropriate, to form service compositions. The open source product used for this is Apache Tuscany, which is an implementation of the Service Component Architecture (S ... more... |
| Fingers in the Air: a Gentle Introduction to Software Estimation |
| Category |
Articles Directory
|
| Public date |
Mon, 22 Dec 2008 07:06:39 -0500 |
| Site |
An introduction to the software estimation process aimed at project managers, developers and customers who want to get a better understanding of the basics this subject, and avoid to make their projects a death march one. more... |
| Behavior Driven Database Development |
| Category |
Articles Directory
|
| Public date |
Mon, 22 Dec 2008 07:05:14 -0500 |
| Site |
This article shows how the behavior driven development can be applied to database development and how it can be used to develop and design databases in an iterative and incremental way. more... |
| 12 Steps To Faster Web Pages With Visual Round Trip Analyzer |
| Category |
Articles Directory
|
| Public date |
Wed, 17 Dec 2008 04:41:32 -0500 |
| Site |
So many factors can affect the performance of a Web page—the distance between server and client, the size of the elements on the page, how the browser loads these elements, available bandwidth. Finding those bottlenecks and identifying the culpri ... more... |
| Browser Interoperability In Silverlight 2 |
| Category |
Articles Directory
|
| Public date |
Wed, 17 Dec 2008 04:37:49 -0500 |
| Site |
Silverlight comes with a browser interoperability layer that allows managed code to access the document object model (DOM) of the underlying page and register managed handlers for page-level events. At the same time, any JavaScript code running i ... more... |
| Cloud Gazing From Silverlight 2 |
| Category |
Articles Directory
|
| Public date |
Wed, 17 Dec 2008 04:36:00 -0500 |
| Site |
There are plenty of third-party Web services that offer everything from access to their APIs to storage of client-specific and custom data. I'll discuss the consuming and passing of data between Silverlight applications and the cloud of services. ... more... |