Re: Wicket dataprovider query / search time

2013-02-04 Thread Rob Audenaerde
The problem is that there are two calls to the DAO, one for size and one for iterator. They both take time. I can make these methods return compound objects that also return the call duration, or wrap the calls in the DataProvider. I would also need a call to collect this total amount of time.

Deployment models (was: Re: Wicket job market)

2013-02-04 Thread Emmanouil Batsis (Manos)
On 02/04/2013 02:05 PM, Philippe Demaison wrote: What needs to be improved to get a wider adoption of Wicket ? That is probably the most relevant subject IMHO. FWIW, a largely disruptive factor is a new but increasingly important business/deployment model, that of the cross-domain, embedded

Re: Wicket job market

2013-02-04 Thread Michael Mosmann
I agree with you. The one thing i would say:if you want to have a nice presentation of vaadin,it comes out of the box,because thats a vaadin feature:nice presentation. No other framework has it such easy:) So lets start a competition... Michael:) manuelbarzi schrieb: >> I think, you shoul

Re: Wicket job market

2013-02-04 Thread manuelbarzi
> I think, you should not compare wicket with vaadin. Wicket is not the right > answer for every project. Wicket does not compete with vaadin, because > wicket is a different hammer. The rise of "javascript apps" could change the > future of web development, but for such a project you should not us

RE: Wicket job market

2013-02-04 Thread Colin Rogers
In Australia it's almost non-existent. Mostly technology is 5 or 6 years behind the rest of the world, generally. Most places I've worked for here use JSP and Struts 1. Obviously there are plenty of places that do cutting edge stuff, but it's few and far between. I work for the only company I k

Re: Wicket job market

2013-02-04 Thread Michael Mosmann
Am 04.02.2013 15:43, schrieb manuelbarzi: Play Framework, Apache Click, Stripes, Struts, JSF, Seam http://www.indeed.com/jobtrends?q=%22Play+Framework%22%2C+%22Apache+Click%22%2C+Stripes%2C+Struts%2C+JSF%2C+Seam What needs to be improved to get a wider adoption of Wicket ? IMO, "selling" Wicket

Re: Same Panel, but Formatted in 2 Different Ways (Diff. Presentation)

2013-02-04 Thread Paul Bors
I think variants are better for different platform such as a web browser on a desktop VS a mobile phone. Another way of doing it would be to use the VelocityPanel. http://wicket.apache.org/apidocs/1.5/org/apache/wicket/velocity/markup/html/VelocityPanel.html I would imagine you'd have a lot more

Re: Same Panel, but Formatted in 2 Different Ways (Diff. Presentation)

2013-02-04 Thread Ernesto Reinaldo Barreiro
Use style and variation? https://cwiki.apache.org/WICKET/localization-and-skinning-of-applications.html On Mon, Feb 4, 2013 at 8:33 PM, eugenebalt wrote: > Is it possible to have a Panel implemented in .java which has multiple > .html's? > > We have a panel with the same data but different form

Re: Same Panel, but Formatted in 2 Different Ways (Diff. Presentation)

2013-02-04 Thread Martin Grigorov
Hi, It is possible by using different variants - MyPanel_variantA.html and MyPanel_variantB.html See Component#getVariant() method. On Mon, Feb 4, 2013 at 8:33 PM, eugenebalt wrote: > Is it possible to have a Panel implemented in .java which has multiple > .html's? > > We have a panel with the

Re: Problem with markup inheritance in Wicket 6

