Participate in the ASF 25th Anniversary Campaign

2024-04-03 Thread Brian Proffitt
tion project. The ASF will very occasionally send out messages relating to the Foundation to contributors and members, such as this one.] Brian Proffitt VP, Marketing & Publicity VP, Conferences

RE: Possible Issues with Page Store

2017-09-07 Thread Brian Cullen
Thanks for that... I was aware. Ironically that bug is the reason we haven't moved to 7.8 yet. Hopefully the new version will be released soon. Brian. -Original Message- From: Emond Papegaaij [mailto:emond.papega...@topicus.nl] Sent: 07 September 2017 12:54 To: users@wicket.apache.org

RE: Possible Issues with Page Store

2017-09-07 Thread Brian Cullen
As is the way with these things I find that this issue has already been addressed by WICKET-6387 and is fixed in Wicket 7.8. I wish I had found that earlier. Brian. -Original Message- From: Brian Cullen [mailto:brian.cul...@cdl.co.uk] Sent: 07 September 2017 11:42 To: 'users

Possible Issues with Page Store

2017-09-07 Thread Brian Cullen
support asynchronous operation but I would have thought that the StoreSettings should also be checked as part of this if statement - is that the case? Regards, Brian. <http://www.cdl.co.uk/> <http://twitter.com/CDL_Software> <http://www.facebook.com/CDL-Software> <ht

Wicket 6 API Doc - Downloadable?

2013-08-04 Thread Brian Welnack
Anyone know where I can download the Wicket 6.x API Doc, so I can work off-line from the internet? I am not having any luck finding such a thing... Thanks, Brian

Re: Table with a lot of ajax links

2013-08-02 Thread Brian Welnack
I have some work coming up that could benefit from such an example as well... On Fri, Aug 2, 2013 at 12:56 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi, Do you want me to build an example? That might be easier that explaining all details... You can then adapt the example to

jquery-ui-calendar browser/scrolling problem

2013-03-07 Thread Brian
I am using the com.googlecode.wicket-jquery-ui Calendar. http://apache-wicket.1842946.n4.nabble.com/file/n4657090/TopOfScreen.png As you can see in the image above, the browser window is scrolled all the way to the top. The red circle represents where the cursor has clicked on the screen. In

JQuery update policy

2012-11-01 Thread Brian Laframboise
. My guess is that the Wicket 6.x line will use jQuery 1.7.2, and only when Wicket 7 is released will jQuery be upgraded to = 1.8.0. Can anybody confirm this? Thanks, Brian

Wicket AutoComplete example does not work

2012-05-04 Thread Brian Mulholland
I just looked at the wicket autocomplete example at http://www.wicket-library.com/wicket-examples/ajax/autocomplete?0 does not work in IE8 or Firefox. Brian Mulholland For every complex problem, there is an answer that is clear, simple and wrong. --H.L. Mencken Politics is the art of looking

Wicket ListMultipleChoice or DropDownChoice with code/decode

2012-05-02 Thread Brian Mulholland
being a state lookup using the postal code (MD, NY, FL, etc) but showing the user a state name (Maryland, New York, Florida respectively). What is the usual way to do this? Brian Mulholland For every complex problem, there is an answer that is clear, simple and wrong. --H.L. Mencken Politics

ModalWindow parameters

2012-05-01 Thread Brian Mulholland
the right record into the popup? Brian Mulholland For every complex problem, there is an answer that is clear, simple and wrong. --H.L. Mencken Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly, and applying the wrong remedies. --Groucho Marx

AbstractAjaxBehavior and second request

2012-04-24 Thread Brian Mulholland
the wicket:interface portion in there. Does this number need to increment or something? Brian Mulholland For every complex problem, there is an answer that is clear, simple and wrong. --H.L. Mencken - To unsubscribe, e-mail: users-unsubscr

AbstractAjaxBehavior and ModalWindow

2012-04-18 Thread Brian Mulholland
to the show() method. I tried to pass along the request from the RequestCycle, but that got me the following ClassCastException: java.lang.ClassCastException: org.apache.wicket.request.target.component.listener.BehaviorRequestTarget incompatible with org.apache.wicket.ajax.AjaxRequestTarget Brian

