Thursday, March 13, 2014

Hibernate Tutorial


Video Tutorial from Java Brains

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.
Proxy Design Pattern Example
Fig - Proxy Design Pattern Example
Follow the links below for Java Reflection - Dynamic Proxies tutorials



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