<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"><id>tag:blogger.com,1999:blog-8813074174707015455.comments</id><updated>2009-11-02T23:15:47.213+01:00</updated><title type="text">Unimplemented</title><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://unimplemented.blogspot.com/feeds/comments/default" /><link rel="alternate" type="text/html" href="http://unimplemented.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/comments/default?start-index=26&amp;max-results=25" /><author><name>Lukasz Guminski</name><uri>http://www.blogger.com/profile/04127722466388107456</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>296</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><link rel="self" href="http://feeds.feedburner.com/Unimplemented/Comments" type="application/atom+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-1412443058280890111</id><published>2009-11-02T23:15:47.213+01:00</published><updated>2009-11-02T23:15:47.213+01:00</updated><title type="text">@Tomasz,

Thanks for the explanation.
Still, I am ...</title><content type="html">@Tomasz,&lt;br /&gt;&lt;br /&gt;Thanks for the explanation.&lt;br /&gt;Still, I am not convinced.&lt;br /&gt;I am neither objective nor representative here, as I am a (somewhat highly) technical guy. However I personally would prefer a sentence or two of the explanation what is going on including the stack trace on demand (in a separate collapsible details section or a popup) - I don&amp;#39;t believe in security which is based on hiding underlying technology ;) - rather than just a beautiful page with a totally cryptic 20-character-long string. Thus, you deprive your users from guessing what is wrong on their own.&lt;br /&gt;I believe that in some environments it is desirable. I live though is somewhat different area.&lt;br /&gt;&lt;br /&gt;WRT logging such identifier - I can understand it, especially if you cannot have line information in production. In most of the circumstances though I&amp;#39;d rather see full stack trace info with line numbers.&lt;br /&gt;&lt;br /&gt;Error reporting directly from a web page is something really great. We start here often from implementing this as the first feature of the app (the second being auto-update for desktop apps ;)).&lt;br /&gt;&lt;br /&gt;Anyway your presentation was really good and your advice priceless for many folks.&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/wzogupSKlY4" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/4131157167728268695/comments/default/1412443058280890111" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/4131157167728268695/comments/default/1412443058280890111" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/wzogupSKlY4/crowd-at-java-developer-day-jdd-in.html" title="" /><author><name>Wojciech Seliga</name><uri>http://www.blogger.com/profile/11923347478200368758</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="10674321498060461002" /></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/10/crowd-at-java-developer-day-jdd-in.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-4131157167728268695" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/4131157167728268695" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/10/crowd-at-java-developer-day-jdd-in.html?showComment=1257200147213#c1412443058280890111</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-2357430319249086748</id><published>2009-10-19T16:01:25.620+01:00</published><updated>2009-10-19T16:01:25.620+01:00</updated><title type="text">Hi Wojtek.