Re: Wicket spring security sample app

2012-01-23 Thread Brian Lavender
The following worked. $ mvn install How do I run the Start class? I tried the following, but I get a class not found error. Usually, I have run classes inside the src/java area, but not in src/test . $ cd example $ mvn exec:java -Dexec.mainClass=org.wicketopia.example.web.util.Start brian

Re: Wicket spring security sample app

2012-01-23 Thread Brian Lavender
:10:07PM -0800, Brian Lavender wrote: The following worked. $ mvn install How do I run the Start class? I tried the following, but I get a class not found error. Usually, I have run classes inside the src/java area, but not in src/test . $ cd example $ mvn exec:java -Dexec.mainClass

Re: Wicket spring security sample app

2012-01-19 Thread Brian Lavender
are forced - [Help 1] brian On Wed, Jan 18, 2012 at 06:58:08AM -0500, James Carman wrote: Either way, you can open it in your IDE and run the jetty test server that's included. That's how I run it usually so that I can easily debug and play around. On Wed, Jan 18, 2012 at 6:57 AM, James Carman ja

Still trying to get the Spring security with auth-roles

2012-01-19 Thread Brian Lavender
like to have it so it is using Spring Security so that I can use either hard coded or switch it to an LDAP storage. Is there someone who can do it so I can see? http://brie.com/brian/wicket/authman.zip I tried following the page at https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth

Re: Wicket spring security sample app

2012-01-17 Thread Brian Lavender
On Sun, Jan 15, 2012 at 12:36:48PM +0200, Martin Grigorov wrote: See https://github.com/jwcarman/Wicketopia Maybe I missed something, but I wasn't able to do a mvn jetty:run or did the war package run after generating a war file. brian -- Brian Lavender http://www.brie.com/brian

Wicket spring security sample app

2012-01-14 Thread Brian Lavender
Does someone have a sample of the current spring security with Wicket auth-roles? One that I can do the following. mvn jetty:run and see it run? brian -- Brian Lavender http://www.brie.com/brian/ There are two ways of constructing a software design. One way is to make it so simple

Re: Freemarker+ExtJS vs Wicket questions

2011-12-05 Thread Brian Mulholland
didn't have deep Wicket knowledge as anything else. Brian Mulholland On Sun, Dec 4, 2011 at 12:30 AM, Andrei Voden are...@gmail.com wrote: Hi. I have been developing for a while using Freemarker + some JS frameworks (like ExtJS, Dojo and JQuery) and Java as Model building on back-end. Now I hear

Re: Freemarker+ExtJS vs Wicket questions

2011-12-05 Thread Brian Mulholland
I'm not sure what exactly you tried but here is how I'd approach it: - create a Wicket component that purpose is to render just the HTML needed by the ExtJS component e.g. div id=someId/div for this simple HTML snipper you can just use WebMarkupContainer, but for something more complex

jQuery Validation Wicket

2011-11-30 Thread Brian Mulholland
don't want to issue an ajax request for every component. This library seems like it should intgrate fairly seemlessly relying on simple css classes to define rules. And yet, it does not. Anyone know why? Brian Mulholland

Re: WiQuery vs JQWicket

2011-11-25 Thread Brian Mulholland
seen a good demo like one finds with wicketstuff. Is there such a thing? Brian Mulholland On Wed, Nov 23, 2011 at 2:51 PM, Warren Bell warrenbe...@gmail.com wrote: Have you tried the InMethod grid, and if you have is there a reason you are looking for something different? I am just curious

Re: WiQuery vs JQWicket

2011-11-25 Thread Brian Mulholland
, what about things like client side validation? Has anyone done a Wicket extension that does client validation? Brian Mulholland A wise and frugal government which shall restrain men from injuring one another, which shall leave them otherwise free to regulate their own pursuits of industry

Re: WiQuery vs JQWicket

