On 14 Jan 2013, at 20:15, Chris Muir wrote:
From my personal point of view what I found interesting in this survey, was
3 new questions we asked for 2012:
A staggering ~60% said they didn't know what a CI server is or had no
plans. Eeks, so much for software development best practices.
...
I'm not surprised to see Atlassian Jira here, though overall again I'm
surprised to see that ~60% have no idea what an ALM tool is or don't intend
to use one.
Great observations - it seems that 60% of the respondents must also like to live with significantly higher stress levels than they need to!
… along the lines of the survey, I'd also be interested to know in the coming year (perhaps for next year's survey) what source control systems and tools (if using them at all!!) JDeveloper users are using, especially with 'git' integration rolling out in recent versions of JDeveloper.
--
Chad Thompson
chad_t...@mac.com
Hi everybody
"A staggering ~60% said they didn't know what a CI server is or had no plans"
This indicator is because there are many developers "Oracle Forms" and are slowly moving towards ADF and toward new development methodologies, Subversion or Git, CI server, Scrum or ALM tool, others. I think Oracle needs to promote more development technologies (indirect business), this point helping to Oracle technology adoption in organizations.
Regards
Marcelo Vasquez
marcelo...@softlogia.com
--
You received this message because you are subscribed to the ADF Enterprise Methodology Group (http://groups.google.com/group/adf-methodology). To unsubscribe send email to adf-methodolo...@googlegroups.com
All content to the ADF EMG lies under the Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/). Any content sourced must be attributed back to the ADF EMG with a link to the Google Group (http://groups.google.com/group/adf-methodology).
We’ve never used CI servers (but at least I know what one is – Thanks Susan Duncan for enlightening me) because we’re so small, and often have one or two developers per development project. So there isn’t much to integrate. Most deployments are on demand – we put a JIRA task for the CM guy who does it.
I wonder if there are more shops like mine than I thought, with similar non-need for CI.
On 15 Jan 2013, at 9:19, John Flack wrote:
We’ve never used CI servers (but at least I know what one is – Thanks Susan Duncan for enlightening me) because we’re so small, and often have one or two developers
per development project. So there isn’t much to integrate. Most deployments are on demand – we put a JIRA task for the CM guy who does it.
I wonder if there are more shops like mine than I thought, with similar non-need for CI.
Even in the small shop/small team scenario (this is where I tend to be, too) - I like using CI servers like Hudson/Jenkins just to be a double-check that what is checked in to source control successfully builds and that (as often happens in Java development in my experience) one or two files haven't gone missing or have somehow not been merged successfully.
It's a nice check to make sure that what is in source control is actually what developers intend to be in source control. On the project I'm currently on, one of our devs even wrote a nice script that Hudson runs to verify that the database and source-controlled SQL scripts are in sync. Plus, when Hudson fails you know about it 'right away' so that you can (hopefully) fix the issue while what worked on your dev machine is still fresh in your mind.
--
Chad Thompson
chad_t...@mac.com
Believe me, if our CM guy can’t do a build because something is missing, we HEAR about it.
From: adf-met...@googlegroups.com [mailto:adf-met...@googlegroups.com] On Behalf Of Chad Thompson
Sent: Tuesday, January 15, 2013 10:26 AM
To: adf-met...@googlegroups.com
My experience with CI is much like John’s, but my reasons for often wanting to implement CI are pretty much exactly what Chad states.
Stephen Johnson
Manager, Systems Architecture
Integretas, Inc.
From: adf-met...@googlegroups.com [mailto:adf-met...@googlegroups.com] On Behalf Of Chad Thompson
Sent: Tuesday, January 15, 2013 10:26 AM
To: adf-met...@googlegroups.com
--
--
On 15 Jan 2013, at 12:48, Mark Robinson wrote:
A client without source control? Do those actually exist?
Short answer: "yes".
Slightly longer answer: Approaches to source control, working as a team and packaging can be very different in Java (or even just object oriented languages with many smaller source files) needs a different approach than the "workable" approaches with 4G development environments.
--
Chad Thompson
chad_t...@mac.com