| System Development |
| The top priority of system development is that the system must
“in line” with business's goal and needs. |
| Provide communication channels to all stakeholders of the system
throughout the development process. |
| Always be in user's shoes and define the scope as soon as possible. |
| Use case break complex system process into small cases, make it more understandable.
Test case increase system reliability. |
| |
| Java |
| The ability to run the same program on many different system is
crucial today. |
| Allow you to build application from reusable modules, save time and
costs. |
| Rich set of API, such as Security, 2D, 3D, Mail, Database, Message Service,
Cryptography, Media etc. Provide a full range support to business needs. |