2013-02-04 Thread Paul Bors
If your web.xml specifies configuration=deployment and you want to report the runtime error on a custom page then in your Application class: protected void init() { ... getApplicationSettings().setInternalErrorPage(MyInternalErrorPage.class); ... } class MyInternalErrorPage extend WebPage {

Same Panel, but Formatted in 2 Different Ways (Diff. Presentation)

2013-02-04 Thread eugenebalt
Is it possible to have a Panel implemented in .java which has multiple .html's? We have a panel with the same data but different formatting. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Same-Panel-but-Formatted-in-2-Different-Ways-Diff-Presentation-tp4656063.html

Re: Wicket dataprovider query / search time

2013-02-04 Thread Francois Meillet
Try to collect the search method's duration in your DAO. François Le 4 févr. 2013 à 16:36, Rob Audenaerde a écrit : > Hi All, > > I'm displaying (Lucene)search results in Wicket using a DataTable. The > Datatable uses a IDataProvider to populate the toolbars and cells. > > I try to figure ou

Re: onBeforeRender hit twice on page after Authentication

2013-02-04 Thread Sven Meier
Possibly WICKET-4995 ? Sven On 02/04/2013 04:29 PM, Martin Grigorov wrote: Hi, Put a breakpoint in onBeforeRender and see what are the stack traces. On Mon, Feb 4, 2013 at 4:21 PM, AnilUpadhyay wrote: I'm noticing one of my Wicket pages being rendered twice under certain circumstances. F

Wicket dataprovider query / search time

2013-02-04 Thread Rob Audenaerde
Hi All, I'm displaying (Lucene)search results in Wicket using a DataTable. The Datatable uses a IDataProvider to populate the toolbars and cells. I try to figure out the amount of time it took to do the query. A typical query involves calls to * size(...) * iterator(...) * model(..) What woul

Re: onBeforeRender hit twice on page after Authentication

2013-02-04 Thread Martin Grigorov
Hi, Put a breakpoint in onBeforeRender and see what are the stack traces. On Mon, Feb 4, 2013 at 4:21 PM, AnilUpadhyay wrote: > I'm noticing one of my Wicket pages being rendered twice under certain > circumstances. For example, when I log in, view a form page and submit the > form, if the su

onBeforeRender hit twice on page after Authentication

2013-02-04 Thread AnilUpadhyay
I'm noticing one of my Wicket pages being rendered twice under certain circumstances. For example, when I log in, view a form page and submit the form, if the success action of the form submission is to view the bookmarkable details of the newly created entity, then the details page gets rendered

Re: Wicket job market

2013-02-04 Thread manuelbarzi
> toolkits such as angular, backbone etc. One of the main reason why i > started using wicket was my phobia for javascript. That phobia is no more. > Infact i want more and more control over the javascript on my client. Does > anyone else share the same sentiments? I am still a huge wicket fun an

Re: Wicket job market

2013-02-04 Thread Josh Kamau
Does anyone think the rise of javascript based single page thick client type of applications are eating on wickets share? When i try to sell wicket to my peers, they normally argue that they want a stateless client and a stateful rich clients. The kind of clients that you build with javascript tool

Re: Wicket job market

2013-02-04 Thread Ernesto Reinaldo Barreiro
Hi, On Mon, Feb 4, 2013 at 3:20 PM, Tim Urberg wrote: > I wouldn't discount Apache, look at how Struts took off, and look at the > Apache HTTP server, the most widely used server on the web. Apache may not > be a "big corporation" but they are a still a big name. > > It is not my intention to d

Re: Wicket job market

2013-02-04 Thread Tim Urberg
I wouldn't discount Apache, look at how Struts took off, and look at the Apache HTTP server, the most widely used server on the web. Apache may not be a "big corporation" but they are a still a big name. On 2/4/13 7:37 AM, Ernesto Reinaldo Barreiro wrote: Hi, IMHO on countries that invest he

Re: Wicket job market

2013-02-04 Thread Ernesto Reinaldo Barreiro
Hi, IMHO on countries that invest heavily on R&D (new technologies) like Germany, Netherlands, UK, USA, etc Wicket market is growing... and you can find lots of Jobs posts asking for Wicket versed programmers.. See http://www.indeed.de/Jobs?q=Wicket&l= http://www.indeed.nl/Wicket-vacatures http:/

Re: Wicket job market

2013-02-04 Thread Martin Grigorov
Hi, Spring MVC is backed by VMWare. GWT by Google (or not anymore ?!) Wicket and Tapestry as Apache projects are developed by volunteers. I think what miss is the marketing and the training. I'm not sure whether there is such job search site in Germany to get some stats but the market for Wicke

Re: Want to override FeedbackPanel to use GAE/J memcache in addition to the session

2013-02-04 Thread Martin Grigorov
Hi, I think you need to do this in a higher level. Instead of making FeedpackPanel aware of GAE, I suggest you to make a custom ISessionStore that relies (e.g. is being stored) on GAE. Wicket's Session is stored as an attribute in the HttpSession. This is done in the default impl of ISessionStore

Want to override FeedbackPanel to use GAE/J memcache in addition to the session

2013-02-04 Thread Ian Marshall
I am having trouble with intermittently missing Wicket session flash messages. I refer to my post on StackOverflow at: http://stackoverflow.com/questions/14344740/intermittently-missing-wicket-session-flash-messages I would like to try to fix my problem by overriding FeedbackPanel to use GAE/J'

RE: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ronny.Voss
Hi O I didn’t actual see that Martin - thanks a lot for the hint. So I guess I am "home free" here... /Ronny -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: 04 February 2013 11:09 To: users@wicket.apache.org Subject: Re: Wicket (jquery) ticker component

RE: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ronny.Voss
Hi Maybe I was too quick to ask community here :-) sorry about that... To be more preciously: as it stands - I expect this flow to be the case Design 1-n panels Panels content will "only" be txt Have those panels outcome markup to be the content in the rolling newspaper So I was "just" looking i

