What should a Java/SOA developer be able to do?
Posted
by Regular Joe
on Stack Overflow
See other posts from Stack Overflow
or by Regular Joe
Published on 2010-05-10T16:42:19Z
Indexed on
2010/05/10
16:54 UTC
Read the original article
Hit count: 501
Hello community.
I got assigned the task to list the activities a Java Developer should be able to perform and create an estimate about the time it would take.
I've came up with the following:
S = Small complexity
M = Medium complexity
H = High complexity
1d = 1 day
Create JDBC CRUD backend ( S=1d, M=5d, H=10d )
Create JSP/Servlet frontend for a CRUD app ( S=1d, M=10d, H=20d )
Create Swing desktop frontend ( S=1d, M=15d, H=30d)
Create ORM based CRUD ...
Create Webapp fronend with webframework ...
This is thought for a Java "enterprise" developer. The other profile I have is SOA Developer, but I could not pass beyond:
- Create webservice ( S=.5d, M=2d, H=7d )
Q.- What other activities should a Java Developer be able to do?
Q.- What activities should a SOA Developer be able to do?
Please, help me with this, I know this is in the limit of the kind of questions that could be asked here, but I really need a little push on this, and I don't want to go to Yahoo Answers for this.
© Stack Overflow or respective owner