Re: What is the explicit HTTP GET URL of tapestry form interaction?

2006-05-21 Thread Tian-Jian \Barabbas\ [EMAIL PROTECTED]
Geoff Longman wrote: You can set the 'method' attribute on the Form to GET and see it in the browser. Geoff Ah, got it! Misunderstood it *again* :( Thank you very much. Regards, Mike - To unsubscribe, e-mail: [EMAIL

Re: Google Web Toolkit

2006-05-21 Thread Mário Lopes
On 5/21/06, Geoff Longman [EMAIL PROTECTED] wrote: I will be posting the code. Probably on Monday. Right now I'm working on Spindle 4T4 ;-) Hey.. can't wait to put my hands on that :-)! Keep up the good work! -- Mário Geoff On 5/20/06, Mário Lopes [EMAIL PROTECTED] wrote: Seems really

Re: Google Web Toolkit

2006-05-21 Thread Peter Svensson
+1.0E6 Cheers, PS On 5/21/06, Mário Lopes [EMAIL PROTECTED] wrote: On 5/21/06, Geoff Longman [EMAIL PROTECTED] wrote: I will be posting the code. Probably on Monday. Right now I'm working on Spindle 4T4 ;-) Hey.. can't wait to put my hands on that :-)! Keep up the good work! -- Mário

Re: Google Web Toolkit

2006-05-21 Thread Peter Svensson
JavaScript is the new Applet, I think. Actually javaScript might well become the new J2EE. Consider phobos and all those agile message passing js frameworks collapsing the programming distinction between client and server. I'm not sure I'm all for it, but I'm completely floored by the general

tapestry email service

2006-05-21 Thread Henri Dupre
I finished packaging my email service into a nice jar file... You just drop it in the classpath and then you can inject the email service in any page. The API is: public abstract void sendEmail(MapEmailField,String properties, String pageName, Object[] parameters, boolean html); public

Re: tapestry email service

2006-05-21 Thread Peter Svensson
This so soo cool! Thanks! I would be very happy to get a copy, waiting for any official recognition. Cheers, PS On 5/21/06, Henri Dupre [EMAIL PROTECTED] wrote: I finished packaging my email service into a nice jar file... You just drop it in the classpath and then you can inject the email

Re: tapestry email service

2006-05-21 Thread Hugo Palma
Great work Henri, i also would like to get my hands on that.. Being this a drop in jar and all i think that it would fit nicely in the [EMAIL PROTECTED] project. You should probably ask Howard, that leads that project about that. Cheers Hugo Henri Dupre wrote: I finished packaging my

Re: Google Web Toolkit

2006-05-21 Thread Paul Cantrell
Horrible, horrible, GridBagLayout I loathe it. What an awful mess. CSS is so many thousands of times nicer for doing layout I am sympathetic to the applets not Javascript argument, though. Applets with CSS layout would be especially nice. But applets don't integrate well with the

Re: tapestry email service

2006-05-21 Thread Warner Onstine
There is also the Tassel project at TapestryComponents.org that allows you to upload (http://www.tapestrycomponents.org/Tassel/app). -warner On May 21, 2006, at 11:43 AM, Henri Dupre wrote: I finished packaging my email service into a nice jar file... You just drop it in the classpath and

Re: tapestry email service

2006-05-21 Thread Julio C. Rivera
What about publishing it on Tassel (http://equalitylearning.org/Tassel)?. Best regards. 2006/5/21, Henri Dupre [EMAIL PROTECTED]: I finished packaging my email service into a nice jar file... You just drop it in the classpath and then you can inject the email service in any page. The API is:

Re: tapestry email service

2006-05-21 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There is a link on the home page to Tassel - under Related Projects Peter Svensson wrote: Actually, one does not exclude the other. Tassel has a large number of components already. My only gripe with tassel is that there is not direct link to it

Re: tapestry email service

2006-05-21 Thread Henri Dupre
I just had a look at tassel, it doesn't look bad but they don't seem to provide any cvs or svn repository? For now I uploaded it on our server http://www.actualis.com/tapestry/tapestry-email-0.1.0.zip Henri. On 5/21/06, Julio C. Rivera [EMAIL PROTECTED] wrote: What about publishing it on

Re: tapestry email service

2006-05-21 Thread Peter Svensson
blushOh, right. There it was all along. Sorry /blush Cheers, PS On 5/21/06, Henri Dupre [EMAIL PROTECTED] wrote: I just had a look at tassel, it doesn't look bad but they don't seem to provide any cvs or svn repository? For now I uploaded it on our server

Re: Why .page and not .xml for the template ?

2006-05-21 Thread ZedroS Schwart
Could you provide more information on how to do it ? I'm quite new to Tapestry... Thanks in advance ! ZedroS

Re: Google Web Toolkit

2006-05-21 Thread Konstantin Ignatyev
Paul Cantrell [EMAIL PROTECTED] wrote: Horrible, horrible, GridBagLayout I loathe it. What an awful mess. CSS is so many thousands of times nicer for doing layout Couple of wrapper functions to constraints make it very easy to use, not to mention that it is very easy to arrange