Stephen Downey on March 20th, 2008
Jakub Korab of the Dublin Java users group raises some good arguments about agencies updating a CV before submitting it to an employer.
The logic being that the agency does not want the employer to contact me later on without them involved. While I appreciate the logic behind the practice, and have no problem with submitting a resume without contact details, I take objection to it……
Pasting an agency logo onto my CV without my permission is at the very least undesirable. I do not work through any given recruitment agency before a contract is signed, and do not wish to be represented as such.
As a result Jakub has decided to only distribute his CV in pdf format. I did have my CV in pdf format in the past but changed it back to word format as some agencies would only except this format.
I have never had a problem with agencies removing my contact details from my CV but he makes a very important point about turning up for an interview and seeing a CV representing you badly formated. The post is well worth a read.
Stephen Downey on March 7th, 2008
…then check out iWebMVC.
I came across this framework during the week via Ajaxian. It provides an end to end solution with all of the plumbing in place for DWR, Dojo, Spring and Hibernate/JPA. This is a great place to start for someone that wants to get up and running fast with inner plumbing in place for these frameworks. Here is what the developer Jose Noheda said he was looking for from the project:
Nonetheless, in my mind what I really needed was a platform that:
- Is based on Java
Although supporting Grooy / JRuby is a plus
- Helps me to kick start a project
But simplifying the process by giving me the best (and this can be tricky) set of frameworks for each task
- Integrates both server and client sides
And it’s lightweight, robust and extensible. Read enterprise quality.
- Supports all the common tasks a web app has to handle
I include here: User Management, CRUD operations, i18n support (both framework & data), AJAX and astounding visuals
The project is only at the preview stage so it does come with caveats. When you start up the app you get a sample app showing some of the Dojo widgets in action as well as some screens demonstrating basic CRUD operations.
If you want find out more you can download the project from here or check out Jose’s blog here.