Category Archives: Development
Calling methods with parameters using JSTL
I was quite annoyed by the fact that you can’t just call a method with certain parameters using JSTL. Lucky me, google gave me a result where I could see how this is done (using JSP 2.0). The thing is, … Continue reading
svn move multiple directories with confirm
I had to rearrange multiple directories, but not all, in a svn tree to make a project more compatible with Eclipse. For this I used the following one-liner so I could do this more easily. for file in `find -maxdepth … Continue reading
Posted in Eclipse, one-liners, SVN
Leave a comment