Sept 3rd is in Wellington and is on Aspect Oriented Programming Setp 4th is in Auckland and is on Continuous Integration Details are on the web site...
Hi all, Due to the fact that I will not actually be in Wellington from Wednesday 3rd September through to Monday 8th September, the first meeting of the Java ...
Kessell-Haak, Gerhard
gerhard.kessell-haak@...
Sep 2, 2003 2:42 am
70
For those Auckland Java people, there is a User Group meeting tonite at 6pm at 187 Queen St, Level 4 (Borland offices). The subject is Continuous Integration...
On Thursday, September 04, 2003 13:50:05 +1200 Richard Vowles ... I'll have slides online later as well for anyone who wants it, it'll be linked from my blog...
Thanks very much to both presenters - I now understand it all much better. My initial view is that CruiseControl is probably more flexible yet its user...
... Thanks to all for showing up and not throwing things at us ;) I've uploaded my presentation to my blog ( also mentioning tonights JUG ) so go grab it from:...
I must of been on the bus when the doors were locked ... From: "Richard Vowles" <rvowles@...> To: <nzjava@yahoogroups.com> Sent: Thursday, September...
Eric
erichards@...
Sep 4, 2003 6:52 pm
75
Also, please - if you find some cool "Java useful" link please let the list know about it. Sharing cool tools like Anthill, CruiseControl, Clover, Wont, etc...
Eric
erichards@...
Sep 4, 2003 7:14 pm
76
... Darn! I had Olivia go down for a while afterwards (6pm they lock - which is when we started) but she obviously missed you. I will give my cellphone number...
Oh !!! you locked it at 6pm. OK I got on the bus at 5.30pm in New Market and at 6pm I think it might of been going past the new Auckland hospital. It only...
Eric
erichards@...
Sep 4, 2003 7:50 pm
78
The CruiseControl Wiki I mentioned is here: http://c2.com/w4/cc/wiki.cgi?WelcomeVisitors The problem with the demos not failing when a test case failed was...
Richard Lewis-Shell
rlewisshell@...
Sep 4, 2003 9:45 pm
79
... Me too, I waited for a while to see if any cleaner going into the building, so that I could get through, but there was no luck there. Cheers, Sione. ... ...
S F Palu
sionep@...
Sep 4, 2003 10:36 pm
80
... The same sort of thing happened to me when I went to one of the meetings of the original Auckland Java Users Group, but I got in eventually. If I'd gone to...
Hi All, I thought this article might be of interest to the list. This article briefly describes JESS (Java Expert Systems Shell) and JSR-94 (Java...
S F Palu
sionep@...
Oct 7, 2003 11:29 pm
82
Title : "Jess Meets Einstein's Riddle" http://www.developer.com/java/other/article.php/3089641 From Suns web site (brief about "JESS IN ACTION" book): ...
S F Palu
sionep@...
Oct 9, 2003 10:05 pm
83
There's a whole heap of free java based rules engines out there: http://www.manageability.org/blog/stuff/rule_engines. Drools and Algernon are ones that I've...
Murray Knox
murrayk@...
Oct 9, 2003 10:25 pm
84
I agree, there are lots of free rule engines out there. I believe most or all of them use "Rete Network", "Back-Chaining" and "Forward-Chaining" architecture...
S F Palu
sionep@...
Oct 10, 2003 1:01 am
85
On Friday, October 10, 2003 13:57:56 +1300 S F Palu <sionep@...> ... Sounds like JESS would be a great topic for the next meeting... which should be up...
I want to arrange an informal get-together for Wellington based Java developers. If you are interested please contact me so that I can get an idea of the...
Whoohoo - somebody else is taking responsibility for it ;) Anyway, I'm in. ... This communication is confidential and may contain privileged material. If you...
Kessell-Haak, Gerhard
gerhard.kessell-haak@...
Oct 21, 2003 2:46 am
88
Doh - that was only meant to go to Martin :-o Oh well :) ... This communication is confidential and may contain privileged material. If you are not the...
Kessell-Haak, Gerhard
gerhard.kessell-haak@...
Oct 21, 2003 2:52 am
89
For what it's worth, J2SE 1.4.2_02 is now available. See http://java.sun.com/j2se/1.4.2/ReleaseNotes.html Martin ...
Roll on JDK 1.5! ... From: Martin Paulo [mailto:Martin.Paulo@...] Sent: Wednesday, 22 October 2003 09:08 To: nzjava@yahoogroups.com Subject: [nzjava]...
I'll second that. BTW, does anyone have any insight into JSR 175 "A Metadata Facility for the Java Programming Language"? I believe that it is slated to be...
I don't know whether it has any relationship or comparison to Delphi properties but I think it is similar in concept to the attributes facility in C#. It...
Murray Knox
murrayk@...
Oct 22, 2003 1:45 am
94
... It's like 'attributes' (I think they're called) in .NET. It's currently drafted to go something like: @Session( ejb-name = "statelessSession" ) public...
Damon Maria
damon@...
Oct 22, 2003 5:49 am
95
--On Wednesday, October 22, 2003 14:44:01 +1300 Murray Knox ... I saw a blog entry on this the other day and will attempt to find it, which was pointing a...
The .NET ones are as well (typed I mean). They have classes that represent the data you are accumulating so the compiler can ensure you filled everything in...