فیلتر شکن موبایل و تبلت و کامپیوتر با سرعت 2 برابر

2014-07-10 Thread PSPVPN.TK
Your email client cannot read this email. To view it online, please go here: http://tamail1.tk/display.php?M=337997C=280ed6a008151910e129dea4e57d957cS=38L=16N=23 To stop receiving these emails:http://tamail1.tk/unsubscribe.php?M=337997C=280ed6a008151910e129dea4e57d957cL=16N=38 !-- #*#*#

self-introduction, Wicket development

2014-07-10 Thread Garret Wilson
Hi, everybody. I'd like to take a moment to introduce myself, as I am interested in contributing to the Wicket codebase. Around 2005 I became dissatisfied with the (then new) JavaServer Faces (JSF) framework promoted by Sun. I liked their idea of having a component hierarchy on the back-end,

Re: self-introduction, Wicket development

2014-07-10 Thread Martijn Dashorst
Welcome! Good to know that you enjoy Wicket so much. I'm happy to have another satisfied customer :). If you have good suggestions, please share! Anything that makes Wicket better is welcome. Martijn On Thu, Jul 10, 2014 at 9:56 PM, Garret Wilson gar...@globalmentor.com wrote: Hi, everybody.

the dangers of Wicket's modifying given HTML

2014-07-10 Thread Garret Wilson
Everyone, Wicket was created in a world in which little was done at display time to manipulate the HTML DOM tree, so Wicket felt like it had free reign to muck around with the HTML given by the developer. But in today's world in which we use JavaScript libraries like jQuery to modify the DOM

Re: the dangers of Wicket's modifying given HTML

2014-07-10 Thread John Sarman
Garrett, Since Wicket is open source, why not create the desired patch and submit it to the committers instead of ranting about what caveats (in your opinion) exist. Productivity comes from contributions to code, not from complaining why it does not do it the way you think it should. Once you

Re: the dangers of Wicket's modifying given HTML

2014-07-10 Thread tetsuo
Almost no Wicket component actually generate/modify the HTML structure. You just cited 2 of the very few cases (the only others I can think of are part of the 'extensions' module, which you don't need to use if you don't want to). Just try to do the same with RichFaces :) It can't be expected

Re: the dangers of Wicket's modifying given HTML

2014-07-10 Thread Garret Wilson
John, I sincerely apologize if this came across as a rant. I fully intend to start contributing to Wicket!! Since I'm new to this group, my intention was to explain a little about some of the architectural philosophy I will take in my contributions. I also wanted to engender some discussion of