Thursday, March 13, 2014
Maximize the efficiency of your Scrum process with OnTime
Kanban
)Easily manage product backlogs
Add new user stories, defects and incidents. Organize items into projects, releases and sprints, then assign them to team members.
Effectively plan releases and sprints
Easily plan new sprints and releases by dragging in user stories until your release capacity meter is filled.
Quickly analyze burndown velocity
Gather work data from your team, and use it to evaluate your releases and monitor progress with Scrum burndown charts.
Wednesday, March 12, 2014
Proxy Objects
A proxy object acts as an intermediary between the client and an accessible object. The purpose of the proxy object is to monitor the life span of the accessible object and to forward calls to the accessible object only if it is not destroyed.
Follow the links below for Java Reflection - Dynamic Proxies tutorials
Fig - Proxy Design Pattern Example |
Monday, March 10, 2014
Hadoop learning resources
http://www.srccodes.com/p/article/38/build-install-configure-run-apache-hadoop-2.2.0-microsoft-windows-os
http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleCluster.html
http://v-lad.org/Tutorials/Hadoop/04.5%20env-vars.html
http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.0.6.0-Win/bk_installing_hdp_for_windows/content/win-chap2-singlenode.html
http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleCluster.html
http://v-lad.org/Tutorials/Hadoop/04.5%20env-vars.html
http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.0.6.0-Win/bk_installing_hdp_for_windows/content/win-chap2-singlenode.html
Friday, March 7, 2014
svn 1.8.0 "problem both sides of the move must be committed together"
Illegal target for the requested operation
svn: Commit failed (details follow):
svn: Cannot commit 'E:\JOB\Hotel Project\SVNMandal10Feb2014\branches\mandala_soft\src\main\webapp\jsp\room\setup_room_state_form.jsp' because it was moved from 'E:\JOB\Hotel Project\SVNMandal10Feb2014\branches\mandala_soft\src\main\webapp\jsp\setup_room_state_form.jsp' which is not part of the commit; both sides of the move must be committed together
Tips:
Commit parent folder inside which you moved files by drag and drop. This solve the problem in SVN by performing commit at both sides of the move the same time, thus solution to the problem.
To solve this problem follow the instruction in the image:
Step 1:
Fig1 :- SVN 1.8 file committed together step 1 |
Step 2:
Illegal target for the requested operation |
Subscribe to:
Posts (Atom)