Monday, May 7, 2012

What is a software component?


This is the first article that explains what a software component is and how to develop a simple software component.

Well a software component is a unit of software that is configurable, auto-deployable, extensible, reusable, standardized, auto-descriptive, and is documentable.

Well read the the followings post about what is a software component and with a little step by step examples you will have the knowledge to make a software component.

No comments:

Post a Comment

Read files in Java 10 ways How to Read a File in Java Using BufferedReader and FileReader for Text Files Code Example: try (BufferedR...