Re: Wicket Bench

2010-05-03 Thread bht
A nice NetBeans plugin: http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=3586 Provides refactoring support and more. So if you rename or move between packages any Wicket components including pages then the plugin renames and moves the HTML, too. I think that an IDE

Re: Wicket Bench

2010-04-29 Thread Martin Grigorov
Take a look at http://sourceforge.net/projects/stump/ I don't use it so I cannot tell anything about it. On Wed, 2010-04-28 at 14:50 -0700, Igor Vaynberg wrote: if it was still supported i would recommend it. -igor On Wed, Apr 28, 2010 at 12:44 PM, Brian Mulholland blmulholl...@gmail.com

RE: Wicket Bench

2010-04-29 Thread Stefan Lindner
] Gesendet: Do 29.04.2010 08:56 An: users@wicket.apache.org Betreff: Re: Wicket Bench Take a look at http://sourceforge.net/projects/stump/ I don't use it so I cannot tell anything about it. On Wed, 2010-04-28 at 14:50 -0700, Igor Vaynberg wrote: if it was still supported i would recommend

RE: Wicket Bench

2010-04-29 Thread Stefan Lindner
Stump does not build with maven. Stump provides no downloadable plugin at this time. I was in contact with the programmer and he told me that he has not much time to support it but he wants to provide a first version in the next few weeks. there is another litte plugin qwickie hat has

Re: Wicket Bench

2010-04-28 Thread Igor Vaynberg
wicket does not require any tooling because it is 90% java code and 10% markup. so none of ide plugins provide must have features, only conveniences -igor On Wed, Apr 28, 2010 at 12:17 PM, Brian Mulholland blmulholl...@gmail.com wrote: Hi, Wicket n00b here.  How good is Wicket Bench?  I read

Re: Wicket Bench

2010-04-28 Thread Brian Mulholland
Would you say those conveniences are worth it? In other words, would you recommend Wicket Bench (or any other plugins)? Brian Mulholland On Wed, Apr 28, 2010 at 3:36 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: wicket does not require any tooling because it is 90% java code and 10%

Re: Wicket Bench

2010-04-28 Thread Igor Vaynberg
if it was still supported i would recommend it. -igor On Wed, Apr 28, 2010 at 12:44 PM, Brian Mulholland blmulholl...@gmail.com wrote: Would you say those conveniences are worth it?  In other words, would you recommend Wicket Bench (or any other plugins)? Brian Mulholland On Wed, Apr 28,

Re: wicket bench in eclipse

2010-01-27 Thread Peter Karich
Why not using the default configuration of the wicket archetype and let the htmls under main/java ? (configuration over convention ;-)) Then at least in IntelliJ and NetBeans the switch html--java works fine. Regards, Peter. Agree with Huake Ingmar. The functionality doesn't overlap at all.

Re: wicket bench in eclipse

2010-01-26 Thread Lionel Port
Agree with Huake Ingmar. The functionality doesn't overlap at all. My main reason for wanting the plugin to work is to switch easily between the html and the java code for the same component. In a maven project this is particular a hassle because the java code is in packages under /src/main/java

Re: wicket bench in eclipse

2010-01-26 Thread Chuck Brinkman
I had not heard of wicket bench before reading this email thread. So, I installed it and found that it doesn't play well with 'myeclipse'; not sure where the fault lies. So I just don't use it as a default editor. I do like some of the features. If you just want to switch between java and html

Re: wicket bench in eclipse

2010-01-25 Thread Hauke Ingmar Schmidt
Hej, 2010/1/21 Lionel Port lio...@portconnection.com: Not strictly a wicket question, I know. For me tools are an important part of a framework's ecosystem. Does anyone have wicket bench working in Galileo or recent version of eclipse or know of a good plugin I should be using?. My project

Re: wicket bench in eclipse

2010-01-25 Thread Peter Karich
Hi! But it looks like this Eclipse plugin is not actively developed? Is it time to buy an IDEA license where there seems to be a quite nice toolset for Wicket? I downloaded the open source version of IntelliJ and the wicket plugin seems to work. There is also a wicket plugin for NetBeans,

Re: wicket bench in eclipse

2010-01-25 Thread Hauke Ingmar Schmidt
Hej, 2010/1/25 Peter Karich peat...@yahoo.de: Is it time to buy an IDEA license where there seems to be a quite nice toolset for Wicket? I downloaded the open source version of IntelliJ and the wicket plugin seems to work. Yes, but the free version of IDEA is lacking too much in other

Re: wicket bench in eclipse

2010-01-24 Thread Swanthe Lindgren
We are not using the Wicket bench editor, just the plain built-in html editor in eclipse. For a while we tried an html editor from Aptana (no association with Wicket), but it did to much to the over-all eclipse environment. By entering your wicket context I guess you are supposed to get style

Re: wicket bench in eclipse

2010-01-21 Thread Swanthe Lindgren
We are using Galileo and m2eclipse (Maven) with Wicket bench, no problem, but we are only using wicket bench when creating new pages and panels as a lazy way to get both the java and html file. //Swanthe On 2010-01-21 04:48, Lionel Port wrote: Hi Guys, Not strictly a wicket question, I

RE: wicket bench in eclipse

2010-01-21 Thread Andreas Lüdtke
Hi Lionel, since you don't write what exactly doesn't work, I can only guess: is the M2_REPO variable beeing defined/set in eclipse? This was my main problem when I used eclipse. You should give NetBeans a try. Just open the pom file and everything is fine and working. Andreas -Original

Re: wicket bench in eclipse

2010-01-21 Thread Jeroen Steenbeeke
Does it support parent POMs yet? This was an issue I had back when I used Netbeans and had to work with a multi-module project. 2010/1/21 Andreas Lüdtke sam.lued...@t-online.de: Hi Lionel, since you don't write what exactly doesn't work, I can only guess: is the M2_REPO variable beeing

