|
|
 Uwe Schaefer  Saturday, 17th of October 2009 at 10:30:04 AM
via OpenOffice.org development switches to Mercurial – GullFOSS.
I’m very pleased to announce, that after five months of piloting, implementation and and testing, we are finally ready to switch OpenOffice.org development to Mercurial (hg) as our SCM (Source Code Management) tool.
Mercurial is a modern and flexible distributed SCM tool with the fast and convenient merging capability [...]
 Uwe Schaefer  Sunday, 20th of September 2009 at 09:33:34 AM
 Uwe Schaefer  Tuesday, 25th of August 2009 at 09:27:37 PM
need a quick ubuntu on your (32bit) windows box? i recently installed portable ubuntu which turns out to be much more exciting than i thought:
technically, it is just an application running on top of win instead of your vbox/vmware virtualization solution. that means: it boots quicker, needs less ram and most importantly, integrates nicely into [...]
 Uwe Schaefer  Monday, 24th of August 2009 at 06:10:29 PM
these guys really know how to screw it up…
If you want to disable IPv6 in vista (you really want to, unless you particularly need it), here is the deal. (Last subheadline)
 Uwe Schaefer  Friday, 21st of August 2009 at 07:37:47 AM
via Wicket 1.4.1 supports Ajax file uploads | Wicket in Action.
The Apache Wicket project is proud to announce the first maintenance release: Apache Wicket 1.4.1. The most notable change in this release is the transparent support for multipart form submissions via Ajax. Wicket is now smart enough to submit a form using a hidden iframe [...]
 Uwe Schaefer  Tuesday, 11th of August 2009 at 07:24:00 AM
who could have seen THIS coming?
via InfoQ: VMware Acquires SpringSource for $420 Million – Industry Reactions.
So PaaS is the new hype, i suppose?
 Uwe Schaefer  Monday, 27th of July 2009 at 09:13:20 PM
Awesome article about HTTPS handshake: Moserware: The First Few Milliseconds of an HTTPS Connection.
 Uwe Schaefer  Friday, 24th of July 2009 at 07:37:18 PM
via cheat sheet for scala syntax.
this cheat sheet’s goals are:
1. lookup: easily find particular scala syntax you come across, since google fails
2. coverage: overview the breadth of scala language concepts/capabilities
3. brevity
 Uwe Schaefer  Sunday, 5th of July 2009 at 04:59:04 PM
did you know? http://opensource.atlassian.com/projects/hibernate/browse/HHH-468. Note that this issue (like some of my favorite) is now open since 2005.
 Uwe Schaefer  Thursday, 2nd of July 2009 at 06:28:30 PM
if you (like me) want to continue using radialcontext-mz 1.1 under Firefox 3.5, you could.
just tweak it that way:
* download the xpi
* open it with a zip-program of your choice
* edit install.rdf with the editor of your choice
* change line 28 from em:maxVersion=”3.0.*” to em:maxVersion=”3.5.*”
* put it back in the zip (xpi)
* start Firefox
* drop [...]
 Uwe Schaefer  Wednesday, 1st of July 2009 at 02:46:43 PM
Maven 2.2 released: http://maven.apache.org/release-notes.html
 Uwe Schaefer  Sunday, 24th of May 2009 at 09:30:24 AM
i did an CSM course last week. Trainer was Roman Pichler, whom you might know from his german Scrum book. even though i was a little disappointed with too little time for Q&A and having read his book, this course does not bring additional theoretical knowledge, it was a good experience.
first of all, Roman is [...]
 Uwe Schaefer  Friday, 1st of May 2009 at 03:42:19 PM
this looks rather weird to me.
Orlando Scrum as it operated until this spring is no more. After reviewing my other commitments and a request to sign a licensing agreement with Scrum Alliance I am ending my involvmet with the group. Today I received an email from Scrum Alliance asking me to sign and agree to [...]
 Uwe Schaefer  Sunday, 26th of April 2009 at 10:11:52 PM
a very interesting talk about accountability and responsibility can be found here.
 Uwe Schaefer  Tuesday, 24th of March 2009 at 08:35:58 PM
spread the word: Maven release 2.1.0
for me, this is one of the most important:
[MNG-2433] – Maven looks for snapshots in offline mode
while this is most interesting:
[MNG-3379] – Parallel resolution of artifacts
 Uwe Schaefer  Sunday, 8th of March 2009 at 10:06:31 PM
