Re: Wicket presentation at Bulgarian JUG

2009-01-18 Thread Jonathan Locke
very clever! Martin Grigorov-2 wrote: > > Hi all, > > I just uploaded the presentation that me and a colleague of mine did > last Wednesday at Bulgarian Java user group. > The event was quite a success. I hope we "refactored" some of the JSF > supporters :-) > > The interesting thing about

Re: Wicket stuff core, archetypes?

2009-01-20 Thread Jonathan Locke
be useful for components in maven repos. and the day we manage to > have an automatic 'discovery' process - people won't be required to > submit wicket-enabled-repo urls anymore. > > how does that sound? > > francisco > > > > On Sat, Jan 17, 2009 at 10:02

Re: Wicket stuff core, archetypes?

2009-01-22 Thread Jonathan Locke
would be > also nice to have at least one example of wicket component with > metadata to play with. > > for a list of things i plan to do, check the issues tab of the project > home - and feel free to add. > > regards > > francisco > > > On Wed, Jan

Re: Wicket stuff core, archetypes?

2009-02-09 Thread Jonathan Locke
couldn't sleep tonight, so i did a bit of work on it... http://cwiki.apache.org/confluence/display/WICKET/Wicket+Component+JAR+Metadata just a quick first sketch. thoughts? Jonathan Locke wrote: > > > i don't have time to develop the metadata standard, but i could make

Re: Wicket stuff core, archetypes?

2009-02-09 Thread Jonathan Locke
etter. i know that our components are not > necessarily mavenized, but even then we should pay particular > attention to this one. > > as i said, i'm ready to get this done on my side - it would be nice if > somebody else could work on a maven plugin or other post-

Re: Wicket stuff core, archetypes?

2009-02-10 Thread Jonathan Locke
resources. for instance in wicketstuff examples are not packaged with > the main component. > > francisco > > > > On Mon, Feb 9, 2009 at 4:06 PM, Jonathan Locke > wrote: >> >> >> using the maven deps is fine. the purpose i had in mind for the >> r

Re: Feedback Next To Component

2009-02-11 Thread Jonathan Locke
behaviors aren't really designed to work like components and render markup like that, so it's a bit weird... what if you want to go extend or change the markup for the feedback error? it's now embedded in a bunch of code. walnutmon wrote: > > In order to add feedback next to the component I us

Re: What's your take on handling markup in properties, html, wicket

2009-02-13 Thread Jonathan Locke
Ideally the markup should stay in the markup file and the text in that markup that needs to be localized would be localized via wicket:message and a properties file. In cases like below, you would break the text into properties-localized hunks and into panels with multiple markup localization fil

Re: [OT] Simple file repository?

2009-02-15 Thread Jonathan Locke
and there's brix, a wicket cms framework written on top of jackrabbit John Armstrong-3 wrote: > > Jackrabbit is also great and does all of this and more with a nice > friendly API wrapped around it. > > http://jackrabbit.apache.org/ > > And its an apache project.. > > I don't recommend roll

Re: WML + Wicket experiences?

2009-02-18 Thread Jonathan Locke
it's totally possible. did it at a company last year (but that's proprietary, of course). Martin Makundi wrote: > > Hi! > > There has been some discussion in the past about using Wicket for > rendering WML pages: > http://cwiki.apache.org/WICKET/mobile-devices.html > > Is there any such wml+

Wicket 1.5 and Automatic Link Disabling

2011-08-16 Thread Jonathan Locke
In Wicket 1.5, the new mountPackage() in combination with wicket:link doesn't seem to create links that automatically disable when you're already on the given page. Is auto-link enable/disable still supported? Thanks! Jon -- View this message in context: http://apache-wicket.1842946.n4.nab

Re: Wicket 1.5 and Automatic Link Disabling

2011-08-16 Thread Jonathan Locke
Thanks for the thoughts! This is a bit strange. Not only is it not working, but when I add that setAutomaticLinking to my init, it causes further errors... it's apparently trying to resolve ".style.css" (no class name)... It's possible it's my fault somehow. I'll debug in the morning, but any ide

Re: Wicket 1.5 and Automatic Link Disabling

2011-08-16 Thread Jonathan Locke
Ah, is it possible that this is a problem in the last RC that was fixed in HEAD? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-Automatic-Link-Disabling-tp3748072p3749160.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Wicket Snapshots in IVY?

2011-08-17 Thread Jonathan Locke
Thanks, that's useful information if I have to go back to 1.4 or if 1.5 goes final soon. For now though, I'm looking to use 1.5 snapshot builds (trunk head) as the last RC (1.5-RC5.1) seems to have some problems for me... -- View this message in context: http://apache-wicket.1842946.n4.nabble.co

Re: Wicket 1.5 and Automatic Link Disabling

