Tagged Questions
The industry-standard tag has no wiki summary.
21
votes
5answers
3k 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 ...
12
votes
6answers
19k 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 ...
6
votes
3answers
561 views
EDI tutorials and specifications
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
2answers
214 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 ...
4
votes
4answers
154 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 ...
2
votes
1answer
56 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
155 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 ...
2
votes
4answers
160 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 ...
2
votes
7answers
813 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 ...
1
vote
3answers
103 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
2answers
92 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 ...
0
votes
0answers
9 views
Industry stats for number of bugs found post development / Release
Is there anywhere I can find out about the Industry stats for the number of defects found post delivery, mainly based around lines of code or function points?
0
votes
2answers
70 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 ...