RE: wicket bench in eclipse

2010-01-21 Thread Andreas Lüdtke
, 2010 5:56 PM To: users@wicket.apache.org Subject: Re: wicket bench in eclipse Does it support parent POMs yet? This was an issue I had back when I used Netbeans and had to work with a multi-module project. 2010/1/21 Andreas Lüdtke sam.lued...@t-online.de: Hi Lionel, since you don't

Re: wicket bench in eclipse

2010-01-21 Thread Lionel Port
Thats exactly what I want it for. Some reason it doesn't detect wicket pages. I tried setting the wicket context in the project properties but it doesn't change and if I force opening the html page with wicket bench it throws an initialisation error. At least if you saying it works for you I know

Re: wicket bench in eclipse

2010-01-21 Thread Lionel Port
Thanks but I don't have any problem with m2eclipse, its works great. On Fri, Jan 22, 2010 at 3:17 AM, Andreas Lüdtke sam.lued...@t-online.de wrote: Hi Lionel, since you don't write what exactly doesn't work, I can only guess: is the M2_REPO variable beeing defined/set in eclipse? This was

Re: Wicket Bench Selenium Tests

2009-10-14 Thread Douglas Ferguson
For that matter, I'm not totally married to WicketBench, is anybody else successfully doing functional testing with wicket? D/ On Oct 14, 2009, at 2:54 PM, Douglas Ferguson wrote: I'm getting the following error when I try to run a wicket bench selenium test. Exception in thread main

Re: wicket bench 1.4

2009-10-07 Thread Luca Provenzani
i don't see difference between wicket1.3 and wicket1.4 with wicket bench. I like this plug-in, but it's still incoplete, and it has some little problems with java editor... Luca 2009/10/7 Douglas Ferguson doug...@douglasferguson.us Does wicket bench work with wicket 1.4?

Re: wicket bench 1.4

2009-10-07 Thread Douglas Ferguson
I'm interested in using the selenium features. D/ On Oct 7, 2009, at 2:01 AM, Luca Provenzani wrote: i don't see difference between wicket1.3 and wicket1.4 with wicket bench. I like this plug-in, but it's still incoplete, and it has some little problems with java editor... Luca

Re: wicket bench 1.4

2009-10-07 Thread Luca Provenzani
in this case i don't know, because i don't use selenium... ;-) Luca 2009/10/7 Douglas Ferguson doug...@douglasferguson.us I'm interested in using the selenium features. D/ On Oct 7, 2009, at 2:01 AM, Luca Provenzani wrote: i don't see difference between wicket1.3 and wicket1.4 with

Re: Wicket Bench website is down

2009-07-23 Thread Mathias Nilsson
maybe you can get it from the update manager if you are using Eclipse. http://eclipse-plugins.2y.net/eclipse/plugin_details.jsp?id=1378 http://eclipse-plugins.2y.net/eclipse/plugin_details.jsp?id=1378 -- View this message in context:

Re: Wicket Bench not being maintained?

2009-03-12 Thread Igor Vaynberg
the lic as far as i know is asl2 so feel free to do whatever you want with the code. -igor On Thu, Mar 12, 2009 at 8:13 AM, Brill Pappin br...@pappin.ca wrote: I notice that Wicket Bench is not being maintained... it's plugin site seems to be down, its JIRA is down, is forum is down... the

Re: Wicket Bench error under Eclipse

2009-03-04 Thread Piller Sébastien
Yes, it did the trick ;) I desinstalled the SoapUI plugin, and the error has gone. It seems that wicket bench and soapui are not compatible (but I can live without the soapui plugin) Thank you ;) - To unsubscribe, e-mail:

Re: Wicket Bench error under Eclipse

2009-02-27 Thread Thomas Mäder
Looks like com.eviware.soapui.eclipse.swt_awt.SwtAwtRequestEditor.init(SwtAwtRequestEditor.java:68) is the culprit. I would guess that you only get the error when opening files of a certain type (sth. related to SOAP, perhaps?). If so, try changing the default editor for this particular file

Re: wicket bench 0.5.0

2008-01-06 Thread Eelco Hillenius
Thanks for keep working on this! Eelco On Jan 6, 2008 7:57 PM, Joni Freeman [EMAIL PROTECTED] wrote: Hello! There's a new version of a plugin: http://www.laughingpanda.org/mediawiki/index.php/Wicket_Bench This is mostly a maintenance release: Eclipse 3.3 support and Wicket dependency is

Re: wicket bench 0.5.0

2008-01-06 Thread Ryan Sonnek
excellent work! I've been anxiously waiting for this release. It's been tough to live without this plugin since I've been working with 1.3 for so long. On Jan 6, 2008 10:20 AM, Eelco Hillenius [EMAIL PROTECTED] wrote: Thanks for keep working on this! Eelco On Jan 6, 2008 7:57 PM, Joni

Re: wicket bench 0.5.0

2008-01-06 Thread Jonathan Locke
thanks! looks sweet. does it work with eclipse 3.4m4? Joni Freeman wrote: Hello! There's a new version of a plugin: http://www.laughingpanda.org/mediawiki/index.php/Wicket_Bench This is mostly a maintenance release: Eclipse 3.3 support and Wicket dependency is updated to be 1.3.

Re: wicket bench 0.5.0

2008-01-06 Thread Joni Freeman
Hi, I'm still on 3.3 series and haven't tried 3.4m4. The plugin uses some internal eclipse APIs (like refactoring support) and those features may break between Eclipse releases. Joni On Sun, 2008-01-06 at 10:24 -0800, Jonathan Locke wrote: thanks! looks sweet. does it work with eclipse