Re: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Martin Grigorov
Check again ;-) The image is just the usual demo for content. But you decide what to put in the content .. http://twitter.github.com/bootstrap/javascript.html#carousel has some text next to the image. On Mon, Feb 4, 2013 at 11:02 AM, wrote: > Hi > > Yes I know about Carousel - as I recall it i

RE: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ronny.Voss
Hi Yes I know about Carousel - as I recall it is solely based on bitmaps as input? and I was aiming for panel as input... - Ronny -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: 04 February 2013 10:59 To: users@wicket.apache.org Subject: Re: Wicket (jquery)

Re: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ernesto Reinaldo Barreiro
Hi, Please pick one of your liking so we could advise how (or even help;-) to implement it. Maybe something like this http://antiliasoft.com/wiquery-plugins/?wicket:bookmarkablePage=:com.wiquery.plugins.demo.SlideDeckPage or like this http://www.lioherenterprise.com would be enough? On Mon

Re: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Martin Grigorov
I think you can use a Carousel widget for this. There is such component in wicket-bootstrap project. You already use this library.. On Mon, Feb 4, 2013 at 10:48 AM, wrote: > Hi all > > Wow, quick attention here in general :-) > > No I do not have "name" on actual JQuery plugin which suits the

RE: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ronny.Voss
Hi all Wow, quick attention here in general :-) No I do not have "name" on actual JQuery plugin which suits the need - I "just" assumed that JQuery will do the job and was shortly looking for some Wicket component already out there. I am aiming for some panels (output html) to scroll. - Ronn

Re: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ernesto Reinaldo Barreiro
shouldn't be On Mon, Feb 4, 2013 at 10:43 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Do you have any particular widget at mind? This should be difficult to > implement > > On Mon, Feb 4, 2013 at 10:38 AM, wrote: > >> Hi people >> >> I looked into community trying to find some e

Re: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ernesto Reinaldo Barreiro
Do you have any particular widget at mind? This should be difficult to implement On Mon, Feb 4, 2013 at 10:38 AM, wrote: > Hi people > > I looked into community trying to find some existing Wicket component > which support subject - no luck! > > Some knowledge on subject to share? > > Best regar

Re: Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Martin Grigorov
Hi, Can you give a link to a jQuery plugin that does what you need ? This way it will be simpler for others to suggest how to integrate it. On Mon, Feb 4, 2013 at 10:38 AM, wrote: > Hi people > > I looked into community trying to find some existing Wicket component > which support subject - no

Wicket (jquery) ticker component - rolling newspaper

2013-02-04 Thread Ronny.Voss
Hi people I looked into community trying to find some existing Wicket component which support subject - no luck! Some knowledge on subject to share? Best regards/Med venlig hilsen Ronny Voss Nordea Bank Danmark A/S Online & Securities Processing Solutions Strandgade 3 DK-1401 København K Mobil