2011-08-17 Thread Jonathan Locke
Okay, will do. Thanks Martin!! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-Automatic-Link-Disabling-tp3748072p3751604.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: Wicket 1.5 and Automatic Link Disabling

2011-08-18 Thread Jonathan Locke
Well, even with HEAD of trunk, I'm still not getting link disabling so I may try to create a quickstart. However, those funny errors trying to resolve "style.css" have a workaround: simply stop using mountPackage and they go away. -- View this message in context: http://apache-wicket.1842946.n4.n

Re: Apache Wicket releases Wicket 1.5

2011-09-07 Thread Jonathan Locke
Hooray!! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Apache-Wicket-releases-Wicket-1-5-tp3797412p3797722.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

page expire / ajax error

2011-10-18 Thread Jonathan Locke
I have two wicket applications running on the same box (my laptop, for example) with one on port 8880 and one on port 8881. Each application does ajax-self-updating. Now, if I start the first application, all is well and will stay well forever as far as I can tell. But the exact moment i start up t

Re: page expire / ajax error

2011-10-18 Thread Jonathan Locke
Yes, that's exactly it. Some weirdness with Tomcat sessions colliding (although not resetting). I have a workaround for now... I simply mount each application on a separate path and it all works. Strange. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/page-expire-ajax

Re: Apache Wicket is a Flawed Framework

2011-11-18 Thread Jonathan Locke
Needless to say, I don't particularly agree with most of the criticisms listed. And for the right job, Java isn't half as bad as you seem to think. I'd say the trouble is Java vs. the JDK (and other libraries). While Java itself is still reasonably cool, there is a lot of real crap out there. And

Re: Apache Wicket is a Flawed Framework

2011-11-20 Thread Jonathan Locke
Why this business about component nesting keeps coming up is really beyond me. If you're running into non-trivial problems with keeping component nesting in sync, you really need to stop what you're doing and back up a step or two because you're definitely looking through the wrong end of the Wicke

Coding - On Software Design Process

2010-09-30 Thread Jonathan Locke
Hello Wicketeers! I recently finished writing a short book (less than 70 pages) on software design process. I wrote this book because I wanted a place to put down some of the most interesting ideas and things I've learned about software design over the years that have been too long for everyda

Re: Coding - On Software Design Process

2010-10-01 Thread Jonathan Locke
Excellent! A few people have pointed out that I didn't include a Table of Contents on the product page. I updated Amazon, but the change won't show up for 2-4 days, so here it is: Table of Contents Introduction About this Book About the Author Acknowledgements Chapter 1 - Practicing the

Re: Coding - On Software Design Process

2010-10-02 Thread Jonathan Locke
You can read the first 10% of any Kindle book for free. It's on the product page on the right hand side where it says "Try it free." http://www.amazon.com/Coding-Software-Design-Process-ebook/dp/B0042X99SA -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Coding-On-So

Re: Coding - On Software Design Process

2010-10-02 Thread Jonathan Locke
Yes. The other 90% is just filler. On Oct 2, 2010, at 7:42 AM, "James Carman [via Apache Wicket]" wrote: > Did you make sure to put all the best stuff in the first 10% of the book? :) > > On Sat, Oct 2, 2010 at 10:28 AM, Jonathan Locke > <[hidden email]> wrote:

Re: Coding - On Software Design Process

2010-10-02 Thread Jonathan Locke
You can always read it on your Mac or PC (there's a free Kindle reader). Also, there will be a print book. It's just been delayed a bit by some printer issues. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Coding-On-Software-Design-Process-tp2720854p2952828.html Sen

My New Book: Now in Dead Tree Format

2010-10-17 Thread Jonathan Locke
For those of you who were grumbling about not having a Kindle, now you have no excuse :) http://www.amazon.com/Coding-Software-Process-Jonathan-Locke/dp/0615404820/ Would like to hear feedback from readers, of course. Also if you enjoy it and can make time, please blog it, rate it on Amazon or

Re: My New Book: Now in Dead Tree Format

2010-10-17 Thread Jonathan Locke
Yes, but not for Linux! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/My-New-Book-Now-in-Dead-Tree-Format-tp2998832p2999635.html Sent from the Users forum mailing list archive at Nabble.com. - To u

Re: My New Book: Now in Dead Tree Format

2010-10-18 Thread Jonathan Locke
It's not on amazon.uk just yet, but if you buy it here I believe they will ship it anywhere in the world: https://www.createspace.com/3487090 Createspace is the demand publisher for the book and is also owned by Amazon.com. -- View this message in context: http://apache-wicket.1842946.n4.nab

Re: My New Book: Now in Dead Tree Format

2010-10-18 Thread Jonathan Locke
Sorry, no. I think the price is pretty reasonable. Especially given the cost/benefit relative to your typical software industry book. You can barely buy two lattes for the price of my e-book here in Seattle and the profit off a copy is about enough to buy me a beer, which I know you want to do!!

