All Questions
Tagged with development-process java
6 questions
4
votes
3
answers
818
views
Code review if nobody in team has knowledge in some technology?
Sample situation: A team of Java developers starts an iOS project. Only one developer has Objective-C/iOS knowledge, and in the beginning he will work on this project alone.
How we can perform code ...
0
votes
1
answer
152
views
Java continuous integration with extras [closed]
I am very new to continuous integration, but I decided to give it a shot. Unfortunately I found there to be huge quantities of different tools, and each one is sizable and seems to be difficult (I am ...
8
votes
3
answers
3k
views
When, how and why should one upgrade (Java) frameworks?
Short summary as introduction:
We are a small Java web development team, creating applications using various frameworks and libraries like JSF, Hibernate, Seam, all together deployed in JBoss AS.
...
3
votes
4
answers
406
views
Creating a library in two languages simultaneously
I'm planning on writing an open source HTML parsing library in .Net so that I have a project out in the wild when I start looking for developer jobs. Now, in my Masters program I started learning Java ...
11
votes
3
answers
782
views
Introducing a new JVM programming language into an established enterprise environment
Imagine that your current workplace is a Java shop. There is a lot of built-up knowledge about the Java language and there is a comprehensive build and deployment process in place to handle everything ...
21
votes
11
answers
16k
views
Which Continuous Integration framework do you use and why? [closed]
There are quite a few different Continuous Integration (CI) frameworks out there and I'm wondering which is the most popular. Which frameworks have you used at firms where you work?
Is there any ...