Sorry, don't know the answer to that but arrrgh! This DST change has been a pain. Both our Fedora (core 4) and Java (latest version 5) needed manual fiddling...
Hi guys, this is not specifically about Java, but as we've talked about Flex a few times here, I thought I'd post it... We (the NZ Flex User Group) are running...
Hello All, I am pleased to announce that out next Wellington Java User Group meeting will be held on: Wednesday 19 October 5:00 for 5:15 - 6:30pm The venue is...
Hi all, Mike Keith (http://www.jroller.com/mkeith/) is doing a tour of Australia atm, and Canberra was good enough to record it too pod/ogg cast. Check it out...
Hello, Just a reminder that our next Wellington Java User Group meeting will be held tomorrow: Wednesday 17 October 5:00 for 5:15 - 6:30pm The venue is to be: ...
... Hello group, May be someone here in this group, can help me with the following C code snippets. I want to port some existing C codes which are publicly ...
Sione
sionep@...
Oct 23, 2007 11:29 pm
2590
Hi Sione It's been a long while since I did any C, but I'll give it my best shot. The first block of code is declaring both the type "struct fan_node" and the...
In C struct is a record structure, in C++ it is a class. The equivalent in Java is class Fan { int index; } class Fan_node { Fan fan; Fan_node next; } you can...
Thanks for the tips Nigel & Richard. I will start with your class definition Richard. Cheers, sione. ... [Non-text portions of this message have been removed]...
Sione
sionep@...
Oct 24, 2007 1:02 am
2593
Hi all, Just a reminder the Auckland Java Community is meeting tonight. What October Java Community - SAP and Web ...
Hi all, Highlights from last nights Auckland Java Community meeting: - SAP has it's own certified JEE container, portal and eclipse-based IDE - Exposes heaps...
Hiya, I have removed gerhard.kessell-haak@... from the Yahoo group. Let me know if you don't receive anything from nzjava in the next month or two :-) ...
Hi guys, the next Flex User Group meeting in Wellington will be held on the 22nd of November 2007. Our friends at Datacom will again provide the venue and...
InfoQ, still following javablogs.com, the javaposse mailing list/podcast, along with things like Planet Thoughtworks, Planet JDK, Planet Smalltalk. I just...
Scan the headlines maybe. Occasionally read an article. I find http://www.infoq.com more up my alley these days Murray...
Murray Knox
murrayk@...
Nov 7, 2007 9:55 pm
2601
Hi, InfoQ has pretty good content (if you skip the "Agile" part ;-), but it has next to no discussion. TSS.com still has good Java news, and often has lively...
Hello All, I am pleased to announce that our next Wellington Java User Group meeting will be held on: Wednesday 21 November 5:00 for 5:15 - 6:30pm The venue is...
Hi all, There's a new event for the Auckland java Community. When: Thursday, December 13, 2007, 6:00 PM 20071213T050000Z Where: AUT 24 St Paul Street WS114 ...
Hi all, Anybody used http://www.opensymphony.com/webwork/? http://www.opensymphony.com/sitemesh/? http://www.opensymphony.com/oscache/? I've just happened upon...
We use sitemesh quite a bit in our apps here - very handy for making reusable/swappable skins around plain content. I've used WebWork 1 in the past briefly and...
We've used sitemesh for injecting onload handlers into every page, and to load standard javascript and css files on every page. This allows the individual...
bchapman@...
Nov 15, 2007 12:41 am
2608
The usual problem with Open Source - documentation is usually light :) James ... [Non-text portions of this message have been removed]...
I've also had lots of fun in the past with sitemesh and page encodings, where the individual page was in a different encoding to the decorate, which was...