Re: wicket gmap contrib : ajax and feedback trouble?

2007-05-23 Thread Iulian Costan
Nino, i suggest to allow people to register listeners if they want to get notifications from gmap component. but, let's see /iulian On 5/22/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Im having a problem. Basically I want the gmap component to at a feedback

Chaining IComponentResolvers

2007-05-23 Thread Al Maw
Hi folks, We have a bit of an issue with IMarkupFilter implementations, in that you can't currently layer two different IComponentResolvers if they both want to alter the same thing. This is currently an issue for SimplePageTest for testRenderHomePage_7, which is why that's failing.

Re: Need description and scope of Apache Wicket project for graduation

2007-05-23 Thread James McLaughlin
I'm a wicket fanboy, so no apologies if this seems over the top :) : Wicket is an Open Source project that represents a radical rethinking of web app development frameworks. Designed from the ground up to allow the developer to exploit the full expressive power of OOP, Wicket excels at component

Re: Need description and scope of Apache Wicket project for graduation

2007-05-23 Thread Nick Heudecker
Ya know, that's not bad. Might need a couple edits, but I think it's a great start. On 5/23/07, James McLaughlin [EMAIL PROTECTED] wrote: I'm a wicket fanboy, so no apologies if this seems over the top :) : Wicket is an Open Source project that represents a radical rethinking of web app

Re: Need description and scope of Apache Wicket project for graduation

2007-05-23 Thread Francisco Diaz Trepat - gmail
Excelent Quote. Should be on the Site. f(t) On 5/23/07, James McLaughlin [EMAIL PROTECTED] wrote: I'm a wicket fanboy, so no apologies if this seems over the top :) : Wicket is an Open Source project that represents a radical rethinking of web app development frameworks. Designed from the

Re: Need description and scope of Apache Wicket project for graduation

2007-05-23 Thread Bruno Borges
Wicket is designed to be easily extensible as a component-based open-source web framework, decoupled interface and dynamic code, easily integrated with products like Spring and Hibernate and easily programmable with pure Object-oriented design in the Java language. The core framework takes all

AW: Need description and scope of Apache Wicket project for graduation

2007-05-23 Thread Korbinian Bachl
sounds nice - i would change it that way: Apache Wicket is an Open Source project that brings you a new, bright and fast way of webapplication development. Designed from the ground up to allow developers to exploit the full power of Object-Oriented-Design, Wicket excels at component development,

Wicket supporting Java 1.4 until... ?

2007-05-23 Thread Bruno Borges
Danny Coward said at JavaOne that Java 7 will not be release before 2009. With that in mind, lets remember that Sun only support the last 3 versions of the Java Platform. So, we probably are going to have Java 1.4 available, supported and maintained until 2009. Will Wicket keep supporting this

Re: Need description and scope of Apache Wicket project for graduation

2007-05-23 Thread James McLaughlin
All good stuff! I think here are the essential points if someone could just wrap some words around them: * Open Source * Fresh take on Web App frameworks * Harnesses the full power of OO, realizes all of its promise * Specializes in dynamic, component oriented web applications * Component

Re: Wicket supporting Java 1.4 until... ?

2007-05-23 Thread Martijn Dashorst
Only for security and blocking bugs. 1.3 will be the last 1.4 supported version. We have had a very bad experience with maintaining 2 code bases, and will not likely go again into that realm any time soon. Martijn On 5/23/07, Bruno Borges [EMAIL PROTECTED] wrote: Danny Coward said at JavaOne

Re: Need description and scope of Apache Wicket project for graduation

2007-05-23 Thread John Krasnay
Here are my attempts, one just a little longer than the other: Apache Wicket is a framework for component-based assembly of complex, dynamic web applications. Wicket applications are built using inheritance and composition of plain Java classes and objects and have a refreshing lack of XML

Any documentation on how the wicketstuff.org server is set up?

2007-05-23 Thread Martijn Dashorst
Basically I just read a message that the maven repo for our snapshots at wicketstuff.org could be cleaned (to avoid problems with too many versions lying around). Can/should we rm -rf the whole repository prior to a wicket build? And more: is there some documentation on how the server is set

Re: Need description and scope of Apache Wicket project for graduation

2007-05-23 Thread John Krasnay
Small edit: ...and are refreshingly free of the XML configuration files and templating languages of other frameworks. jk On Wed, May 23, 2007 at 03:12:41PM -0400, John Krasnay wrote: Here are my attempts, one just a little longer than the other: Apache Wicket is a framework for

