Re: Proposal: the browser as a desktop client

2008-10-23 Thread cowwoc
paradigm if thinks that are now done in onclick() or onsubmit() would run on the client what would be possible then? Currently many people just call DAO's there (spring stuff and so on) johan On Thu, Oct 23, 2008 at 11:40 PM, cowwoc [EMAIL PROTECTED] wrote: GWT generates business

Proposal: the browser as a desktop client

2008-10-22 Thread cowwoc
Hi, I'd like to propose we leverage existing Java to Javascript compilers to improve Wicket on a couple of fronts. If you think of the web browser as a desktop client involved in a client-server architecture then it becomes obvious that Wicket is currently asking the server to handle a lot of

Re: Proposal: the browser as a desktop client

2008-10-22 Thread cowwoc
I just to clarify one point. You would still have three types of components: HTML CSS Java You would still be binding the Java code against HTML IDs (clean separation of concerns). The only thing that would change is where the Java code executes. -- View this message in context:

Re: Need help fixing bug #1816

2008-09-24 Thread cowwoc
Johan, The fix looks good. I no longer get warnings under Glassfish. Thank you, Gili cowwoc wrote: According to http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletRequest.html#setCharacterEncoding(java.lang.String): This method must be called prior to reading request

Need help fixing bug #1816

2008-09-23 Thread cowwoc
Hi, I spent a few hours tracking down the cause of https://issues.apache.org/jira/browse/WICKET-1816 but now I need someone from the Wicket team to help me fix it. Can someone please fix the lines of code I mention in the report and then send me back a patched version for testing? To be clear:

Injecting Wicket Pages using Google Guice

2008-06-17 Thread cowwoc
Hi, I've uploaded a patch that makes Wicket Pages (bookmarkable or otherwise) injectable using Google Guice: https://issues.apache.org/jira/browse/WICKET-1705 Thank you, Gili -- View this message in context:

Using Guice with IInitializer?

2008-06-16 Thread cowwoc
Hi, Can anyone think of a way to inject members into an IInitializer or at least gain access to an Injector instance inside it? As far as I can tell I can't even get access to the Servlet Context or Application from inside the IInitializer. I'm open to suggestions. Thanks, Gili -- View this

Re: Using Guice with IInitializer?

2008-06-16 Thread cowwoc
=((WebApplication)app).getServletContext(); } -igor On Mon, Jun 16, 2008 at 9:04 AM, cowwoc [EMAIL PROTECTED] wrote: Hi, Can anyone think of a way to inject members into an IInitializer or at least gain access to an Injector instance inside it? As far as I can tell I can't even get access

Re: Making Component easier to Generify

2008-06-12 Thread cowwoc
from themselves. - Brill Pappin On 12-Jun-08, at 1:03 AM, cowwoc wrote: Have you considered moving from subclassing to composition in Wicket using CallableT? Currently it is quite common for developers to subclass a component in order to override isVisible() and other

Re: Making Component easier to Generify

2008-06-12 Thread cowwoc
) excessive use of final is an anti-pattern. - Brill Pappin On 12-Jun-08, at 10:01 AM, cowwoc wrote: Brill, This is actually an API best practice. Classes fall into two categories: ones designed for subclassing, and ones designed to be final. The same goes for methods. Swing

Making Component easier to Generify

2008-06-11 Thread cowwoc
Have you considered moving from subclassing to composition in Wicket using CallableT? Currently it is quite common for developers to subclass a component in order to override isVisible() and other properties. I am proposing that instead the component classes become final and properties may only

And The Fastest Growing Web Framework Is...

2007-09-06 Thread cowwoc
This might be of interest to the Wicket community: http://www.javalobby.org/java/forums/t101110.html -- View this message in context: http://www.nabble.com/And-The-Fastest-Growing-Web-Framework-Is...-tf4392768.html#a12524620 Sent from the Wicket - User mailing list archive at Nabble.com.