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...
Aside from JSF does anyone know of any frameworks that maintain a server side representation /model of the components on a web page? I need to be able to...
Wicket does this. Each page instance stored at the server side contains its own component instances, each which render there own content which can easily be...
I know of a really good one - runs 60% of the internet, easy to develop for and understand, heaps of support for it, cheaper contractors. Its called PHP. ...
You still need to write mark-up for PHP though right? I want to be able to define my entire page in a server-side model. After an hour or so of hunting around...
Yeah, but at least in PHP, generally (unless someone creates different language templates to make it "easier"), everything is two languages - PHP + J/S (not...
I guess he means where theres no client side HTML pre-written at all (no jsp or templates) so the framework generates 100% of the HTML from the model. I guess...
The goal is to be able to design a document, persist its definition, reload it, inject data, and finally render. The document definition only knows about...
Sounds like pure templating - Velocity. James ... -- James Beamish-White Managing Director TEIQ Limited the web - but smarter p: +64 9 527 0260 f: +64 9 929...
Have you tried thinWire. You end up with code that looks rather like Swing. Not a line of HTML JavaScript or CSS anywhere! Richard [Non-text portions of this...
If you're looking for a good templating solution, check out FreeMarker as well! Thilo ... -- ... Thilo Frotscher Software Architect & Trainer Enterprise Java,...
Hello All, Just a reminder: our next Wellington Java User Group meeting will be held on: Wednesday 21 November 5:00 for 5:15 - 6:30pm The venue is to be: ...
Hi all, Does anyone have any experience with mapping free-text address databases to the NZ Post Geo-PAF? If so, I invite you to share your experiences with the...
This article perhaps is of interest some. I am not a ruby developer, but I recalled that the topic was discussed here in this forum sometime ago. "Rails Yet To...