2011-11-25 Thread Brian Mulholland
Another question. It looks to me like this grid doesn't set any ARIA stuff. I don't suppose that it is WCAG2 AA comformant, is it? Brian Mulholland On Fri, Nov 25, 2011 at 9:47 AM, Brian Mulholland blmulholl...@gmail.com wrote: Nevermind, found it at wicketstuff: (http://wicketstuff.org

WiQuery vs JQWicket

2011-11-23 Thread Brian Mulholland
We are considering WiQuery and JQWicket. 1) Which is better and why? 2) Is one more established or better supported than the other? 3) Is one more full featured? What differentiates the two? Brian Mulholland - To unsubscribe

Re: WiQuery vs JQWicket

2011-11-23 Thread Brian Mulholland
As I am looking at them, I am not noticing either implementing the jQuery grid, much less the paging scrollbar. Am I overlooking it? Brian Mulholland On Wed, Nov 23, 2011 at 10:56 AM, Pointbreak pointbreak+wicketst...@ml1.net wrote: I've never used either framework, but your question made me

Adding a converter to a label

2011-11-10 Thread Brian Mulholland
Is it not possible to add a converter to label? The Label's add() takes Behaviors, and Converters evidently aren't behaviors. I know I can modify the model or do the conversion beforehand, but I like snapping converters onto controls. Brian Mulholland

Re: Adding a converter to a label

2011-11-10 Thread Brian Mulholland
Please ignore. I got my wires crossed. Brian Mulholland On Thu, Nov 10, 2011 at 1:00 PM, Brian Mulholland blmulholl...@gmail.com wrote: Is it not possible to add a converter to label?  The Label's add() takes Behaviors, and Converters evidently aren't behaviors.  I know I can modify

Form action from Form component

2011-11-04 Thread Brian Mulholland
How do I get the value wicket is going to write out in the form action from the form component. The links have a getURL method, but I haven't seen an equivalent method for the form. Brian Mulholland - To unsubscribe, e-mail

Re: Getting the html output of a wicket panel

2011-11-01 Thread Brian Mulholland
I found that an AbstractTransformerBehavior can be plugged into the component and gets a callback that tells it the HTML it is going to render, and gives it a chance to modify it. Brian Mulholland On Tue, Nov 1, 2011 at 9:56 AM, Martin Grigorov mgrigo...@apache.org wrote: See http

Wicket and ExtJS

2011-10-24 Thread Brian Mulholland
this in Wicket? Can anyone provide some guidance? Am I approaching the problem from the wrong perspective? Brian Mulholland - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Wicket and ExtJS

2011-10-24 Thread Brian Mulholland
quickly, Ernesto. It's appreciated. Brian Mulholland On Mon, Oct 24, 2011 at 9:04 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Brian, Why don´t you look at how things have been implemented for other libraries (e.g. jquery UI). Can you give a concrete example of component you want

OT: Invitations available for http://careers.stackoverflow.com/

2011-07-25 Thread Brian Topping
automatically, for instance), it makes sense that the Wicket community should stack the deck with as many Wicket developers as we can. If anyone would like an invite, please contact me off-list and I will be pleased to send one. Cheers, Brian

Re: best search engine framework to use with wicket

2011-07-16 Thread Brian Topping
Wicket application. HTH, Brian On Jul 16, 2011, at 6:58 AM, Carl-Eric Menzel wrote: On Sat, 16 Jul 2011 03:41:19 -0700 (PDT) hariharansrc hariharan...@gmail.com wrote: can anyone suggest the best search engine framework for wicket Wicket doesn't really care what other frameworks you use

Re: Wicket and OSGi

2011-06-25 Thread Brian Topping
It would be easier to contribute feedback to your project as well as easier to promote upstream if you forked the wicket-stuff project on github and added your project there. On Jun 25, 2011, at 11:24 AM, Harald Wellmann wrote: Am 23.06.2011 19:11, schrieb Harald Wellmann: I'll take a look

Re: Wicket and OSGi

2011-06-24 Thread Brian Topping
track of what it has in its http session. the serialization bundle should provide a way for bundles to tell it i am holding on to class A from bundle B and i no longer care about class C from bundle D -igor On Thu, Jun 23, 2011 at 6:48 PM, Brian Topping topp...@codehaus.org wrote: Good

