Hi all, I am pleased to announce that our next Wellington Java User Group meeting will be held on: Wednesday August 15 5:15pm for 5:30- 6:45pm The venue is to...
Subject: Jade as object persistence for Java objects Presenter: Roger Jarquin Date: Monday, August 27, 2007 Time: 6pm Location: Jade Development Centre,...
Hi all, A reminder that the Wellington Java User Group meeting will be held tomorrow: Wednesday August 15 5:15pm for 5:30 - 6:45pm The venue is to be: IBM Tom...
Hi Mark, I'm a big IDEA fan too, and I like the inspections. Last time I counted IDEA had >800 of them; it seems lots more than tools such as CheckStyle and...
At last nights javacom meeting someone (I think it was Richard) mentioned the Java Downunder conference in Wellington sometime around March next year - any one...
Hi Mark, There's nothing available online yet, but something should be up soon. The conference will be held at Te Papa, most likely running 31 March-2 April...
I'll be presenting for the WWISA Wellington next Monday, 3 September, and want to extend an invitation to the Java web services community to attend. The...
Hello All, I am pleased to announce that our next Wellington Java User Group meeting will be held on: Wednesday 19 August 5:00 for 5:15 - 6:30pm The venue is...
Hello All, My apologies -- the previous note stated that the next talk is in August. It is of course in September. Here is a corrected notice. I am pleased...
Just posted this to my blog thought I'd also ask it here as well: http://www.talios.com/ruby_vs_java_hashing_problem.htm I'm sitting here scratching my head...
It seems that ruby's Base64.encode64() method adds a \n to the end of the returned string: irb(main):002:0> Base64.encode64('hello') => "aGVsbG8=\n" doh. ... ...
A cautionary note to those applying the Windows DST patches manually. There's a catch that can cause your JRE to run in a different time zone. I discovered it...
Nigel Charman
Nigel.Charman@...
Sep 12, 2007 8:18 pm
2554
Hello all, A reminder that the Wellington Java User Group meeting will be this Wednesday: Wednesday 19 September 5:00 for 5:15 - 6:30pm The venue is to be: ...
Presenter: Adrian Mageanu from TOTALIMEX Subject: A means to multiple ends – Conventional and Unconventional uses of Talend ETL(D) Adrian will show how an...
Hi everyone, I was talking to a friend recently about python and zope. It turns out that with Zope, you embed the unit tests into the actual class file. This...
By embed do you mean that the test source lives in the 'class under test' source? ... -- Shane Mingins [Non-text portions of this message have been removed]...
Not with JUnit 4 but I've done similar things with TestNG and its @Test annotation (who had it first! <g>). Whilst its handy to have the tests in the same...
I've been getting that for the last month or so when posting to the list ;( The list is low traffic enough that it kept slipping my mind to mention it.. ... ...
I asked Gerhard about this, but he reckons his Yahoo settings are all correct for his gmail address (gerhardhaak@...). So nobody knows what's going on...
That's exactly what I mean :) ... -- Kei te kÅrero tiki au. Kei te kÅrero tiki koe. Ka kÅrero tiki tÄua. KÅrero ai tiki tÄua. [Non-text portions of this...
Interesting! I suspect that the same solution would work for JUnit. ... -- Kei te kÅrero tiki au. Kei te kÅrero tiki koe. Ka kÅrero tiki tÄua. KÅrero ai...
I gave JUnit4 a bash, but soon got the hell in with have endless test code mixed up with my class. What I do (under Eclipse) is to have two source folders for...
I like the idea in theory (sick of swapping back and forward between code and test classes :) ), but suspect that in practice would pollute the build, in which...
We also use the parallel package structure technique, and additionally, in our deployment build script we don't include the test classes, so we don't suffer...