Re: Any documentation on how the wicketstuff.org server is set up?

2007-05-23 Thread Johan Compagner
Basically I just read a message that the maven repo for our snapshots at wicketstuff.org could be cleaned (to avoid problems with too many versions lying around). Can/should we rm -rf the whole repository prior to a wicket build? can bamboo run scripts already before building, last time i

Re: Wicket supporting Java 1.4 until... ?

2007-05-23 Thread Johan Compagner
really ? i thought sun wanted to have a cycle of 18 months for major updates? and 3/4 months for minor updates? johan On 5/23/07, Bruno Borges [EMAIL PROTECTED] wrote: Danny Coward said at JavaOne that Java 7 will not be release before 2009. With that in mind, lets remember that Sun only

Re: Any documentation on how the wicketstuff.org server is set up?

2007-05-23 Thread Al Maw
Martijn Dashorst wrote: Basically I just read a message that the maven repo for our snapshots at wicketstuff.org could be cleaned (to avoid problems with too many versions lying around). Can/should we rm -rf the whole repository prior to a wicket build? Nope, bad plan: - We build different

Re: Any documentation on how the wicketstuff.org server is set up?

2007-05-23 Thread Johan Compagner
- Not serve up all the dependencies - we should just have org/apache/wicket/ and wicket/ in there. hmm don't know how to do that directly because we just share the local repository of maven and bambo builds from that and deploys to it. So i guess we need to somehow have 2? one that has

Re: Any documentation on how the wicketstuff.org server is set up?

2007-05-23 Thread Martijn Dashorst
Instead of mvn install we should do mvn deploy and deploy to a different directory/repository. Maven will still install to the local repository so the other builds will use that one. The deploy is then used for external users depending on the snapshots. Martijn On 5/23/07, Johan Compagner

Re: Wicket supporting Java 1.4 until... ?

2007-05-23 Thread Bruno Borges
I'm just wondering if isn't a good idea to have Wicket been supported under 1.4 until Sun drops it. :) -- Bruno Borges Summa Technologies Inc. www.summa-tech.com (48) 8404-1300 (11) 3055-2060 On 5/23/07, Johan Compagner [EMAIL PROTECTED] wrote: really ? i thought sun wanted to have a cycle of

Re: Any documentation on how the wicketstuff.org server is set up?

2007-05-23 Thread Al Maw
Johan Compagner wrote: - Not serve up all the dependencies - we should just have org/apache/wicket/ and wicket/ in there. hmm don't know how to do that directly because we just share the local repository of maven and bambo builds from that and deploys to it. So i guess we need to

Re: Wicket supporting Java 1.4 until... ?

2007-05-23 Thread Johan Compagner
define 'supported' On 5/23/07, Bruno Borges [EMAIL PROTECTED] wrote: I'm just wondering if isn't a good idea to have Wicket been supported under 1.4 until Sun drops it. :) -- Bruno Borges Summa Technologies Inc. www.summa-tech.com (48) 8404-1300 (11) 3055-2060 On 5/23/07, Johan Compagner

Re: Any documentation on how the wicketstuff.org server is set up?

2007-05-23 Thread Johan Compagner
everything you see is served by tomcat at this time, maybe i can split this up a bit. and i think we (igor and i) did fight with symlinks once before with the maven repository until igor was sick of it and just really made the maven repository directly a real dir of the maven webapp. johan On

Re: Wicket supporting Java 1.4 until... ?

2007-05-23 Thread Bruno Borges
supported = javac -target 1.4 -- Bruno Borges Summa Technologies Inc. www.summa-tech.com (48) 8404-1300 (11) 3055-2060 On 5/23/07, Johan Compagner [EMAIL PROTECTED] wrote: define 'supported' On 5/23/07, Bruno Borges [EMAIL PROTECTED] wrote: I'm just wondering if isn't a good idea to have

Re: Wicket supporting Java 1.4 until... ?

2007-05-23 Thread Johan Compagner
that will always work for wicket 1.3 On 5/23/07, Bruno Borges [EMAIL PROTECTED] wrote: supported = javac -target 1.4 -- Bruno Borges Summa Technologies Inc. www.summa-tech.com (48) 8404-1300 (11) 3055-2060 On 5/23/07, Johan Compagner [EMAIL PROTECTED] wrote: define 'supported' On