Re: Wicket and OSGi

2011-06-24 Thread Brian Topping
On Jun 23, 2011, at 11:09 PM, Martin Grigorov wrote: This sounds like the problem solved with http://www.tomcatexpert.com/blog/2011/05/31/parallel-deployment-tomcat-7 Kind of assumes one is using Tomcat and not one of the other ways to deploy a web application with OSGi. :-)

Re: Wicket and OSGi

2011-06-24 Thread Brian Topping
classloader just for that purpose. Cheers, =David On Jun 24, 2011, at 4:34 PM, Brian Topping wrote: It seems that Wicket should not be burdened with this tracking that is only used in OSGi configurations. Another issue is that an admin will use OSGi interfaces to swap out bundles

Re: Wicket and OSGi

2011-06-24 Thread Brian Topping
()); } On Fri, Jun 24, 2011 at 10:46 AM, Brian Topping topp...@codehaus.org wrote: If by that you mean Wicket would be injected with something like the system classloader or wicket's classloader, it kind of breaks modularity. How would one upgrade wicket itself? There's no limitation to doing so, the new

Re: Wicket and OSGi

2011-06-23 Thread Brian Topping
On Jun 23, 2011, at 10:11 AM, Harald Wellmann wrote: what is really needed here is someone taking the time to build a generic serialization mechanism for osgi. wicket's serialization is pluggable so it can be hooked into that. I'll take a look at the patches, play around with the code

Re: Wicket and OSGi

2011-06-23 Thread Brian Topping
is needed here i some way to veto a bundle/version removal until all web sessions that access components in those bundles have timed out. this is not really wicket-specific, more web specific as web apps can stick objects into http session... -igor On Thu, Jun 23, 2011 at 4:30 PM, Brian

Why does my DAO need to implement serialization?

2011-06-16 Thread Brian Lavender
It seems that I have to extend the serializable interface for my DAO in order not to get errors. Should I be putting it in the WebSession area, or elsewhere? I have the full context of the sample at the following. It is a simple Maven project. http://brie.com/brian/wicket/zebra00.zip public

Re: Why does my DAO need to implement serialization?

2011-06-16 Thread Brian Lavender
Where can I find a sample or Javadoc for wicket-ioc? brian On Thu, Jun 16, 2011 at 11:11:05AM -0700, Igor Vaynberg wrote: you should inject your dao using one of the provided wicket-ioc modules such as spring or guice. this will create a proxy that is serializable instead of requiring

How do I create a detachable model for a ListView?

2011-06-15 Thread Brian Lavender
ListView to page add(myCheeseList); 1. https://code.google.com/p/wicketinaction/downloads/list -- Brian Lavender http://www.brie.com/brian/ There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way

Re: How do I create a detachable model for a ListView?

2011-06-15 Thread Brian Lavender
) change CheeseDetach.load() to call getCheeses(), or (2) change the constructor to accept a list of cheeses and retain a list of cheese IDs, and query for those cheeses individually in CheeseDetach.load(). On Wed, Jun 15, 2011 at 5:38 PM, Brian Lavender br...@brie.com wrote: I am trying

CompoundPropertyModel for label?

2011-06-12 Thread Brian Lavender
com.brie.dtoo.Customer@7cb44d street.address from Compound Property Model com.brie.dtoo.Customer@7cb44d brian -- Brian Lavender http://www.brie.com/brian/ There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way

Blog on my experiences learning Wicket

2011-06-08 Thread Brian Lavender
right. http://brie.com/brian/blog/?cat=8 Thus far, my blog entries focus on a simple project importable into Eclipse and runnable using Maven. You can either download each sample referencing the blog entry, or just download and hack them directly. http://brie.com/brian/wicket/ And yes, my blog

Re: Blog on my experiences learning Wicket

