Thursday, August 21, 2008

Rational Software Development Conference 2008

19th August 2008 @ Sheraton Subang Hotel

Presentation Slide to be downloaded
http://www-07.ibm.com/my/events/rsdc2008/download.html

What is Jazz?

Developing software in a team is much like playing an instrument in a band. Both require a balance of collaboration and virtuosity. Jazz defines a vision for the way products can integrate to support this kind of collaborative work, and a technology platform to deliver on this vision.

Jazz is an IBM Rational project to build a scalable, extensible team collaboration platform for integrating work across the phases of the development lifecycle. We believe Jazz will help teams build software more effectively while making the software development activity more productive and enjoyable.

Reference

https://jazz.net/pub/index.jsp Jazz.net
i) Collaborative in Context
- Build better

ii)Right size governance
- workflow for check in source code
- earlier bug detection
-pick right process for you

iii)Day One productivity -easy setup development environment

iv)Open & Extensible architecture
http://www.ibm.com/software/rational/collaborate
the flexibility to assemble your own software delivery platform, relying on your preferred vendors and solutions.

"Suppose we expose data to internet?"
Ans:Internet create challenge, solve it.

Scaling Agile Software Deveploment: Apply Agile in Complex Situations

Agile software development refers to a group of software development methodologies that promotes development iterations, open collaboration, and process adaptability throughout the life-cycle of the project. Surveys Exploring The Current State of Information Technology Practices
http://www.ambysoft.com/surveys/
Leader of tomorrow -Adapt Agile technique Jazz platform
-Team concert
-Rational Requirement Composer
-Rational Quality Manager

RMC 7.5 Agile Core -Iteration Development
-Continuous integration
-Test driven Development Reason

------- Whole team will focus for the next iteration Focus more time in planning, compare with traditional methodology which is get everything requirement in the beginning stage which may have alot unseen thing. Statistic saying there is 45% of features of system never use. http://www.agiledata.org/essays/enterpriseArchitecture.html

Enable Security Testing across the Software Development Life cycle with AppScan
Make securty as QA task

Using Rational Requirment Tools to implement Business Driven Development
IBM Rational Requirements Composer http://www.ibm.com/software/rational/announce/rrc -rich test requirement
-use cases
<->good because from user point of view
-UI sketching and storyboarding
-process sketching
-contain iRise + RavenFlow

Wednesday, August 13, 2008

Check index db2

db2 "describe indexes for table tibsadmin.fundtrasnferhistory"

SELECT colnames,tbname FROM SYSIBM.SYSINDEXES
where tbname ='ECEREMITTANCE';