Em Tue, 09 Sep 2008 11:17:46 -0300, Sven Homburg <[EMAIL PROTECTED]>
escreveu:
sorry, dont mean "spread", mean "advantage"
Faster startup time
Faster (at least it is my impression, no tests made)
More modular
Can be used embedded in an application
...
Thiago
---
sorry, dont mean "spread", mean "advantage"
2008/9/9 Sven Homburg <[EMAIL PROTECTED]>
> i know its off topic, and i dont want to start a discussion about what is
> better,
> only want know the spread of tomcet against jetty !?
>
> 2008/9/9 Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]>
>
> Em
i know its off topic, and i dont want to start a discussion about what is
better,
only want know the spread of tomcet against jetty !?
2008/9/9 Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]>
> Em Tue, 09 Sep 2008 10:40:05 -0300, Inge Solvoll <[EMAIL PROTECTED]>
> escreveu:
>
> That's it then.
Em Tue, 09 Sep 2008 10:40:05 -0300, Inge Solvoll <[EMAIL PROTECTED]>
escreveu:
That's it then. All my page and component classes are under
WEB-INF/classes.
So I need to either switch to Jetty or find a way to compile all my T5
classes to a jar file under WEB-INF/lib...
I think almost anyon
That's it then. All my page and component classes are under WEB-INF/classes.
So I need to either switch to Jetty or find a way to compile all my T5
classes to a jar file under WEB-INF/lib...
By the way, I did of course annotate the component field. This is not a
problem with syntax, I have a lot o
Em Tue, 09 Sep 2008 10:09:15 -0300, Inge Solvoll <[EMAIL PROTECTED]>
escreveu:
"Embedded component 'keyField' has no type. You should specify a type in
the component template, or define the component inside class
com.myapp.tapestry5.pages.admin.system.SettingsEdit using the @Component
annota
Hi!
1. I created a page and tested that it viewed nicely in my browser
2. I added a component via a private instance variable with type TextField
in my page class
3. I added a reference to that component in my .tml.
4. I get the following error in the browser, indicating that tapestry can't
see my