Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Continuous Integration: SDLC

 
Ranch Hand
Posts: 502
jQuery Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does this book cover about software development process(SDLC) or what is this book all about?


Thanks in advance.
 
author
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Does this book cover about software development process(SDLC) or what is this book all about?



As for the SDLC, we tend to focus on the "back-end" processes such as construction, testing, and deployment and less on requirements. My assertion in the book is to:

1) Take fundamental software development practices: building your software, testing your software, inspecting your software, rebuilding your database/data, and deploying it into the target environment (e.g. Tomcat on a particular machine)
2) Make these processes automatic by running them with a scripted, automated build
3) Make it continuous to increase visibility and feedback so that all team members know the status of the software under development (from a single source)

This link to the table of contents should give you a good idea of what's in the book: http://safari.informit.com/9780321336385?tocview=true
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic