|
|
 Joseph Pachod  Friday, 19th of February 2010 at 12:24:35 PM
Thanks to Nathan on coderspiel, I stumbled upon this excellent article : Opinion: The unspoken truth about managing geeks.
So true !
++
 Joseph Pachod  Thursday, 11th of February 2010 at 11:09:37 PM
hi
Small post to tell that I’ve started to look into SCJD, another certification. As such, I fear I will once again post way less (in case anyone cared, which might be quite optimistic, yes I know, thanks ).
Anyway, not to do a totally useless entry, let’s share a few links :
a nice reference diagrams [...]
 Joseph Pachod  Thursday, 11th of February 2010 at 10:50:08 PM
In order to get ready for the SCJP 6 exam, I’ve read SCJP Sun Certified Programmer for Java 6 Study Guide, from Katherine Sierra and Bert Bates, aka some of the certification’s exam creators.
The authors make clear at the beginning that the book is about, and only about, being ready for the SCJP exam. No [...]
 Uwe Schaefer  Thursday, 4th of February 2010 at 07:31:40 PM
in case someone thought it was a good idea:
We’re delighted to introduce a new wicket component which will allow you to easily integrate Google Waves right into your application. Please meet GoogleWavePanel !
The idea of making this component came from a recent tutorial which aimed at clarifying the use of Google’s Wave Embed API.
http://blog.zenika.com/index.php?post/2010/02/03/Surf-the-Wave-with-Wicket-and-the-GoogleWavePanel
 Joseph Pachod  Thursday, 28th of January 2010 at 10:53:56 PM
I had already read some books on usability. The last one had about 400 pages and lots of texts. It laid out 10 (or 12) rules regarding usability. I can’t even remember one !
On the other hand, Steve Krug’s Don’t make me think is still deeply in my mind. Not only the author applied usability [...]
 Joseph Pachod  Thursday, 28th of January 2010 at 02:33:20 PM
Wicket comes with some templating facilities. They’re often handy, especially when integrating JavaScript components.
Yet, for some reasons I don’t get, these functionalities aren’t much advertised. Anyway, let’s dig in !
Basically, this templating is about some text containing variables, for example ${variable}, whose values are provided through Java code.
Let’s take a simple example, a [...]
 Uwe Schaefer  Wednesday, 27th of January 2010 at 05:24:33 PM
