The industry-standard tag has no wiki summary.
1
vote
3answers
222 views
Most preferred method of CRUD in ADO.NET
What is the industry preferred method of CRUD operations on a database with ADO.NET + ASP.NET?
I am using a custom made Helper class that talks to the database. I issue CRUD commands to it in plain ...
0
votes
2answers
116 views
JMS Multiple threads processing
We have a web application that is generating some 3-5 parallel threads every five seconds to connect to a JMS/JNDI connection pool. We wait for the first batch of parallel threads to complete before ...
2
votes
2answers
143 views
Survey of Software Development Practices
I'm looking for some kind of annual survey or census that shows changes in software development practices and/or the software development industry over time. What types of project management are ...
1
vote
3answers
215 views
Using programming templates for large scale system
I'm a student of object oriented programming with C++ and slowly I am learning new things.
As a part of my term presentation of my course I am asked to speak on a statement that states:
"Is using ...
1
vote
1answer
58 views
Industry stats for number of bugs found post development / Release
Is there anywhere I can find out about the IT industry stats for the number of defects found post delivery, mainly based around lines of code or function points?
3
votes
1answer
251 views
Selenium HTML attribute name to assist identifying content
I need to verify using Selenium (or similar framework) that certain HTML content/items are on the page using known unique identifiers.
I have control over the generation of the HTML, so I will mark ...
2
votes
4answers
861 views
Java webapp deployment: explode or not to explode?
A very simple question. I have a .war(~40MB) file to be run on JBoss.
What is the best practice for deployment: Should the war file be deployed in exploded format? Or not?
I ask because if its ...
4
votes
2answers
647 views
When to create multiple projects in Eclipse?
I'm often wary of creating multiple projects in Eclipse. Let's take a scenario:
There is a main J2EE project, which has all the business logic, render GUI etc
Then there is one more supporting ...
3
votes
5answers
206 views
Programming for companies [closed]
I'm about tog graduate from my course in a couple of weeks and have a few projects that I'd like to work on on the side.
I have a friend who works for a rather large company who have a policy that ...
6
votes
3answers
1k views
EDI tutorials and specifications [closed]
Wondering if anyone knows of any good tutorials on working with EDI, and where one might find the type specifications? The formats I'll be largely dealing with are 846, 852, and 867. Tried several ...
4
votes
4answers
195 views
why use com.company.project structure?
Does anyone know of the practical reasons for the com.company.project package structure and why it has become the de-facto standard?
Does anyone actually store everything in a folder-structure that ...
1
vote
2answers
173 views
How and when is something considered industry standard?
I'm currently working on a proposal for my organization which includes a shift from waterfall development methodology over to a Scrum framework.
As I work for a university, citations for all of my ...
35
votes
6answers
10k views
Is Log4j being abandoned in favor of Slf4j?
It seems that log4j has some class loading issues (among others) and it seems to me the trend is to move out of log4j toward slf4j. (Hibernate stopped using the first in favor of the latter)
Is it ...
2
votes
4answers
244 views
What documentation is “standard” before developing an application?
I've been tasked to write alot of documentation recently. I know it's the kind of thing some developer's probably cringe at but I don't really mind too much. My question is, what are some of the ...
0
votes
2answers
82 views
How to code for Alternate Course AKA Rainy Day Scenary?
Alternate course is something when user doesn't do what you expected, e.g. key in wrong password, pressing back button, or database error.
For any programming project, alternate course accounts for ...
2
votes
7answers
1k views
What is the industry standard database modeling language?
Before anyone votes to close this as a dupe, know that every question I found so far was a question about specific programs that are good for database modeling. My question is what is the industry ...
20
votes
6answers
48k views
What programming language is used for video games? [closed]
What kind of languages and IDEs are used to develop video games? like Xbox 360 games?
Are they OOP?
Thanks.
UPDATE:
Great answers guys, I am sorry I can only mark 1 as answer, you have all provided ...