2011-06-08 Thread Brian Topping
On Jun 8, 2011, at 12:54 PM, Brian Lavender wrote: And yes, my blog uses Wordpress, not Wicket quite yet. If you are going to make your blog out of Wicket, you might want to consider using Brix (http://www.brixcms.org). It welds a NoSQL document database to Wicket, along with some basic

Re: Wicket newbie seeks redirect idiom

2011-05-30 Thread Brian Topping
Here's a few thoughts: 1) Instead of all the redirecting around, put the unauthenticated content on the root page. If the user is authenticated, redirect them to a url such as /users and make everything below that mount protected. People don't pay much attention to URLs any more anyway.

Re: Wicket's Wizard Component

2011-05-21 Thread Brian Topping
interfaces for components that already work and have long since been forgotten about). IMHO, if you like the code, you might be better off just grabbing a copy of it into your own source tree. Then you can build what you want with impunity. Brian On May 21, 2011, at 11:08 AM, Corbin, James wrote

Re: Wicket's Wizard Component

2011-05-21 Thread Brian Topping
it to support my specific needs. J.D. -Original Message- From: Brian Topping [mailto:topp...@codehaus.org] Sent: Saturday, May 21, 2011 9:29 AM To: users@wicket.apache.org Subject: Re: Wicket's Wizard Component Wizard probably ought to be moved to the category of example code

Re: Authorization through Spring Security

2010-12-24 Thread Brian Topping
there, and look at what you are passed. All will be clear, it's really easy to use. Doing it with intercept URLs might work for a few pages that you have mounted in Wicket, but in the end, every new page is going to have to be set up perfectly. It's not worth it go go that route. Brian

Re: Oracle Wicket Starter Application Project

2010-12-21 Thread Brian Topping
On Dec 21, 2010, at 5:14 PM, Andrew Hall wrote: It'd be fair to say that some of my Java may not be of the highest standard, so if anyone has the inclination to look at this, any constructive feedback would be appreciated. I've thought about how to use the database this way as well. Eelco

Re: [OT] Plugin WicketForge 0.8.1 available for IDEA 9+

2010-12-14 Thread Brian Topping
I was finally able to download the new version of WicketForge today (along with some other plugins) since IntelliJ recently updated their caches. Minas, the results are beautiful. ~minas++ !!! :B On Dec 1, 2010, at 5:59 PM, Minas Manthos wrote: Thanks guys! I'm glad you like it... It's

Re: [OT] Plugin WicketForge 0.8.1 available for IDEA 9+

2010-12-14 Thread Brian Topping
Well, he couldn't have done it without you. Cheers to both of you guys :-) On Dec 14, 2010, at 11:22 PM, Nick Heudecker wrote: He's really been doing a great job with it. On Tue, Dec 14, 2010 at 6:49 PM, Brian Topping topp...@codehaus.org wrote: I was finally able to download the new

Re: [OT] Plugin WicketForge 0.8.1 available for IDEA 9+

2010-12-01 Thread Brian Topping
On Dec 1, 2010, at 4:43 AM, Paul Szulc wrote: this is definitely not off topic :) Have to agree 110%. The IntelliJ experience is made whole with this plugin. Congrats guys, and thanks for all the work! - To unsubscribe,

Re: Wicket 1.4.14 and WiQuery Tabs

2010-11-30 Thread Brian Topping
On Nov 30, 2010, at 12:30 PM, Brad Grier wrote: not sure how else to pin this down. If it were me, I would diff the generated HTML, then narrow down which component(s) is/are causing the headache, THEN diff changes in those components. As well because it's a great way to learn more about

Re: Wicket 1.4.14 and WiQuery Tabs

2010-11-30 Thread Brian Topping
the wiquery javascript resources aren't being contributed in the error scenarios. Any thoughts on where to look in Wicket to see why these contributions are failing? -Original Message- From: Brian Topping Sent: Tuesday, November 30, 2010 11:54 AM To: users@wicket.apache.org Subject: Re

Re: Wicket 1.4.14 and WiQuery Tabs

2010-11-29 Thread Brian Topping
On Nov 29, 2010, at 12:04 PM, Brad Grier wrote: After 1.4.14 wiquery tab components no longer render in my application. These tabs are sitting on panels displayed via ajax so perhaps it’s something to do with the css/javascript contribution. Interestingly the wiquery accordions still work

Re: Wicket 1.4.14 and WiQuery Tabs

