Re: What is the best slideshow?

2010-09-11 Thread Daniel Frisk
I really like Exposure that a friend of mine has made. There is no Wicket wrapper for it (yet) but you can easily integrate it yourself. http://exposureforjquery.wordpress.com/ // Daniel On 11 sep 2010, at 13:27, Paolo wrote: > I found this: > > http://lazydev.ildella.net/wicket-slides-080-r

Re: Wicket "vendor lockin" and backwards compatibility, 1.4/1.5

2010-05-21 Thread Daniel Frisk
Well... I'm in no position to say but I don't think the port 1.4->1.5 will be that expensive. With earlier versions there doesn't seem to have been much complaints. I would start with 1.4, don't worry, get my app deployed and then upgrade when it's time to upgrade. // Daniel jalbum.net On 21

Re: Wicket Ajax Channels

2010-02-27 Thread Daniel Frisk
Hello Xavier, you can override AbstractDefaultAjaxBehavior.getChannelName() to return "something|d" and the channel will switch to drop behavior. I'm still using 1.3 so it may be different in 1.4. I've seen no documentation other than the code itself, but if my memory serves me right there are

Re: Discard queued ajax requests

2010-01-13 Thread Daniel Frisk
Found the answer. If we set the channel name to something that ends with |d (pipe d) the channel changes to drop behavior. Great! (but a bit obscure) // Daniel On 2010-01-13, at 08:52, Daniel Frisk wrote: Wicket friends, another question regarding high latency. Here is the scenario

Discard queued ajax requests

2010-01-12 Thread Daniel Frisk
Wicket friends, another question regarding high latency. Here is the scenario: * I have a lot of network latency so all ajax requests have considerable delay. * User types in a form that submit itself on every keyup event * All but the first submit is queued since the ajax channel is busy No

Throttled AjaxFormSubmitBehavior

2010-01-12 Thread Daniel Frisk
Wicket afficianados, I'm optimizing our application for high network latency and have found some questions/issues that I thought the list might help me with. Throttled AjaxFormSubmitBehavior I have a form which submit itself on keyup events, naturally I want to throttle that so I set a thro

Re: New photo album generator

2010-01-12 Thread Daniel Frisk
That explains it... The button is a flash-movie which we use to upload photos, no fallback yet. // Daniel Frisk jalbum.net On 2010-01-12, at 12:25, Reinout van Schouwen wrote: Op dinsdag 12-01-2010 om 10:23 uur [tijdzone +0100], schreef Daniel Frisk: Our fancy new Wicket/jQuery/Flash photo

Re: New photo album generator

2010-01-12 Thread Daniel Frisk
Not yet. Also this will not be released as general component (a least not now) for developers, it's intended for end users of the site only. // Daniel Frisk jalbum.net On 2010-01-12, at 10:34, Martin Makundi wrote: Is there a tutorial how to use it? ** Martin 2010/1/12 Daniel Frisk

Re: New photo album generator

2010-01-12 Thread Daniel Frisk
will probably have a look at WiQuery again and not be such a stubborn NIH guy. // Daniel Frisk jalbum.net On 2010-01-12, at 10:34, Stijn Maller wrote: Simply WOW! What's not to like? :o) Just out of interest, did you use WiQuery? 2010/1/12 Daniel Frisk Our fancy new Wicket/jQuery/Flash p

Re: New photo album generator

2010-01-12 Thread Daniel Frisk
eltezéssel, Daniel Frisk írta: Our fancy new Wicket/jQuery/Flash photo album generator, soon ready to be released. What do you think so far? http://jalbum.net/beta/camelot/ // Daniel Frisk jalbum.net - To unsubscribe, e-m

New photo album generator

2010-01-12 Thread Daniel Frisk
Our fancy new Wicket/jQuery/Flash photo album generator, soon ready to be released. What do you think so far? http://jalbum.net/beta/camelot/ // Daniel Frisk jalbum.net - To unsubscribe, e-mail: users-unsubscr

Re: Open Source projects using Wicket

2009-10-16 Thread Daniel Frisk
.. 2009/10/16 Daniel Frisk Of course, serialization isn't always necessary but in this case the idea was to _enforce_ serialization. The cost of serialization compared to the actual page construction time (often with database accesses and such) seems to often be very small. Scalabilit

Re: Open Source projects using Wicket