I'd like to clarify what I believe is ...</title><content type="html">Hi Wojtek.&lt;br /&gt;&lt;br /&gt;I&amp;#39;d like to clarify what I believe is a small misunderstanding of the point I made during my presentation on exception handling. I assume that I wasn&amp;#39;t clear and sharp enough during the presentation, so I&amp;#39;ll try again here, hopefully with better result.&lt;br /&gt;&lt;br /&gt;What I proposed (and what we at &lt;a href="http://e-point.pl" rel="nofollow"&gt;e-point&lt;/a&gt; put in our error handling code) is that on every exception handled by global exception handler application should do the following:&lt;br /&gt;&lt;br /&gt;1. Generate &amp;quot;unique enough&amp;quot; exception identifier. You don&amp;#39;t need proper uniqueness (as in e.g. UUID). Using org.apache.commons.lang.RandomStringUtils.randomAlphanumeric(20) is good enough.&lt;br /&gt;&lt;br /&gt;2. Log exception with this identifier and any additional information in application log for future inspection.&lt;br /&gt;&lt;br /&gt;3. Generate error page, with identifier prominently displayed. No stack traces, no ORA-XXXX internal codes or any other technical stuff. These should go into log during step 2. Only error message, explanation what to do next, and our freshly generated identifier.&lt;br /&gt;&lt;br /&gt;This way users are not overwhelmed with technical details (also, as a bonus you don&amp;#39;t leak &amp;quot;security sensitive&amp;quot; information about your internal implementation). However, if a user reports an error to our service desk and provides us with that generated identifier, that basically solves for us the problem of pinpointing in the logs the exception corresponding to this exact ticket.&lt;br /&gt;&lt;br /&gt;Not everything is rosy of course. Users often do not report errors, just leave the site. Or hit refresh button a few times and then call a hot line. Or attach a screen shot with error page instead of copying identifier as a text. That&amp;#39;s why you should consider putting little JavaScript on your error page, that implements &amp;quot;One-Click-Via-eMail-Error-Report(tm)&amp;quot; feature. Basically just generate proper &amp;quot;mailto:&amp;quot; link that contains generated identifier in e-mail title or body.&lt;br /&gt;&lt;br /&gt;Hope that makes my position clear. If you don&amp;#39;t agree and/or have other suggestions I&amp;#39;d like to hear about them.&lt;br /&gt;&lt;br /&gt;Thanks for your time.&lt;br /&gt;&lt;br /&gt;Tomasz Skutnik&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/vDmQAJ0p2Zw" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/4131157167728268695/comments/default/2357430319249086748" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/4131157167728268695/comments/default/2357430319249086748" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/vDmQAJ0p2Zw/crowd-at-java-developer-day-jdd-in.html" title="" /><author><name>scooter</name><uri>http://www.blogger.com/profile/05657733790103275646</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/10/crowd-at-java-developer-day-jdd-in.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-4131157167728268695" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/4131157167728268695" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/10/crowd-at-java-developer-day-jdd-in.html?showComment=1255964485620#c2357430319249086748</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-3134159496130945635</id><published>2009-10-18T16:32:35.830+01:00</published><updated>2009-10-18T16:32:35.830+01:00</updated><title type="text">On Agile Contracts: Have you read http://agilesoft...</title><content type="html">On Agile Contracts: Have you read http://agilesoftwaredevelopment.com/blog/peterstev/10-agile-contracts ?&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/GKHViXjiFMw" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/8986556834260026120/comments/default/3134159496130945635" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/8986556834260026120/comments/default/3134159496130945635" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/GKHViXjiFMw/agile2009-take-aways.html" title="" /><author><name>DLX</name><uri>http://www.blogger.com/profile/02892302380046289742</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/09/agile2009-take-aways.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-8986556834260026120" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/8986556834260026120" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/09/agile2009-take-aways.html?showComment=1255879955830#c3134159496130945635</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-8592629831920705532</id><published>2009-10-16T21:44:59.834+01:00</published><updated>2009-10-16T21:44:59.834+01:00</updated><title type="text">Great talk on JDD! I really enjoyed it. Not to men...</title><content type="html">Great talk on JDD! I really enjoyed it. Not to mention great pictures selection :)&lt;br /&gt;&lt;br /&gt;I wish I could have good tools support for lightweight code review process, but my company&amp;#39;s software process team (bla bla bla) are trying to enforce fagan&amp;#39;s way [and I&amp;#39;m not working for NASA or sth].&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/xmmzCoylst0" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/1418021941887201182/comments/default/8592629831920705532" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/1418021941887201182/comments/default/8592629831920705532" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/xmmzCoylst0/can-code-review-be-agile-wtf.html" title="" /><author><name>bmajsak</name><uri>http://www.blogger.com/profile/12572325749091372591</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/08/can-code-review-be-agile-wtf.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-1418021941887201182" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/1418021941887201182" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/08/can-code-review-be-agile-wtf.html?showComment=1255725899834#c8592629831920705532</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-8475278542370792391</id><published>2009-10-01T22:21:32.499+01:00</published><updated>2009-10-01T22:21:32.499+01:00</updated><title type="text">For people interested in more about Agile2009: Mar...</title><content type="html">For people interested in more about Agile2009: Mark Levison put together a massive post of all the Agile2009 retrospectives (including mine), session summaries and more at http://www.notesfromatooluser.com/2009/09/agile-2009-post-roundup.html. &lt;br /&gt;&lt;br /&gt;Thank you Mark!&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/LjwL2lxxevE" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/1270637632735920161/comments/default/8475278542370792391" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/1270637632735920161/comments/default/8475278542370792391" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/LjwL2lxxevE/agile2009-conference-debriefing.html" title="" /><author><name>Wojciech Seliga</name><uri>http://www.blogger.com/profile/11923347478200368758</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="10674321498060461002" /></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/09/agile2009-conference-debriefing.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-1270637632735920161" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/1270637632735920161" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/09/agile2009-conference-debriefing.html?showComment=1254432092499#c8475278542370792391</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-3204382444479025397</id><published>2009-09-28T13:26:04.548+01:00</published><updated>2009-09-28T13:26:04.548+01:00</updated><title type="text">Yeh... Since 2008 some things change to the better...</title><content type="html">Yeh... Since 2008 some things change to the better state.&lt;br /&gt;APache Commons Compress work pretty fine for now: unicode files, compressed with it - can be decompressed with WinZip or 7zip successfully.&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/_8yrc9c_Ugw" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/5266163291001552502/comments/default/3204382444479025397" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/5266163291001552502/comments/default/3204382444479025397" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/_8yrc9c_Ugw/ouch-utf-8-not-supported.html" title="" /><author><name>Анатоль</name><uri>http://www.blogger.com/profile/11681497531371690769</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2008/05/ouch-utf-8-not-supported.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-5266163291001552502" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/5266163291001552502" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2008/05/ouch-utf-8-not-supported.html?showComment=1254140764548#c3204382444479025397</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-6900515940750783086</id><published>2009-09-24T11:59:02.943+01:00</published><updated>2009-09-24T11:59:02.943+01:00</updated><title type="text">@Giora: thanks for your clarification. Indeed I di...</title><content type="html">@Giora: thanks for your clarification. Indeed I didn&amp;#39;t put it probably clear enough. I understood from your presentation that F2F is crucial, but as it&amp;#39;s not always possible and cost-effective we have to use various tools to support communication and alleviate the need of regular direct F2Fs.&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/uq7f7Dd0AQs" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/1270637632735920161/comments/default/6900515940750783086" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/1270637632735920161/comments/default/6900515940750783086" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/uq7f7Dd0AQs/agile2009-conference-debriefing.html" title="" /><author><name>Wojciech Seliga</name><uri>http://www.blogger.com/profile/11923347478200368758</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="10674321498060461002" /></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/09/agile2009-conference-debriefing.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-1270637632735920161" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/1270637632735920161" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/09/agile2009-conference-debriefing.html?showComment=1253789942943#c6900515940750783086</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-3603065354759082244</id><published>2009-09-24T10:36:51.010+01:00</published><updated>2009-09-24T10:36:51.010+01:00</updated><title type="text">I wanted to add a quick note.  At Agile2009 I pres...</title><content type="html">I wanted to add a quick note.  At Agile2009 I presented about way to help overcome the challenges of distributed teams.  Ambassadors represents people - have representatives of teams collaborate and share face-2-face.  The presentation was about Ambassadors and Carrier Pigeons which are tools - we can also leverage collaboration tools to help bridge the gap.  In your summary you state &amp;quot;The speaker is convinced that only by meeting face to face&amp;quot; - in fact the presentation itself was about leveraging tools to help too.&lt;br /&gt;&lt;br /&gt;Giora Morein&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/aCiK71BnawY" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/1270637632735920161/comments/default/3603065354759082244" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/1270637632735920161/comments/default/3603065354759082244" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/aCiK71BnawY/agile2009-conference-debriefing.html" title="" /><author><name>Giora Morein</name><uri>http://www.blogger.com/profile/12123296229302186555</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/09/agile2009-conference-debriefing.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-1270637632735920161" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/1270637632735920161" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/09/agile2009-conference-debriefing.html?showComment=1253785011010#c3603065354759082244</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-7428592422380440284</id><published>2009-09-16T14:14:48.980+01:00</published><updated>2009-09-16T14:14:48.980+01:00</updated><title type="text">As far as I know you can change directory layout i...</title><content type="html">As far as I know you can change directory layout in pom setting explicitly source or resources directory.&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/8yDiqIHwymA" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/6535245796481894138/comments/default/7428592422380440284" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/6535245796481894138/comments/default/7428592422380440284" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/8yDiqIHwymA/maven-eclipse-plugin-problem.html" title="" /><author><name>syllepsa</name><uri>http://www.blogger.com/profile/16465840295870760266</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/09/maven-eclipse-plugin-problem.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-6535245796481894138" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/6535245796481894138" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/09/maven-eclipse-plugin-problem.html?showComment=1253106888980#c7428592422380440284</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-8607906263099344539</id><published>2009-09-01T21:17:33.436+01:00</published><updated>2009-09-01T21:17:33.436+01:00</updated><title type="text">Thanks for the post. ${project.version} actually w...</title><content type="html">Thanks for the post. ${project.version} actually works for me once I have renamed the file to downloads.apt.vm.&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/D2BWbEPThRY" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/1104255408745893083/comments/default/8607906263099344539" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/1104255408745893083/comments/default/8607906263099344539" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/D2BWbEPThRY/maven-filtered-apt-page.html" title="" /><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2008/01/maven-filtered-apt-page.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-1104255408745893083" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/1104255408745893083" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2008/01/maven-filtered-apt-page.html?showComment=1251836253436#c8607906263099344539</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-6796816994836156665</id><published>2009-07-01T20:34:00.399+01:00</published><updated>2009-07-01T20:34:00.399+01:00</updated><title type="text">It could be just a mistake. It happens very often ...</title><content type="html">It could be just a mistake. It happens very often on big sites and reporting broken links and missing docs can only help.&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/iVTpFaWuLz0" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/3638964664840915684/comments/default/6796816994836156665" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/3638964664840915684/comments/default/6796816994836156665" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/iVTpFaWuLz0/keep-your-documentation-website.html" title="" /><author><name>Nowaker</name><uri>http://www.devtoolkit.net/en/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/06/keep-your-documentation-website.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-3638964664840915684" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/3638964664840915684" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/06/keep-your-documentation-website.html?showComment=1246476840399#c6796816994836156665</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-6474444608122870419</id><published>2009-06-15T13:14:12.842+01:00</published><updated>2009-06-15T13:14:12.842+01:00</updated><title type="text">Make JLabel draw ellipsis to the left of the text:...</title><content type="html">Make JLabel draw ellipsis to the left of the text: thanks for this evil hack. Why Java has not methods for this?&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/r7uyhPGEoWs" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/3993046414224151027/comments/default/6474444608122870419" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/3993046414224151027/comments/default/6474444608122870419" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/r7uyhPGEoWs/ellipsis-in-treetableview.html" title="" /><author><name>Ondrej Medek</name><uri>http://www.blogger.com/profile/02465917905307330831</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2008/10/ellipsis-in-treetableview.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-3993046414224151027" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/3993046414224151027" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2008/10/ellipsis-in-treetableview.html?showComment=1245068052842#c6474444608122870419</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-3220175767178678690</id><published>2009-04-17T12:55:00.000+01:00</published><updated>2009-04-17T12:55:00.000+01:00</updated><title type="text">Or you could get one of those and save yourself th...</title><content type="html">Or you could get one of those and save yourself the hassle:&lt;br /&gt;&lt;br /&gt;http://www.apple.com/macpro/&lt;br /&gt;&lt;br /&gt;You barely hear any noise coming out of that beast.&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/8AZ-2eJTd58" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/7389599833885774620/comments/default/3220175767178678690" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/7389599833885774620/comments/default/3220175767178678690" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/8AZ-2eJTd58/when-macbookpro-is-not-enough.html" title="" /><author><name>Jens</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/04/when-macbookpro-is-not-enough.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-7389599833885774620" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/7389599833885774620" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/04/when-macbookpro-is-not-enough.html?showComment=1239969300000#c3220175767178678690</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-4447038354897256198</id><published>2009-03-27T18:36:00.000+01:00</published><updated>2009-03-27T18:36:00.000+01:00</updated><title type="text">Greg definitely convinced me that writing robust, ...</title><content type="html">Greg definitely convinced me that writing robust, scalable software is far from being simple, but you can actually achieve a lot without resorting immediately to distributed computing.&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/iY-spTU4qYg" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/5562610376540521315/comments/default/4447038354897256198" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/5562610376540521315/comments/default/4447038354897256198" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/iY-spTU4qYg/my-first-eclipsecon-story-from-cloud.html" title="" /><author><name>Wojciech Seliga</name><uri>http://www.blogger.com/profile/11923347478200368758</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="10674321498060461002" /></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/03/my-first-eclipsecon-story-from-cloud.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-5562610376540521315" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/5562610376540521315" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/03/my-first-eclipsecon-story-from-cloud.html?showComment=1238175360000#c4447038354897256198</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-2377886465653061508</id><published>2009-03-27T11:19:00.000+01:00</published><updated>2009-03-27T11:19:00.000+01:00</updated><title type="text">Have they convinced you that Jetty is the best?Esp...</title><content type="html">Have they convinced you that Jetty is the best?&lt;BR/&gt;Esp, comparing with Tomcat?&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/sNSuibqhUtE" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/5562610376540521315/comments/default/2377886465653061508" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/5562610376540521315/comments/default/2377886465653061508" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/sNSuibqhUtE/my-first-eclipsecon-story-from-cloud.html" title="" /><author><name>Slawomir Ginter</name><uri>http://www.blogger.com/profile/11380966944243353645</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03537443938019929164" /></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/03/my-first-eclipsecon-story-from-cloud.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-5562610376540521315" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/5562610376540521315" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/03/my-first-eclipsecon-story-from-cloud.html?showComment=1238149140000#c2377886465653061508</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-397383115810528859</id><published>2009-03-20T17:27:00.000+01:00</published><updated>2009-03-20T17:27:00.000+01:00</updated><title type="text">Ah there it is.  Thanks so much for this fix, I ne...</title><content type="html">Ah there it is.  Thanks so much for this fix, I never would have worked it out.&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/9XjE-L2cJR8" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/533509172757843766/comments/default/397383115810528859" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/533509172757843766/comments/default/397383115810528859" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/9XjE-L2cJR8/rssowl-on-ubuntu-with-new-shiny-firefox.html" title="" /><author><name>Mark</name><uri>http://www.perspicuousasmud.com/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2008/06/rssowl-on-ubuntu-with-new-shiny-firefox.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-533509172757843766" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/533509172757843766" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2008/06/rssowl-on-ubuntu-with-new-shiny-firefox.html?showComment=1237566420000#c397383115810528859</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-8627234279927478635</id><published>2009-03-10T00:41:00.000+01:00</published><updated>2009-03-10T00:41:00.000+01:00</updated><title type="text">Tak sobie poczytałem, i jako pracownik innego (tró...</title><content type="html">Tak sobie poczytałem, i jako pracownik innego (trójmiejskiego) sklepu komputerowego - przyznać niestety muszę rację ESC. Jeżeli sprzęt zakupiony w sklepie komputerowym JEST SPRAWNY (na przykładzie komputera "wystawowego") - to nie ma PRAWNEJ możliwości zwrotu/wymiany monitora na inny. Rozmawiałem ze znajomym z ESC w tej sprawie - i jasno wynika: klient, który oskarża sprzedawcę o kłamstwo/oszustwo - nie może oczekiwać, że każdy z pracowników sklepu będzie go całował po nogach i "szedł mu na rękę".&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/RwRpdo2d5_E" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/2624358768020119961/comments/default/8627234279927478635" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/2624358768020119961/comments/default/8627234279927478635" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/RwRpdo2d5_E/esc-kontratakuje-dont-fuck-customer.html" title="" /><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2008/04/esc-kontratakuje-dont-fuck-customer.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-2624358768020119961" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/2624358768020119961" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2008/04/esc-kontratakuje-dont-fuck-customer.html?showComment=1236642060000#c8627234279927478635</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-6732256768341387115</id><published>2009-02-22T19:58:00.000+01:00</published><updated>2009-02-22T19:58:00.000+01:00</updated><title type="text">Too many loops and the HotSpot will change the out...</title><content type="html">Too many loops and the HotSpot will change the outcome ;-)&lt;BR/&gt;Such microbenchmarks are very fragile anyway.&lt;BR/&gt;&lt;BR/&gt;The problem with HashSet/array was different then the one from the post, I just mentioned it as an argument against implementing arrays over HashMaps.&lt;BR/&gt;&lt;BR/&gt;The HashSet performance problem was one of top performance bottlenecks reported by profiler - 30ms do make difference when invoked in a loop.&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/-IM032yj4Xg" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/4575330203145384714/comments/default/6732256768341387115" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/4575330203145384714/comments/default/6732256768341387115" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/-IM032yj4Xg/arraylist-is-not-vector-replacement.html" title="" /><author><name>Slawomir Ginter</name><uri>http://www.blogger.com/profile/11380966944243353645</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03537443938019929164" /></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2008/12/arraylist-is-not-vector-replacement.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-4575330203145384714" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/4575330203145384714" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2008/12/arraylist-is-not-vector-replacement.html?showComment=1235329080000#c6732256768341387115</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-2956884397073868925</id><published>2009-02-22T18:57:00.000+01:00</published><updated>2009-02-22T18:57:00.000+01:00</updated><title type="text">Funny ;) Well my conclusion is that it only makes ...</title><content type="html">Funny ;) Well my conclusion is that it only makes sense when the array size is less than 12. With number greater than this HashSet was basically faster (change LOOPS to 100000 to see something) - Java(TM) SE Runtime Environment (build 1.6.0_11-b03)&lt;BR/&gt;&lt;BR/&gt;Was it really such a big problem for you that you had to re-implement Vector? :) Is the gain of 30 ms (during 100K iterations) worth such overengineering?&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/PxHeDceaXxA" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/4575330203145384714/comments/default/2956884397073868925" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/4575330203145384714/comments/default/2956884397073868925" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/PxHeDceaXxA/arraylist-is-not-vector-replacement.html" title="" /><author><name>Przemysław Bielicki</name><uri>http://www.blogger.com/profile/15413461498736691725</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2008/12/arraylist-is-not-vector-replacement.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-4575330203145384714" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/4575330203145384714" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2008/12/arraylist-is-not-vector-replacement.html?showComment=1235325420000#c2956884397073868925</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-6163447893190486392</id><published>2009-02-22T15:06:00.000+01:00</published><updated>2009-02-22T15:06:00.000+01:00</updated><title type="text">The smaller value of 20, the more visible the diff...</title><content type="html">The smaller value of 20, the more visible the difference.&lt;BR/&gt;&lt;BR/&gt;import java.util.Random;&lt;BR/&gt;import java.util.Arrays;&lt;BR/&gt;import java.util.Collections;&lt;BR/&gt;import java.util.HashSet;&lt;BR/&gt;&lt;BR/&gt;public class PerfTest {&lt;BR/&gt;    public static final int LOOPS = 1000;&lt;BR/&gt;&lt;BR/&gt;    public static void main(String[] args) {&lt;BR/&gt;        long[] data = createData(20);&lt;BR/&gt;        long[] search = createSearch(data);&lt;BR/&gt;        HashSet&amp;lt;Long&amp;gt; set = new HashSet&amp;lt;Long&amp;gt;(data.length);&lt;BR/&gt;        for (long l : data) {&lt;BR/&gt;            set.add(new Long(l));&lt;BR/&gt;        }&lt;BR/&gt;&lt;BR/&gt;        int hitCount = 0;&lt;BR/&gt;&lt;BR/&gt;        long t1 = System.currentTimeMillis();&lt;BR/&gt;        for (int i = 0; i &amp;lt; LOOPS; i++) {&lt;BR/&gt;            for (long l : search) {&lt;BR/&gt;                if (Arrays.binarySearch(data, l) &amp;gt;= 0)  ++hitCount;&lt;BR/&gt;            }&lt;BR/&gt;        }&lt;BR/&gt;        long t2 = System.currentTimeMillis();&lt;BR/&gt;        for (int i = 0; i &amp;lt; LOOPS; i++) {&lt;BR/&gt;            for (long l : search) {&lt;BR/&gt;                if (set.contains(new Long(l)))  ++hitCount;&lt;BR/&gt;            }&lt;BR/&gt;        }&lt;BR/&gt;        long t3 = System.currentTimeMillis();&lt;BR/&gt;        System.out.println(&amp;quot;T1 = &amp;quot; + (t2 - t1) + &amp;quot; T2 = &amp;quot; + (t3 - t2));&lt;BR/&gt;        &lt;BR/&gt;&lt;BR/&gt;    }&lt;BR/&gt;&lt;BR/&gt;    static long[] createData(int len) {&lt;BR/&gt;        Random rnd = new Random();&lt;BR/&gt;        long[] array = new long[len];&lt;BR/&gt;        for (int i = 0; i &amp;lt; len; i++) {&lt;BR/&gt;            array[i] = rnd.nextLong();&lt;BR/&gt;        }&lt;BR/&gt;        Arrays.sort(array);&lt;BR/&gt;        return array;&lt;BR/&gt;    }&lt;BR/&gt;&lt;BR/&gt;    static long[] createSearch(long[] data) {&lt;BR/&gt;        Random rnd = new Random();&lt;BR/&gt;        long[] array = new long[data.length * 2];&lt;BR/&gt;        System.arraycopy(data, 0, array, 0, data.length);&lt;BR/&gt;        for (int i = data.length; i &amp;lt; array.length; i++) {&lt;BR/&gt;            array[i] = rnd.nextLong();&lt;BR/&gt;        }&lt;BR/&gt;        Collections.shuffle(Arrays.asList(array));&lt;BR/&gt;        return array;&lt;BR/&gt;    }&lt;BR/&gt;}&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/4vS1aFQIwww" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/4575330203145384714/comments/default/6163447893190486392" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/4575330203145384714/comments/default/6163447893190486392" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/4vS1aFQIwww/arraylist-is-not-vector-replacement.html" title="" /><author><name>Slawomir Ginter</name><uri>http://www.blogger.com/profile/11380966944243353645</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03537443938019929164" /></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2008/12/arraylist-is-not-vector-replacement.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-4575330203145384714" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/4575330203145384714" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2008/12/arraylist-is-not-vector-replacement.html?showComment=1235311560000#c6163447893190486392</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-4006710373110456891</id><published>2009-02-22T12:43:00.000+01:00</published><updated>2009-02-22T12:43:00.000+01:00</updated><title type="text">Could you post the test program you used to justif...</title><content type="html">Could you post the test program you used to justify &amp;quot;I did some experimentation with (Hash)Set of Longs vs sorted long[] array with binary search.&lt;BR/&gt;Turned out that for small sizes ( &amp;lt; ~100) binary searched array performed order of magnitude better then {Set&amp;lt;Long&amp;gt;} set.contains(new Long(value))&amp;quot;&lt;BR/&gt;&lt;BR/&gt;I did some experimentation too and I don&amp;#39;t agree with you - my results show that HashSet is faster than sorted array.&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/sTu8TCWhIp0" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/4575330203145384714/comments/default/4006710373110456891" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/4575330203145384714/comments/default/4006710373110456891" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/sTu8TCWhIp0/arraylist-is-not-vector-replacement.html" title="" /><author><name>Przemysław Bielicki</name><uri>http://www.blogger.com/profile/15413461498736691725</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2008/12/arraylist-is-not-vector-replacement.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-4575330203145384714" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/4575330203145384714" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2008/12/arraylist-is-not-vector-replacement.html?showComment=1235302980000#c4006710373110456891</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-5244968335993377753</id><published>2009-02-18T13:08:00.000+01:00</published><updated>2009-02-18T13:08:00.000+01:00</updated><title type="text">The default option can be changed by editing logwo...</title><content type="html">The default option can be changed by editing logwork.jsp (run a search from the root level of the installation) and removing the webwork 'if test' for the radio option for the 'set estimated time remaining', so that the it just reads "checked". In JIRA 3.12.3 the changes need to be made around line number 108 (though this may be different across different versions). Hope this helps :)&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/NTGKVbDrVww" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/9120861448274244695/comments/default/5244968335993377753" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/9120861448274244695/comments/default/5244968335993377753" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/NTGKVbDrVww/auto-adjust-in-jiras-log-work-done-is.html" title="" /><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2008/07/auto-adjust-in-jiras-log-work-done-is.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-9120861448274244695" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/9120861448274244695" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2008/07/auto-adjust-in-jiras-log-work-done-is.html?showComment=1234958880000#c5244968335993377753</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-6359455707589025048</id><published>2009-02-10T11:47:00.000+01:00</published><updated>2009-02-10T11:47:00.000+01:00</updated><title type="text">Problem is I wasn't aware I need to ask this quest...</title><content type="html">Problem is I wasn't aware I need to ask this question ;-)&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/Xv4FKza3EYQ" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/6061176110953984935/comments/default/6359455707589025048" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/6061176110953984935/comments/default/6359455707589025048" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/Xv4FKza3EYQ/i-was-sure-it-just-works.html" title="" /><author><name>Slawomir Ginter</name><uri>http://www.blogger.com/profile/11380966944243353645</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="03537443938019929164" /></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/02/i-was-sure-it-just-works.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-6061176110953984935" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/6061176110953984935" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/02/i-was-sure-it-just-works.html?showComment=1234262820000#c6359455707589025048</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-163463319840135303</id><published>2009-02-10T11:27:00.000+01:00</published><updated>2009-02-10T11:27:00.000+01:00</updated><title type="text">you could just ask me - I knew that it didn't work...</title><content type="html">you could just ask me - I knew that it didn't work since forever. Stupid macs, shall we replace them with Lenovos? :)&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/41breKSTYSY" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/6061176110953984935/comments/default/163463319840135303" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/6061176110953984935/comments/default/163463319840135303" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/41breKSTYSY/i-was-sure-it-just-works.html" title="" /><author><name>Marcin Gorycki</name><uri>http://www.blogger.com/profile/15881673241063551585</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="00854290010665196633" /></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2009/02/i-was-sure-it-just-works.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-6061176110953984935" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/6061176110953984935" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2009/02/i-was-sure-it-just-works.html?showComment=1234261620000#c163463319840135303</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-8813074174707015455.post-944605033692522301</id><published>2009-02-09T13:58:00.000+01:00</published><updated>2009-02-09T13:58:00.000+01:00</updated><title type="text">Hi Pawel,this bug just got fixed. It will be avail...</title><content type="html">Hi Pawel,&lt;BR/&gt;&lt;BR/&gt;this bug just got fixed. It will be available in ActiveMQ 5.3. I hope you'll enjoy it :)&lt;BR/&gt;&lt;BR/&gt;Regards&lt;BR/&gt;Dejan&lt;img src="http://feeds.feedburner.com/~r/Unimplemented/Comments/~4/GyxF5ynm-TA" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/5023290324440752763/comments/default/944605033692522301" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8813074174707015455/5023290324440752763/comments/default/944605033692522301" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Unimplemented/Comments/~3/GyxF5ynm-TA/so-activemq-can-send-big-messages.html" title="" /><author><name>Dejan Bosanac</name><uri>http://www.blogger.com/profile/02997010083420675321</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" href="http://unimplemented.blogspot.com/2007/05/so-activemq-can-send-big-messages.html" ref="tag:blogger.com,1999:blog-8813074174707015455.post-5023290324440752763" source="http://www.blogger.com/feeds/8813074174707015455/posts/default/5023290324440752763" type="text/html" /><feedburner:origLink>http://unimplemented.blogspot.com/2007/05/so-activemq-can-send-big-messages.html?showComment=1234184280000#c944605033692522301</feedburner:origLink></entry></feed>