2010-11-29 Thread Brian Topping
On Nov 29, 2010, at 2:39 PM, Brad Grier wrote: My tabs are on panels that get swapped in and out via ajax. Are you using this approach? They are ajax, but I haven't bothered looking at how it works. Here's what I use in populateItem(): mainContentPanel =

Re: Wicket 1.4.14 and WiQuery Tabs

2010-11-29 Thread Brian Topping
On Nov 29, 2010, at 3:02 PM, Brian Topping wrote: On Nov 29, 2010, at 2:39 PM, Brad Grier wrote: My tabs are on panels that get swapped in and out via ajax. Are you using this approach? They are ajax, but I haven't bothered looking at how it works. Here's what I use

Re: Wicket 1.4.14 and WiQuery Tabs

2010-11-29 Thread Brian Topping
in 1.4.14. WiQuery assigns classes to these tags (ui-tabs, ui-tabs-nav, ui-state-default, etc). Those are all missing when I run in Wicket 1.4.14. Since it works fine for you, I'm not sure where to look. -Original Message- From: Brian Topping Sent: Monday, November 29, 2010 2:04 PM

Re: Announcing the Topicus Dashboard

2010-11-24 Thread Brian Topping
Everyone note: If you aren't on FB and need to register manually, the voting pages DO NOT place a vote for you once you register. You must GO BACK TO THE PAGE and then place your vote after you activate your account. (No promotional fees were paid for this public service announcement.) On

Re: how to have one app at multiple root contexts

2010-11-22 Thread Brian Topping
On Nov 22, 2010, at 12:58 PM, Jim Pinkham wrote: For the security, I found a great help herehttp://out-println.blogspot.com/2009/02/wicket-swarm-spring-security-how-to.html. Unfortunately, it doesn't work with Wicket 1.5. Anyone working on that? I Wicket-swarm was one of the first security

Re: Wicket ajax-enabled enclosures

2010-11-09 Thread Brian Topping
post the code, which would waste your time. Why not get yourself organized and present yourself professionally? You sound eager and capable, show people your best! Brian On Nov 9, 2010, at 10:39 AM, Martin Makundi wrote: Hi! Has this been attempted before? Would it be a good idea to go

Re: Are there any cases when I can rearrange component tree?

2010-11-09 Thread Brian Topping
This isn't a big limitation, all you have to do is store the state in an object separate from the component hierarchy. Then have the components access that shared state. Keep MVC principles in mind: The model is your state, the component is the controller. On Nov 9, 2010, at 10:41 PM,

Re: Free wicket from component hierarchy hell

2010-11-05 Thread Brian Topping
though. Start a branch and prove your theory works! :-) Brian - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Free wicket from component hierarchy hell

2010-11-05 Thread Brian Topping
is holding you back? A demonstration is far more valuable than a discussion. Brian - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Really basic help...

2010-11-01 Thread Brian Topping
books that is worth the money if you value your time... Cheers, Brian On Nov 1, 2010, at 12:52 PM, Igor Vaynberg wrote: it pulls that value out of its model, so check whatever object the model is pointing to. -igor On Mon, Nov 1, 2010 at 7:44 AM, adam.gibbons adam.s.gibb...@gmail.com

Re: Really basic help...

2010-11-01 Thread Brian Topping
;) ** Martin 2010/11/1 Brian Topping topp...@codehaus.org: Adam, If you are just getting started, models are one of the most important and underappreciated aspects of mastering Wicket. It's really worth putting in the time up front to learn their nuances. Have you checked out

Re: Really basic help...

2010-11-01 Thread Brian Topping
On Nov 1, 2010, at 1:57 PM, Brian Topping wrote: As they say, a million monkeys on typewriters will eventually produce the works of Shakespeare. :-) FWIW, http://en.wikipedia.org/wiki/Infinite_monkey_theorem describes what I was talking about here

Re: Really basic help...

2010-11-01 Thread Brian Topping
On Nov 2, 2010, at 12:31 AM, James Carman wrote: On Tue, Nov 2, 2010 at 12:11 AM, Brian Topping topp...@codehaus.org wrote: FWIW, http://en.wikipedia.org/wiki/Infinite_monkey_theorem describes what I was talking about here. And I had already trained 5 monkeys to code Wicket. I thought

