Re: Google Web Toolkit

2006-05-21 Thread Geoff Longman
I used to be a proponent of Applets but there are so many known problems (just read the preceding messages) and so little done about it for so long that I have given up on them. Maybe some day all the issue will be fixed - don't hold your breath. Flash.. yuck. The idea is nice the authoring tools

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 co

Re: use the same template for several pages

2006-05-21 Thread James Carman
Have you tried creating your own "Border" component which contains the header/footer? Then, you can just use that component on any page you want. > hello, > > i would like to use the same html template for 2 or more website. > is that possible ? > > what i would like to to is having a template wi

use the same template for several pages

2006-05-21 Thread glanzel
hello, i would like to use the same html template for 2 or more website. is that possible ? what i would like to to is having a template with the static header and static footer and an dynamic content - like that: hallo . copyright by . and then for differnet pages setting diffe

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: tapestry email service

2006-05-21 Thread Peter Svensson
Oh, right. There it was all along. Sorry 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 http://www.actualis.com/tapestry/tapestry-email

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 Ta

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 Peter Svensson
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 from the tapestry homepage, so you have to kind of look for it in the wiki or google for something like it to find it. Cheers, PS On 5/21/06

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 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 t

Re: tapestry email service

2006-05-21 Thread Onno Scheffers
If anyone is interested I can send my stuff... I wouldn't mind contributing my component to a tapestry component repository but I did not find any information on how to contribute. Looks great, so yes.. I'm interested. Regards, Onno -

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 th

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 em

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

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(Map properties, String pageName, Object[] parameters, boolean html); public abstract void sendEmail

Re: Google Web Toolkit

2006-05-21 Thread Todd Orr
Applets is what we really need :). Applets are evil. Even flash is a more compelling client side platform than applets. I've never seen an applet that didn't make me want to vomit. XUL is better in many respects to both Flash and Applets thanks to a clean declarative model, but has the lowest po

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 id

Re: Google Web Toolkit

2006-05-21 Thread Konstantin Ignatyev
http://www.swixml.org/ http://www.java2s.com/Product/Swing/LookAndFeel.htm And Swing can support any kind of layout managers but I have found GridBagLayout to be very flexible and good for nearly everything I do with Swing. Therefore I think it does not make sense to try (re)creating Swing in b

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ár

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 real

Re: Google Web Toolkit

2006-05-21 Thread Norbert Sándor
There is no need to build desktop-like interfaces pixel by pixel. Just think about Echo's HtmlPanel, it's very similar to Tapestry's templating mechanism. The good thing in GWT is to use the efficient development style of Swing (I mean Java only, easy to debug/test) but allow to use the underlyi

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 PROTE