Dejan Stojadinovic

Greenhorn
+ Follow
since Jul 13, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Dejan Stojadinovic


My daily job (release engineer/system integrator) often puts me between rock and a hard place (manager(s) on one side and developers on other).

Biggest mistake that can be done by managers is to follow hype and seek for a new next-big-thing ("oh, my, we need this and that, I saw it on blogosphere ")... search under "Cloud" these days; or just read good old Dilbert: http://dilbert.com/strips/comic/2011-01-07/

Developers (at least some of them), on the other hand, can be very close-minded and encapsulated in their daily routine ("I don't want to upgrade my two year old Eclipse", "why do we actually need all those integration tests" and "my source code is easy readable to everyone, I don't need to write any comments").

It is what it is

Luckily, it is not all that bad ;) All what it takes is chose managers among those who are at least intermediate technical skilled, and force developers to learn and practice soft skills (to work as a team, not as group of individuals).

This concludes my report from no mans land
12 years ago
Just my 2 cents:

Previous experience with J2ME (or any other framework) wont hurt you in front of Android's learning curve.

12 years ago

shijin raj wrote:Hi,

I am just trying some Rapid Application Development tools available in the market for minimising developer efforts.I have created some sample applications in both Spring Roo & Seam.But still I am not clear about the best one.

1)Which is the best Rapid Application Development tool / framework available in the open source market?

2)Which is good - Spring Roo or Jboss Seam in this segment or any other?

Please advice



For all of you Eclipse-IDE lovers: SpringSource Tool Suite to the rescue

http://www.springsource.com/developer/sts
12 years ago
I'm facing the same problem with JUnit – I can't find running examples and guidelines for integration testing / continuous integration / end-to-end testing / application flow testing (so many terms and keywords...I search on google day and night, but search results are not useful enough...or it is just me looking at wrong places )

So, feel free to share some useful info or at least a key word(s) for better search on google

My stack:

SWING client (I decided to use FEST-SWING http://fest.easytesting.org/swing/wiki/pmwiki.php for SWING testing)
Web services, Hibernate, EJB3 on JBoss app server
MySQL database
JUnit 4
EasyMock (perhaps)
IDE: Eclipse Galileo
Some tool for continuous integration, haven't decided yet (CruiseControl, Cargo-itest, Hudson, TeamCity,...)
14 years ago