Re: New App - Best Practices

2010-10-03 Thread Brian Topping
, immediately learn the @SpringBean annotation in Wicket. Good luck! Brian On Oct 3, 2010, at 7:40 PM, Francisco Diaz Trepat - gmail wrote: Hi I've tested wicket before it was in the apache incubator and found it to be awesome, since then we have adopted it and I have been migrating all legacy

Re: New App - Best Practices

2010-10-03 Thread Brian Topping
On Oct 3, 2010, at 11:19 PM, Jeremy Thomerson wrote: On Sun, Oct 3, 2010 at 9:17 PM, Brian Topping topp...@codehaus.org wrote: If you want to use Spring, read the first chapter of the reference, skip to the database chapter, THEN skip back as necessary to fill in the gaps on how to set up

Re: New App - Best Practices

2010-10-03 Thread Brian Topping
not, there would be a website that every developer visited before starting a new project, and the anointed best technologies for that moment would be listed there. Heck, you would be able check boxes on the list and generate a POM from it... Brian

Re: Java in CMS arena,..wicket to lead the way?!

2010-09-17 Thread Brian Topping
On Sep 17, 2010, at 2:04 AM, Arjun Dhar wrote: @Brian - but there's a lot of fragmented development and not a lot of investment going back in. --- yes, this is what I sense. I'm not even aware of the Brix community unlike Wicket which is more active. If you see the Brix architecture

Re: Java in CMS arena,..wicket to lead the way?!

2010-09-16 Thread Brian Topping
there, the community never grows to provide the feedback. If you are worried about people having access to your assets, I'm sure you could find others that are working on things with the same feelings and you could start off privately. Let's build some stuff! Brian On Sep 16, 2010, at 12:52 AM, Arjun Dhar wrote

Re: wicket-auth-roles and additional roles

2010-09-13 Thread Brian Topping
FWIW, I use Spring Security for everything I do in Wicket. I was the original author of the Shiro-to-Wicket code on Wicket Stuff (somehow the attributions got lost in there), and if you don't need all the adaptors for stuff like LDAP (maybe Shiro has that by now), it's really worth looking at.

Re: OT: Best practices regarding service layers DAOs

2010-08-30 Thread Brian Topping
to model my service interfaces very closely to what happens in a single unit of work in the user interface. Thinking about transaction demarcations like this will take you a long way toward developing great service interfaces. Cheers, Brian On Aug 30, 2010, at 12:58 PM, Alexander Morozov wrote

Re: OT: Best practices regarding service layers DAOs

2010-08-30 Thread Brian Topping
While I haven't (yet) had this opportunity, I can't wait until the day that I wrap service interfaces with Web Services and connect it to a mobile UI. For that case alone, I focus my strategy on Spring managing the transaction with load-time weaving. $0.02... On Aug 30, 2010, at 10:31

Re: How to be a Top Wicket Developer

2010-07-22 Thread Brian Topping
I think it primarily comes from having a client that will push you to do things with it that you didn't think you could do before. Otherwise, you have to push yourself, and that takes a longer because people naturally avoid things that they aren't familiar with. Note there are different

Re: Change from development to deployment mode in maven2

2010-07-19 Thread Brian Topping
or more profiles in your pom, one of them set as a default profile. In them, have Maven do a substitution on deploy.type for either 'development' or 'deployment'. Profiles are great for automated builds since the profile can be specified on the command line in the CI system. Brian On Jul 19

Re: Getting started with Scala, Spring, Hibernate Wicket

2010-06-19 Thread Brian Topping
The best reason for me to keep a service/business layer talking to the DAO is to provide a clean transactional boundary. Then, all I have to do is add a Spring @Transactional annotation to the method and I'm fully atomic. If my view logic is calling a half dozen DAO methods to effect an

Re: Getting started with Scala, Spring, Hibernate Wicket