2009-10-16 Thread Daniel Frisk
Of course, serialization isn't always necessary but in this case the idea was to _enforce_ serialization. The cost of serialization compared to the actual page construction time (often with database accesses and such) seems to often be very small. Scalability is the same as for using explic

Re: Open Source projects using Wicket

2009-10-16 Thread Daniel Frisk
Pushing definitely is more performance efficient - you know exactly when and where you push it and it's easy (happy-day-scenario) to optimize. Partly the ease of optimization results from "difficulty of making complex relations". I would expect push to put more load on your servers due to serial

Re: Hippo's patch for wicket ids

2009-10-15 Thread Daniel Frisk
Ok, I'm lazy and couldn't decipher that code at a glance. What does it do? // Daniel jalbum.net On 2009-10-15, at 03:09, Douglas Ferguson wrote: Has anybody seen this: http://www.onehippo.org/cms7/integration_testing.html Seems like a nice alternative vs. having to set markupIds on all c

Re: Open source Wicket blog

2009-10-14 Thread Daniel Frisk
, at 10:23, da...@davidwbrown.name wrote: How are the blogs stored? Daniel Frisk wrote .. Hi, we have developed a blog tool in Wicket for our website. I just wanted to see if there is any interest in having that as an open source project? The code would have to be adopted for general use and

Re: Website 2.0

2009-10-14 Thread Daniel Frisk
I personally think is one of the best Java apps out there. // Daniel jalbum.net On 2009-10-13, at 17:04, Jeremy Thomerson wrote: Very nice work. Do you know about how many hits your site gets regularly? -- Jeremy Thomerson http://www.wickettraining.com On Tue, Oct 13, 2009 at 6:08

Open source Wicket blog

2009-10-13 Thread Daniel Frisk
Hi, we have developed a blog tool in Wicket for our website. I just wanted to see if there is any interest in having that as an open source project? The code would have to be adopted for general use and be untangled from some dependencies that we don't want to open source, so I just want

Re: Website 2.0

2009-10-13 Thread Daniel Frisk
Thanks guys! We are really happy with the site, it's getting there! I have no idea how many "human-hours" we have spent. It have gone thru a first incarnation and then some incremental refinements and finally this overhaul that we recently did. ~1000 perhaps, maybe? :-) // Daniel jalbum.ne

Re: Website 2.0

2009-10-13 Thread Daniel Frisk
wrote: This is a really nice work. Amazing! How many human-hours have you spent for development? On Tue, Oct 13, 2009 at 9:54 AM, Daniel Frisk wrote: We recently did a complete overhaul of our web site: reworked the graphics, refactoring, added some jQuery goodies and of course added l

Website 2.0

2009-10-12 Thread Daniel Frisk
managed to keep the codebase nice and tight with reusable components. I'm really proud of our work here so far. What ya think? http://jalbum.net // Daniel Frisk - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.or

Re: Pimp your Wicket app!

2009-05-07 Thread Daniel Frisk
Name of your application: http://jalbum.net Intranet or internet: [ ] intranet [X ] internet Public or private site: [ X] public [ ] private [ ] both Average number of concurrent users: ~500 Max number of concurrent users you have encountered: Don't know Average number of Wicket served requests p

Re: Caching of rendered panels

2009-03-28 Thread Daniel Frisk
return output; }}); } } its kinda hacky but might work :) -igor On Fri, Mar 27, 2009 at 11:50 AM, Daniel Frisk wrote: In our case it's not really that the rendering itself is taking to long, it is getting the data from the model (database) so your advice is in some sense correct.

Re: Caching of rendered panels

2009-03-27 Thread Daniel Frisk
rs, Martin On Fri, 2009-03-27 at 16:49 +0100, Daniel Frisk wrote: I have a situation where I have some panels which I want to render say at most once a minute and during that period they should be "static". I tried a few approches which hasn't really worked out for me so I wa

Caching of rendered panels

2009-03-27 Thread Daniel Frisk
could be done. Ideas are also welcome... // Daniel Frisk jalbum.net - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Wicket meetup in Switzerland?

2009-02-23 Thread Daniel Frisk
: What language are it in? Swedish? Or English? regards Nino Daniel Frisk wrote: I can't complain, our meetings in Stockholm/Sweden have always been attended by usually 20-30 people or so. We have had some really great presentations and very intresting discussions. If you want to

Re: Wicket meetup in Switzerland?