please note that Riena 1.0 was released. i´m really greedy on getting opinions about it, so if you should have tried it already, please drop me a note. One interesting sidenote: they seem to use Caucho´s Hessian as wire protocol.
 Uwe Schaefer  Friday, 23rd of January 2009 at 12:00:00 AM
even though Gavin King expectedly disagrees, i find this article
a very useful benchmark. not that [...]
 Uwe Schaefer  Wednesday, 21st of January 2009 at 12:00:00 AM
As you probably know or guess, doing bulk inserts using JPA is not as fast as it should be, due to the full stack involved. So when using real
[...]
 Uwe Schaefer  Tuesday, 20th of January 2009 at 12:00:00 AM
sun’s the certification database says:
This report shows the total points that could have been awarded in each section and [...]
 Uwe Schaefer  Saturday, 17th of January 2009 at 12:00:00 AM
Good Lord, i’m happy to see this
. Looks like the JPA2.0 EG will (finally) bring [...]
 Uwe Schaefer  Thursday, 15th of January 2009 at 12:00:00 AM
 Uwe Schaefer  Wednesday, 14th of January 2009 at 12:00:00 AM
There is a nice article about using Flex from a Java Developers point of view here
[...]
 Uwe Schaefer  Monday, 12th of January 2009 at 12:00:00 AM
ahhh. doesn’t wicket offer a great model of programming webpages? isn’t it too easy to do things like this?
Java | copy |? add(new [...]
 Uwe Schaefer  Sunday, 11th of January 2009 at 12:00:00 AM
whenever you have any need for cron-like functionality within your java application, Quartz is the obvious chose for quite a long time now.
i did not need much of what quartz had to offer, so i [...]
 Uwe Schaefer  Saturday, 10th of January 2009 at 12:00:00 AM
Did you ever try to create an instance of a class with a protected constructor from outside its package?
[...]
 Uwe Schaefer  Thursday, 8th of January 2009 at 12:00:00 AM
Another Wicket Gem. Obvious but helpful.
Java | copy |? import org.apache.wicket.PageParameters;import org.apache.wicket.markup.ComponentTag;import org.apache.wicket.markup.html.link.BookmarkablePageLink;import org.apache.wicket.model.IModel; /*** @author Thijs Vonk**/public class AnchoredBookmarkablePageLink extends BookmarkablePageLink { private static final long serialVersionUID = 1L; private IModel stringAnchor; public AnchoredBookmarkablePageLink(String id, Class pageClass, IModel anchor) { super(id, pageClass); this.stringAnchor = anchor; } public AnchoredBookmarkablePageLink(String id, Class pageClass, PageParameters params, IModel [...]
 Uwe Schaefer  Wednesday, 7th of January 2009 at 12:00:00 AM
Really weird, what Heinz Kabutz digs out of the java language
[...]
 Uwe Schaefer  Tuesday, 6th of January 2009 at 12:00:00 AM
From an Email conversation this evening:
[...]
 Uwe Schaefer  Sunday, 4th of January 2009 at 12:00:00 AM
As a happy Q4E User, i did not waste too much time lately on keeping an eye on the other maven-eclipse-integration projects. Now i stumbled upon this wiki page
[...]
 Uwe Schaefer  Saturday, 3rd of January 2009 at 12:00:00 AM
The article is about Tapestry 4.1, not v5 as mentioned in the title.
[...]
 Uwe Schaefer  Friday, 2nd of January 2009 at 12:00:00 AM
… if your intereseted in Scrum. I have read quite a few, but this one is different:
[...]
 Uwe Schaefer  Thursday, 1st of January 2009 at 12:00:00 AM
Quite a good talk (Face & Slides) on InfoQ about the (in Scrum speak) Product Owner’s work on agile development.
[...]
 Uwe Schaefer  Wednesday, 31st of December 2008 at 12:00:00 AM
Here
is an interesting interview with three of the wicket committers (or, should i say legends, [...]
 Uwe Schaefer  Tuesday, 30th of December 2008 at 12:00:00 AM
if there is anyone suffering from
[...]
 Uwe Schaefer  Monday, 29th of December 2008 at 12:00:00 AM
thinking twice, ajax-indicators are not at all eye-candy, but useful from an usablity perspective.
[...]
|
|