2010-06-19 Thread Brian Topping
On Jun 19, 2010, at 12:05 PM, James Carman wrote: On Sat, Jun 19, 2010 at 11:54 AM, Brian Topping brian.topp...@gmail.com wrote: The best reason for me to keep a service/business layer talking to the DAO is to provide a clean transactional boundary. Then, all I have to do is add

Validation

2010-06-15 Thread Brian Mulholland
while the other got ignored? Both were added to the component. Brian Mulholland - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Validation

2010-06-15 Thread Brian Mulholland
around for details like this, and all I see are highly simplistic examples about required checks. I never seem to find an in depth discussion about when validators fire, how they interact and so forth. Where is this info discussed? Brian Mulholland On Tue, Jun 15, 2010 at 6:12 PM, Jeremy

Validation Messages

2010-06-07 Thread Brian Mulholland
This is probably a stupid question, but when I set up a validation like required or a custom validator, I want the label in the message to reflect a value other than the Id of the component. How can I set that to a value I'd prefer? Brian Mulholland

Re: Can I develop without recompiling/restarting after every change?

2010-05-30 Thread Brian Mulholland
I have similar frustrations with WAS 7 in RAD 7.5. WAS 6 supported hot code replacement while debugging and life was good, but WAS 7 doesn't seem to. The hot code checkbox is checked, but seems ignored. Any RAD users out there have this problem and/or know how to fix it? Brian Mulholland

Wicket Panel tag

2010-05-21 Thread Brian Mulholland
for my use? I do have a hidden input tag in the wicket:panel in order to preserve the selected tab so that we preserve it between submits. I tried removing it and it did not help, but cannot remove the wicket:panel without Wicket throwing an exception. -- Brian Mulholland

Re: Wicket Panel tag

2010-05-21 Thread Brian Mulholland
().getMarkupSettings().setStripWicketTags(true); in any wicket code. -- Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com On 21 May 2010 17:51, Brian Mulholland blmulholl...@gmail.com wrote: Our app will be using ExtJS tab

Re: Best practises question

2010-05-18 Thread Brian Topping
lint superbundle would have given me a great log of problems and solutions, making both this app and the world of wicket apps that much more robust and appealing to new candidates. Brian On May 18, 2010, at 9:44 AM, James Carman wrote: Perhaps during development mode there should be a warning

Re: Wicket + security, what are the best options? Spring Security reached almost all the way...

2010-05-07 Thread Brian Topping
I recently updated the spring-security module for Brix to SS 3.0.1. There's probably some nibbles in there for some of the more advanced kinds of security situations (like component-based authorizations against SS 3).

Combo Box (help!)

2010-05-06 Thread Brian Mulholland
instanceof String) return (String) array; else if(array.getClass().isArray()) { String[] result = (String[]) array; return result[0]; } else throw new RuntimeException(Huh?); } }); -- Brian Mulholland

Panel without HTML

2010-05-04 Thread Brian Mulholland
a corresponding tag in HTML? So I would just have a tag for where the wicket panel renders, but the panel might consist of an unknown combination of other controls so that I could not have a static HTML template for it. How might I handle that in wicket? Brian Mulholland

Combo Box

2010-05-03 Thread Brian Mulholland
().isArray()) { String[] result = (String[]) array; return result[0]; } else throw new RuntimeException(Huh?); } }); -- Brian Mulholland One of the greatest delusions in the world is the hope that the evils in this world are to be cured

Wicket Wiki

2010-04-29 Thread Brian Mulholland
use Google Chrome. They both do this. Any maintainers of the wiki on this list who might want to pass that along to someone who can fix the style sheet or whatever might be causing it? -- Brian Mulholland - To unsubscribe, e

Re: Wicket Wiki

2010-04-29 Thread Brian Mulholland
29, 2010 at 3:48 PM, Brian Mulholland blmulholl...@gmail.com wrote: I must be in some minority given that the problem hasn't been noticed and fixed, but does anyone else have issues seeing the code example on the Wiki site?  I have to view source and pick them out from the code in order to see

Wicket Bench

2010-04-28 Thread Brian Mulholland
on the wicket bench site saying what version of wicket it was compatible with. Brian Mulholland - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

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% markup

  1   2   >