If ever you face the need of ‘boxing’ the elements of a primitive array into an array of Objects, this might be handy:
Java | copy |? public static Object[] convertPrimitiveArray(final Object array) { final int arrayLength = Array.getLength(array); [...]
 Uwe Schaefer  Sunday, 24th of January 2010 at 01:56:30 PM
via http://blogs.msdn.com/codeplex/archive/2010/01/22/codeplex-now-supporting-native-mercurial.aspx
 Joseph Pachod  Tuesday, 19th of January 2010 at 10:03:20 PM
We have this “fix”:
Go to your workspace folder
in the folder .metadata/.plugins/org.maven.ide.eclipse, remove all file ending with .container
in eclipse, clear all projects
hope for the best
For us, it has resolved a nasty issue we had : some projects’ dependencies weren’t resolved locally even if the projects in question were in the workspace.
Hope it helps
++
 Uwe Schaefer  Sunday, 17th of January 2010 at 04:34:12 PM
in case you use Eclipse and like the builder pattern, try this plugin. Update Site: http://boss.bekk.no/bpep/update
 Uwe Schaefer  Sunday, 17th of January 2010 at 03:28:34 PM
very simple but neat idea by martijn dashorst:
<img src=”http://example.com/images/someimage.jpg” style=”background-image:url(’style/spinner.gif’);” />
Assuming the local machine is faster than the external server, the
spinner should be visible while the external image loads.
Martijn
 Joseph Pachod  Friday, 8th of January 2010 at 11:52:05 PM
hi
I’ve recently read Test-Driven Development By Example, a book from Kent Beck.
I’ve liked the following:
description of the TDD cycle : Red – write a little failing test/Green – make the test pass quickly, even if it involves dirty tricks or duplication/Refactor – make the code clean, including hunting for duplicates for example.
The emphasis on making [...]
 Joseph Pachod  Monday, 4th of January 2010 at 10:29:01 PM
Hi !
We were some time ago at a presentation about hibernate (at a Karlsruhe JUG event). The presenter, Michael Plöd showed us a nice Hibernate statistics page. As you can bet, we went for reusing it
However, in doing so, some issues appeared, and in the end we thought the updated version could be [...]
 Uwe Schaefer  Monday, 4th of January 2010 at 09:32:40 PM
from the javadoc:
Creates an image that is rendered by the Gravatar online service. Gravatars are user
icons that are registered by a central server and that can be used across the
internet with blogs, forums and other profile based websites.
The Gravatar requires the email address for which the gravatar image
needs to be [...]
 Uwe Schaefer  Wednesday, 30th of December 2009 at 09:04:41 PM
Recently, on the Wicket-User mailing list:
What’s the best practice when using generics with models that take some
object but return another type of object?
examples:
When you have a collection and need to convert it to a list for listview
purposes.
to which mighty Igor replied:
Java | copy |? /** * Simplifies implementing wrapper models that adapt from model object of one type to [...]
 Uwe Schaefer  Sunday, 22nd of November 2009 at 08:23:13 PM
via http://stevelosh.com/blog/entry/2009/8/30/a-guide-to-branching-in-mercurial/
it has
Branching with Clones
Branching with Bookmarks
Branching with Named Branches
Branching Anonymously
with a list of
Advantages
Disadvantages
Comparison to git
each.
 Uwe Schaefer  Monday, 16th of November 2009 at 07:39:12 AM
via puredanger.com
Doug Lea posted a note today on the concurrency-interest list that the bulk of the JDK 7 changes from JSR 166y (the second maintenance update) have been pushed in the latest JDK 7 M5 snapshots.
The fork-join library provides support for fine-grained parallel divide-and-conquer style parallelism. You can think of many of the classes adding [...]
 Uwe Schaefer  Sunday, 15th of November 2009 at 02:08:47 PM
after ActiveMQ let us down the third time (rant to follow), it was time for alternatives. as i am a strong believer in OSS and the budget is tight these days, i´d love to stay in that ballpark instead of just buying SonicMQ.
so looking for alternatives i came across the recent announcement of HornetQ formerly [...]
 Uwe Schaefer  Wednesday, 4th of November 2009 at 10:56:50 PM
Interpreter style can be easier than one might think.
See Vassil Dichev´s Embedded Scala Interpreter
 Uwe Schaefer  Wednesday, 4th of November 2009 at 06:26:10 PM
via theserverside.com: IBM WASV7 Java Persistence API (JPA) 2.0 Open Alpha
once more, they repackage an apache project to charge for it.
The WebSphere Application Server JPA implementation is based on Apache OpenJPA, a leading open source Java persistence framework. This alpha provides the Apache OpenJPA 2.0 implementation with IBM enhancements to benefit integration with WebSphere Application [...]
 Joseph Pachod  Tuesday, 3rd of November 2009 at 09:30:17 PM
Me again…
Well, I just wanted to speak about an issue for which I didn’t find any proper answer yet.
The matter is gui testing. Currently, at work, we do proper unit test for “framework level code”. By “framework code”, I mean code being in some utilities or services projects which are put there to be [...]
 Joseph Pachod  Sunday, 1st of November 2009 at 10:51:27 PM
hi
The last session I was in was about Pomodoro (NB : a free pdf about Pomodoro is available on this website – I didn’t read it yet though).
Well, simply put, the idea is to use a timer and then work being focused until it rings. Then one should reconsider whether he’s still making what [...]
 Joseph Pachod  Sunday, 1st of November 2009 at 10:56:36 AM
The 2nd session I went to in the Agile Tour 2009 was about testing in an Agile process. This presentation was done by Frédéric Oehl, from Smartesting.
The presentation mainly consisted of 2 parts : one about tests and agility, the others about Smartesting tool for… testing. Surprising isn’t
Anyway, the first part provided [...]
 Joseph Pachod  Saturday, 31st of October 2009 at 11:09:27 PM
hi
I went yesterday to the Agile Tour 2009 event in Strasbourg. Overall, I was fearing it to be a bit dull, the program looking not so attractive. Yet I found it quite interesting and worth the time spent. Maybe low expectations helped, I don’t know, still I’m happy of this outcome.
Let’s dig through it [...]
 Uwe Schaefer  Wednesday, 28th of October 2009 at 08:27:23 PM
will that finally make gmaps embedable in rcp apps?
via MyEclipse Blog | Pulse Blog | MobiOne Blog | Genuitec Blogs.
Open Source Contribution, WebKit for SWT (ver. 0.6)
As strategic members of the Eclipse Foundation we enjoy giving back to the open source community when the opportunity arises. This time we’re releasing WebKit for SWT (ver. 0.6), [...]
 Joseph Pachod  Friday, 23rd of October 2009 at 01:08:25 PM
Have you ever prepared a certification ?
Well, for me, it’s the first time, and it proves a very nice occasion to learn stuff you should never do and hopefully will never meet in real code. Still, it’s fun like hell
So, what am I speaking about ?
Well, stuff like these :
Java | copy |? class ExtractsFromTheExams{ [...]
 Uwe Schaefer  Tuesday, 20th of October 2009 at 09:32:40 PM
Maybe, i´m really getting conservative with age.
Writing your pom files in Groovy – a sneek preview of Maven 3’s polyglot features.
 Uwe Schaefer  Sunday, 18th of October 2009 at 10:19:54 AM
…Starting with the upcoming version 9.0, IntelliJ IDEA will be offered in two editions: Community Edition, free and open-source, and Ultimate Edition, which until today has been referred to as simply IntelliJ IDEA.
via InfoQ: IntelliJ Goes Open Source.
Unfortunately, without html/css and refactoring support in the community version, i´d not even consider installing it to take [...]
 Joseph Pachod  Wednesday, 7th of October 2009 at 09:45:31 PM
At work, we’re currently reviewing our Agile process. So I thought it was a nice occasion to read again Scrum and Xp from the trenches, esp. since we have a paper edition of it.
Simply put, this book is why I started to be so much interested in Agile software development : the process it [...]
 Uwe Schaefer  Tuesday, 6th of October 2009 at 07:24:48 AM
can be found here and creates images like this:
 Joseph Pachod  Thursday, 1st of October 2009 at 07:09:02 AM
hi
We all know that the default fetching strategy for hibernate is lazy. But, wait, is it, really ?
As you might have guessed by now, it’s not. Indeed, for @OneToOne and @ManyToOne annotations (and only theses annotations), the default is eager. Funny no ? Oh, I forgot : don’t ask me why, I can just tell [...]
 Uwe Schaefer  Wednesday, 23rd of September 2009 at 09:03:42 PM
Nice article speaking out loudly, what has to be said.
http://azeditech.com/spring/is-it-still-lightweight.html
And I can’t even work out what each Spring Source product does and whether it makes sense for me to even consider spending the cash, I quickly get bogged down by solution-speak every time I try to get a quick understanding. Then I saw a notice [...]
 Uwe Schaefer  Tuesday, 22nd of September 2009 at 10:21:06 PM
http://www.mysqlperformanceblog.com/2009/08/27/looking-at-redis/
Interesting read, even though possibly biased
 Uwe Schaefer  Tuesday, 22nd of September 2009 at 10:00:56 PM
fun to use and good results, at least for simple sequence diagrams:
http://www.websequencediagrams.com/
 Uwe Schaefer  Tuesday, 22nd of September 2009 at 09:57:00 PM
i almost missed Redis, but it sounds interesting:
It also has atomic operations. This is honestly the only reason I find this project interesting, because the atomic operation support that it has means that it can be turned into a best-of-breed tally server. If you are building a server to keep real-time counts of various things, [...]
|
|