Re: My New Book: Now in Dead Tree Format

2010-10-18 Thread Jonathan Locke
BTW, there are also technical problems with giving you the e-book for free. There is simply no way to do this on Amazon. Even gifting a Kindle book is not possible at the moment. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/My-New-Book-Now-in-Dead-Tree-Format-tp299

Re: My New Book: Now in Dead Tree Format

2010-10-18 Thread Jonathan Locke
I very much appreciate the sentiment, but the book stands on its own and nobody owes me more than "thanks" for starting Wicket. Besides, it would be a slight to certain core developers (they know who they are) who have at this point put in more time than me. If you want to thank the Wicket team, s

Re: Free wicket from component hierarchy hell

2010-11-04 Thread Jonathan Locke
I think if you find component hierarchies to be "hell", you probably aren't using Wicket right. Break things down into small reusable chunks using Panels and you will find everything gets much, much easier. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Free-wicket-f

New Web Site

2012-08-25 Thread Jonathan Locke
Hello Wicketeers! It's been a long while since I checked in, but I'm glad to see Wicket is still going strong! I'm posting because Steve Jobs recently trashed my iWeb site from beyond the grave and so I have migrated some of that content to WordPress, where I'm hoping to do a bit of blogging on c

Re: ERROR: exceded the 65,535 byte limit Please Help me!

2010-11-14 Thread Jonathan Locke
Yes. Learning Java better would certainly help, but to me there's an even deeper problem because what we're looking at is result-oriented coding... and result-oriented coding is what gets you into this sort of mess. The way out of that trap in general is to start working on and thinking about *pro

Re: ERROR: exceded the 65,535 byte limit Please Help me!

2010-11-14 Thread Jonathan Locke
*bows* -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ERROR-exceded-the-65-535-byte-limit-Please-Help-me-tp3041743p3041843.html Sent from the Users forum mailing list archive at Nabble.com. - To uns

Re: ERROR: exceded the 65,535 byte limit Please Help me!

2010-11-14 Thread Jonathan Locke
In the end, the code above is some pretty horrific and very optional suffering. When I look at that code, I basically see a dislocated shoulder. A novice went to the gym and started trying to move the weights instead of exercise the muscle. Thinking in Java is a good book. No doubt about it. Bu

Re: ERROR: exceded the 65,535 byte limit Please Help me!

2010-11-14 Thread Jonathan Locke
You certainly do need to learn something about Java. But while you're doing that, you also need to start learning how to think about coding. If you do it by trial and error like this, it will take you years to learn something you could learn in months. -- View this message in context: http://apa

Re: Is wicket suited for my needs?

2011-02-14 Thread Jonathan Locke
10K concurrent *requests* or sessions? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-wicket-suited-for-my-needs-tp3305543p3306071.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: Is wicket suited for my needs?

2011-02-15 Thread Jonathan Locke
I don't think we even have an option to order servers with fewer than 8 cores and 16GB of RAM at my day job. I think our minimum spec could easily handle twice that load (20K sessions) on a single box. And the web tier scales out very easily. Want more sessions, buy more boxes. I would not be worr

Re: Wicket philosophy, modelObject isVisible, isEnabled, CSS

2011-03-01 Thread Jonathan Locke
one other possibility you didn't mention is to nest or layer models. you could use an attribute modifier with a view-adapting model that wraps the data model to provide translation from a pure data model into a value appropriate for the view layer. this would preserve abstraction better. make sense

Re: Apache Wicket Cookbook Published!

2011-03-29 Thread Jonathan Locke
Cool! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Apache-Wicket-Cookbook-Published-tp3406012p3415429.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: us

Re: Big Brazilian e-Stores using Wicket

2011-05-20 Thread Jonathan Locke
Sweet! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Big-Brazilian-e-Stores-using-Wicket-tp3539473p3539633.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Copying PageMaps from one session to another

2011-06-03 Thread Jonathan Locke
You don't want to copy a page map. If I understand your problem correctly, you may want to check out continueToOriginalDestination(): http://stackoverflow.com/questions/5041879/on-wickets-continuetooriginaldestination-method -- View this message in context: http://apache-wicket.1842946.n4.nabbl

Re: Free Wicket guide now available!

2013-03-22 Thread Jonathan Locke
Super cool!! Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Free-Wicket-guide-now-available-tp4657407p4657460.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubsc

Denver

2013-04-03 Thread Jonathan Locke
Hey there! Any Wicket people in Denver? I'm going on a trip from the 13th to the 21st of April and wanted to find out a bit about the local tech scene... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Denver-tp4657726.html Sent from the Users forum mailing list arch

Albuquerque

2013-09-29 Thread Jonathan Locke
Just moved to Albuquerque and wondering if there are any Wicket folks around here. Jon -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Albuquerque-tp4661609.html Sent from the Users forum mailing list archive at Nabble.com.

<    1   2   3   4