2009-02-22 Thread Daniel Frisk
I can't complain, our meetings in Stockholm/Sweden have always been attended by usually 20-30 people or so. We have had some really great presentations and very intresting discussions. If you want to get notified of the upcoming meetings (one might be coming soon it's long overdue) sign up

Re: Moving from Tapestry to Wicket?

2008-10-30 Thread Daniel Frisk
I actually read your mail but I didn't quite get it, what is your main concern? It seems to me like Wicket would be a perfect fit to your four criteria. // Daniel jalbum.net On 2008-10-30, at 21:05, GK1971 wrote: Hi. I hope this email is appropriate for the forum - its my first time postin

Re: Domain Model as interfaces

2008-10-16 Thread Daniel Frisk
Hi, I'm not sure I understand exactly what is your problem but wouldn't something like this: Db4oImpl / JpaImpl / WhateverImpl ---extends---> AbstractBaseClassWithYourBusinessLogic ---implements---> YourInterface Where needed you would delegate to the base class (just adding the impl sp

Re: Open Modal Dialog at specific position on screen (not center)

2008-10-15 Thread Daniel Frisk
Hi! You have to set the parameter wmode="opaque" in your flash-object tag. That will make it a part of normal z-ordering. http://www.communitymx.com/content/source/E5141/wmodeopaque.htm // Daniel jalbum.net On 2008-10-14, at 22:42, groffhibbitz wrote: Hi, I'm running into a problem wher

Re: Individual session timeout

2008-09-26 Thread Daniel Frisk
Code example: private static void setSessionTimeout(int seconds) { HttpSession session = getHttpSession(); if (session != null) { session.setMaxInactiveInterval(seconds); } } private static HttpSession getHttpSession() { WebRequest request

Re: Output streams from external servlet

2008-06-25 Thread Daniel Frisk
InlineFrame("include", new RedirectPage(url))); } } Hope this works for you. // Daniel Frisk jalbum.net On 2008-06-25, at 01:28, krisNog wrote: Hello everyone! I have a question regarding external servlets. I have a panel that I would like to stream content into from an extern

Re: Antwort: Re: Including wicket in JSPs?

2008-06-24 Thread Daniel Frisk
Perhaps you can use object as a drop in replacement of iframe? I haven't tested it in different web browsers so no guarantees from me :-) http://java.net"; type="text/html"> // Daniel Frisk jalbum.net On 2008-06-24, at 08:37, [EMAIL PROTECTED] wrote: Hi Jim, thank

Re: idea: automatic component repo

2008-06-19 Thread Daniel Frisk
even developers are as lazy (and not to mention busy) as everyone else. I for one would love to browse this component marketplace and checkout demos of fancy stuff! // Daniel Frisk jalbum.net On 2008-06-19, at 10:17, Jonathan Locke wrote: this sort of "marketplace" might give

Re: WUG (wicket user group) @ Øredev

2008-06-18 Thread Daniel Frisk
We might show up with a small team from the north :-) But nothing decided yet, november is after the summer and ages away. I don't think you have to worry. when we have had the WUG meetings in Stockholm people have always been very late with registering. // Daniel jalbum.net On 2008-06-18,

Re: Localizer cache with 150.000+ entries causing OutOfMemory

2008-06-10 Thread Daniel Frisk
So the patch did help? I too have observed this problem but it was at the moment less of a problem than other heap eaters, now this is next in line. We have added a script which automatically restarts the server when repeated OOME occurs and are down to a couple of times per week without th

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-04 Thread Daniel Frisk
I implemented this by hooking in to serialization, just checking each object in ObjectOutputStream.replaceObject and ObjectInputStream.resolveObject. Also had to use my own PageMapEntries to get a suitable hook. Might work as an idea for your implementation perhaps? That's a cool idea for

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-04 Thread Daniel Frisk
I have to admit I haven't read thru all of this thread, so my answer might be to something else... But here we go: I think we actually do something very similar to this in our system, we automatically detach any instances of jpa-enitities (replacing them with a surrogate with only the class

Meetup in Stockholm/Sweden - 22/5

2008-05-15 Thread Daniel Frisk
On Thursday @ 4PM it's time for our next meetup in Stockholm. This time we have four Wicket related presentations and on top of that free beer and a poker tournament! :-) More information at http://wicket.jalbum.net and don't forget to drop me an e-mail to tell that you are coming. // Dan

