development

Interviews

Software professional and Open Space facilitator Steven Doc List Listen to What You're Saying!: An Interview with Steven "Doc" List

Steven "Doc" List and Noel Wurst sit down for what starts as a standard interview about communication skills but quickly evolves into a fascinating conversation that reveals a lot about what we're saying—and what we should be saying. You may be surprised at just how much you have to learn.

Noel Wurst's picture Noel Wurst
I am writing an automation for promoting the Harvest packages using Java code.

I am using the JHSDK jar available in ths installation directory of CA to write a java program for an automation project.

 

I am using the below Java code to select the packages from ACEDEV13.06.00.00 from SW Development view and promoting it to next stage 'Integration Test(AIT)'.

 

Java Code:

 

JCaContext context = harvest.getContext();

boolean approve = context.setApprove("Approve"); //Exception @ this line is E0309000d: ERROR: Could not get Process.

boolean promote = context.setPromote("Promote");

 

//Setting the Approval

CaApprove jcaApprove = context.getApprove();

jcaApprove.setApprove(true);

jcaApprove.setDescription("Approved Desc");

jcaApprove.execute();

 

//Setting the Promote

JCaPromote jcaPromoteObj =  context.getPromote();

System.out.println(" getToStateName "+jcaPromoteObj.getToStateName());

Ezhilan Mahalingam's picture Ezhilan Mahalingam
Things Change (and So Should Processes)

Much like the VCRs of yesteryear, our software development processes are not going to last forever. They’ll fall out of favor, while new and stronger concepts replace them. Jonathan Kohl writes about coping with process evolution in the quest to improve software.

Jonathan Kohl's picture Jonathan Kohl
An Interview with Sanjiv Augustine: ADC-BSW 2013 Interview Series
Video

Committed to covering the latest trends and approaches for anyone investigating or implementing agile development practices, processes, technologies, and leadership principles, Agile Development & Better Software Conference West offers their 2013 interview series. 

Sanjiv Augustine, LitheSpeed
An Interview with Scott Ambler: ADC-BSW 2013 Interview Series
Video

Committed to covering the latest trends and approaches for anyone investigating or implementing agile development practices, processes, technologies, and leadership principles, Agile Development & Better Software Conference West offers their 2013 interview series. 

Scott Ambler, Scott W. Ambler + Associates
An Interview with Woody Zuill: ADC-BSW 2013 Interview Series
Video

Committed to covering the latest tools, trends, and issues regarding software development approaches, plan-driven development methods, and process improvement programs, Agile Development & Better Software Conference West offers their 2013 interview series. 

Woody Zuill, Hunter Industries
Keynote: Know the Way, Show the Way, Go the Way: Scaling Agile Development
Video

Tired of the claims that Scrum, XP, and kanban don’t scale beyond a few teams? Overwhelmed by management’s resistance to the organizational changes needed to really follow agile principles? Concerned with the lack of proven practices required to scale agile methods to the next level?

Dean Leffingwell, Leffingwell LLC
Keynote: Magnificence: Culture Hacking, the Common Platform, and the Coming Golden Era
Video

A culture is the set of shared attitudes, values, goals, and practices that both describes and shapes a group. The unique challenges of creating software have demanded totally new types...

Jim McCarthy, McCarthy Technologies Inc.
Building Customer Feedback Loops: Learn Quicker, Design Smarter
Slideshow

Listening to your customers is critical to developing better software. Their feedback enables you to stay in sync with customer expectations, to make changes before those changes become costly, and to pivot if necessary. Sharif shares five practical tips for building, capturing, and scaling..

Sherif Mansour, Atlassian
An Interview with Mik Kersten: ADC-BSW 2013 Interview Series
Video

Committed to covering the latest trends and approaches for anyone investigating or implementing agile development practices, processes, technologies, and leadership principles, Agile Development & Better Software Conference West offers their 2013 interview series. 

Mik Kersten, Tasktop

Pages

CMCrossroads is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.