Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jose Hughes   on Jul 16 In Java Category.

  
Question Answered By: Jarvia Miller   on Jul 16

I will explain the Implementation of XP in brief.Btw
in OOPS language it is very easy to implement.
1.Requirement specification should be done like a
user manual.
2.The whole requirements should be BREAK into
multiple feature which can be implemented in 2 weeks
time.
3.If you feel it cannot be implemented in 2 weeks
break that features into many subfeatures that shall
be implemented in 2 weeks.
4.By now You will get the approximate schedule.
5.It advocates about Less documentation and more
productivity.
6.By the way we should not compromise on
maintaining the record.
7.For this purpose select the tool which are going
to minimize the documentation work.
8.For this we used SWIKI for document management
btn customer and us.
9.We used TogetherJ for Designing and CVS as a
version control tool.
10.This reduced our documentation work and more
consentration on real meat.
11.When comes to the implementation phase Pair
programmer should be used.i.e 2 programmer sitting
side by side implementing the same feature.By this the
bugs will be caught in the source itself.So the peer
review is also happened while implementing itself.
12.Before start implementing the features the
developers has to work with the Unit test cases using
JUNIT.Then start writing the real code for each
method.This is called "Test first principle".
13.Since we are releaseing the product to the
customer on iteration basis then and there the problem
will be esclarated to the developer and we can serve
to our best to the customer and keep the happy
customer always.
14.I am sure this XP is going to be a right way of
doing the project in future.
15.This is going to be a challenging task in the
initial periods.
16.My personal opinion by implement XP We are
keeping in happy customers.
For more information go through
WWW.THOUGHTWORKS.COM.

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Java Extreme Programming Or get search suggestion and latest updates.


Tagged: