Sunday, August 26, 2012

10:13 AM - No comments

08/19/2012 - 08/25/2012


Main Development Process
  • Design basic Data base
  • Design Main Architecture 
  • Design all code structure and start the development process.
                  - Create Service layer classes and its structure (Use Factory Method design pattern).
                   -Start the Main Service development
                     (This is also an external service that connect with the database)
                   -Test the main system some functions with the WCF services.
                   -This service was also tested by the external sample application.         
 
Current Development Process can be shown in the following link,
                                                            

All the source code and documents in the trunk  folder. (Source code also available)                                 

Note : This system not heavily depend on the Database because it is a collection of the service
          collaboration.

      Initial Database Diagram (This can be changed and extended.)



      Main Architecture



      Service Layer



 Problems and Successes

  •       Waste more time to configure WCF(Windows Communication Foundation) service to                         the upper level class libraries.
               -endpoint bindings and other configuration in WCF
  •      Successfully expose and test the WCF service. (Main Service)
  •      Successfully design the Service Layer
  •      Successfully connect and communicate with Database through the ORM.
  •      Test the all CRUD Operations.
         


Current Progress 
This week was very effective and successful because  most difficult part of the design stage was done.
 







0 comments:

Post a Comment