Re: Performance question

2008-04-15 Thread Daniel Frisk
Maybe the profiler that is bundled with NetBeans can be sufficent? http://profiler.netbeans.org/ // Daniel jalbum.net On 2008-04-15, at 09:41, Johan Compagner wrote: you can use this one for a while http://yourkit.com/eap/index.jsp not everything has to be opensource or free johan On Tue,

Stockholm/Sweden Meetup

2008-03-28 Thread Daniel Frisk
Next week at the 3rd April 16:00 it's time for our next meeting. This time we'll have several shorter presentations(probably in swedish) while we enjoy a beer or two. For more information see the page at http://wicket.jalbum.net/ See you there! // Daniel @ jalbum.net

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread Daniel Frisk
+1 // Daniel Frisk jalbum.net On 2008-03-17, at 09:13, Martijn Dashorst wrote: This thread is for voting only. Use the [discuss] thread for voicing your opinion or asking questions. This makes counting the votes much easier. The discussion on our development list makes it clear that a lot

Re: Bookmarkable page absolute url

2008-03-04 Thread Daniel Frisk
I use RequestUtils to convert the path to an absolute path, seems to work like a charm :-) import org.apache.wicket.protocol.http.RequestUtils; RequestUtils.toAbsolutePath(relativePath); Regards // Daniel On 2008-03-04, at 12:17, Paolo Di Tommaso wrote: Guys, I've some Wicket (1.3.x) pag

Re: Our new and shiny Wicket site!

2008-02-27 Thread Daniel Frisk
ly if youre using apache and tomcat combo... regards Nino Daniel Frisk wrote: After a couple of months coding we have released our Wicket website! It has generally been a pleasure porting our jsp site and we have been able to add a lot of functionality as well. Check it out at http://jalbu

Re: Our new and shiny Wicket site!

2008-02-27 Thread Daniel Frisk
ything wrong with posting emails about new wicket based sites. Not everyone has the time to be checking wiki pages constantly. -Matej On Wed, Feb 27, 2008 at 11:30 AM, C. Bergström <[EMAIL PROTECTED] > wrote: On Wed, 2008-02-27 at 11:22 +0100, Daniel Frisk wrote: After a couple of mon

Our new and shiny Wicket site!

2008-02-27 Thread Daniel Frisk
After a couple of months coding we have released our Wicket website! It has generally been a pleasure porting our jsp site and we have been able to add a lot of functionality as well. Check it out at http://jalbum.net // Daniel -

Re: Model for previous pages

2008-01-25 Thread Daniel Frisk
return url and you will come back to the exact same page... -igor On Jan 25, 2008 5:13 AM, Daniel Frisk <[EMAIL PROTECTED]> wrote: We have a use case in our system where users are redirected to a third party web site (Paypal), they later get redirected back to our site. How is it now po

Model for previous pages

2008-01-25 Thread Daniel Frisk
We have a use case in our system where users are redirected to a third party web site (Paypal), they later get redirected back to our site. How is it now possible to access the previous page or the model for that page (if we assume that the user continue with the same session)? // Daniel -

Re: Redirect to HTTPS?

2007-09-25 Thread Daniel Frisk
Thanks for your input guys, after some experimenting I used the annotation solution and got it working on 1.3 with some tweaking. I had to take out the IResponseStrategy and just override respond(..) in the RequestCycleProcessor instead. Also the redirection portion had to be rewritten as i

Re: Redirect to HTTPS?

2007-09-24 Thread Daniel Frisk
7;t help with your post, you lose karma :-) // Daniel On 2007-09-24, at 19:00, Igor Vaynberg wrote: just take whatever has been discussed on this list and strip it down to whatever level you need. i dont think any one is interesting in doing this for you... -igor On 9/24/07, Daniel Fri

Redirect to HTTPS?

2007-09-24 Thread Daniel Frisk
the request processing and etc but it seemed overly complicated for this tiny check, any ideas for a minimal implementation which could serve this purpose? // Daniel Frisk jalbum.net - To unsubscribe, e-mail: [EMAIL PROTECTED

User Group Stockholm/Sweden

2007-09-13 Thread Daniel Frisk
;re coming, and we will bring the beer :-) // Daniel Frisk

User Group Stockholm / Sweden - Invitation

2007-09-13 Thread Daniel Frisk
oming. // Daniel Frisk ([EMAIL PROTECTED])