We’ve updated the first build of JDEEP, adding a new functionality. Now, when you close Eclipse, the local file is added to a global file (memorized in the same directory of the local) which stored all the times related to all the projects active on Eclipse workspace.
To do this we added a control when Eclipse is starting which creates a global xml file if it doesn’t exist and a new class which implements the merge operation during Eclipse stops. This aggregator reads the global file and memorize it using DOM (from org.w3c.dom.*) methods (and we add a new vector of timeItem to keep track of the various istances) and then it reads the local file, adds the timeItem and rewrites the structure memorized in the global file.
The global file will be useful to create the reports for the users.
We’re preparing a TO DO list with the improvement to be done, for example:
- A listener which captures the keyboard interrupts to monitore that the user is working effectively;
- A view which calls the method “Reader” and shows the content of the local or global file.
We’re working hard on this plugin and any suggestion is welcomed.
Posted in info, jdeep, news
We’ve published the first build of JDEEP. There are still incomplete feature that we’re planning to add in the next weeks. We remember you that you can find the project plan of the plugin at this link. The source is available in the CVS repository on sourceforge.
A brief log of this build:
The plugin start to monitor the opened editor on eclipse session and measure the time you spent editing a file.
When you close eclipse JDEEP print an xml file in the directory .Jdeep/ on the workspace. The xml file contains statistical information collected during your last eclipse session. It show information about:
- the file on which you have worked
- your username
- the total worked time for each file (in seconds)
- the date
- the project in which the file resides
There’s a lot of work to do to improve JDEEP. In the next day we’ll publish a detailed TODO list and also a documentation of the plugin. We would appreciate if you take a look at the source code and give us feedbacks. Also any suggestion is welcomed.
Posted in info, jdeep, news
Welcome to the JDEEP Eclispe plugin web site!
What it is JDEEP? you can find more information on the sourceforge project site or you would like to see a detailed explanation on our page.
Posted in description, info, jdeep