• Generation and Documentation of tasks, users and product requirements.
  • Approval from the customer about technical design and implementation plan prepared by offshore development team.
  • Communication with offshore team on regular basis.
  • Validation of Delivery On site.
  • Onsite Deployment of the delivery.
  • Submission of QA plan and it's approval from QA team.

    Off-shore Activities

  • Preparation of Design Document and Project plan.
  • Development of software code as per specifications.
  • Unit testing of code and QA testing with test cases.
  • Preparation of Deployment Document. Documentation of the project.
Top

E-Commerce Development Project

Project Name : Funds Transfer on Web

Platform : WebLogic 4.5.1, (EJB, JSP), Oracle 8.1.5,

Client : A Financial Institution, USA

Team size : Ten

This financial portal (ASP) enables the approved users to transfer the funds over the web. User will register his account details with this financial institution and manage the accounts over the web between different financial Institutes.

This is a 100% Java based application, which enable consumers to use the power of the Internet to simplify the management of their day-to-day financial Transactions.

It offers two services to consumers:

Financial Dashboard

This service gives the consumer all his personal financial information, which may be from any financial Institution. With this service consumer can review and calculate his financial position at a glance.

Java Platform - Funds Transfer Service

This service enables consumers to transfer money from one account to the other account.

Project co-ordination involved

 
  • Understanding user requirements by interacting with respective users of the product.
  • Preparation of Functional specifications based on the information gathered.
  • Freezing the Functional Document.
  • Mapping the Functional Document to Technical specifications and time estimation for the job.
  • Integration of the developed module by offshore team on local server. Testing the code on local server and then integrating the same module on the QA and Production servers.
  • Following up with the Local QA team for the final approval and integrate it on Production server.
  • Training users after final deployment on the production server.
  • Preparing a user documentation as well as technical documentation.
  • Setting and fine-tuning the QA processes and Project monitoring processes for the offshore project.
  • Project co-ordination and project scheduling.
  • Reporting the progress of the project to higher authorities along with the Project planning task sheet.
  • At present the development is on WebLogic 4.5.1 on NT platform using EJB and JSP's.
  • Oracle 8.5.1 is the backend Database.
  • Deployment is done on Sun Solaris 2.5 platform.
  • Designed and Developed the Modules for Funds Transfer Services like ACH file Editor, Epicware, Reports Generation Bean, Auto-mail etc.
  • Created Session Beans for above utilities which are used in JSP's for Database Interaction.
  • Done Integration testing of the JSP's and EJB's for the specified functionality.
  • For Oracle connectivity used Weblogic's Oracle JDBC drivers which creates Connection Pool.
  • Designed, Developed and Deployed EJB for abstraction of all functionality of ACH Editor.
  • Developed user interface using JSP's, using Jdeveloper 3.0.
  • The JSP referenced the EJB using JNDI services provided by Weblogic.
  • Used Object cloning concept for storing old and new values of ACH file.
  • Conversion of an Existing C program provided by Epicware into Session Bean for Verification of Routing Number and Account Number of Financial Institutes. During Weblogic startup a flat file is loaded into Systems memory and then accessed through bean for verification.
  • Done enhancement for above functionality by populating the database table in Oracle 8.0.5. A Bean is developed for protection of direct access of Database from JSP's.
  • It executes the query on database and returns a serialized wrapper class of Resultset to the JSP's Automail is a Cron job, which generates html files of reports of predefined parameters java.net classes, XML and XML parser.
  • This job is a Schedule which is executed at specific time by the Server for which a Session Bean is written.
  • XML and HTML files are generated automatically and mailed to the respective partners in Encrypted form using PGP.
  • The Above development is done using tools like JDeveloper and Kawa. Maintenance and Version Control of Source code is done using Visual Source Safe.
  • Development environment is Windows NT 4.0 and Production environment is Sun Solaris 2.5 .

    Synchronization of the development environment with production environment at US Client is achieved by setting up standards in development of code and Deployment procedures.

Top

    AS 400 Platform - SSC Board

    Project Done at SSC Board for Porting on AS/400

    Project Name : Porting of Programs and Data from ICL Mainframe to AS/400

    Platform : IBM AS/400 with V4R3 O.S and COBOL/400 & CL/400

    Client : Maharashtra State Higher Secondary School Examination Board

    Team size : Five

    Legacy application in COBOL running on ICL's Mainframe 1904 since 1983 was successfully ported on AS/400 in time limit of 45 days. The application consists of forty COBOL programs consisting of heavy user interactions and complex logistics and huge data. Processing of Examination results of about 2 million students all over Maharashtra state is done with this system.

    Technical Details of Implementation

    All flat files are converted to physical files on AS/400 and not required indexes are dropped.

    All screen sections were converted to subfiles.

    Alternate Collating sequence is used, as default AS/400 sorting uses EBCDIC.

    OS/400 and DB2/400 were tuned to allocate maximum resources to programs.

    CL programming is done to automate the process.
    Top