HehIf only everyone knew about the fun multi hundred million
dollar failed projects the us gov. loved to spend their money
on...Talk about sickening. (luckily I've stayed away from that kind of
work, though it would be easy to do being in d.c. - if I stopped
caring about software for some reas
Marilen Corciovei wrote:
Maybe we will reach that here also, as the demand for developers is
extremely high and we recently joined the EU things can only grow.
Well, i wouldn't want to spoil this for you, 'cause you will certainly grow
and it's indeed a golden opportunity for everyone there.
Tapestry's DTD are already in the tapestry jar...
Inside org.apache.tapestry.script and org.apache.tapestry.parse
And Tapestry makes sure it loads them from there, so you won't have any
problems.
Martin Strand wrote:
I'm about to deploy a T4 application on a machine with no Internet
connec
Stephane Decleire wrote:
Have you any idea of the cases where an Ajax request leads to the "No
ajax-response elements recieved" error on the client ?
It should generally be an uncaught exception on the server-side code...
Try to capture the actual ajax-response with a tool like FireBug and
ju
I'm about to deploy a T4 application on a machine with no Internet
connection.
Can I put the Tapestry DTD in the war file? If so, which url should I use
in the doctype declaration?
Seems like relative paths are resolved as relative to the current working
dir so this wouldn't work:
Thanks
Just to add to the flood of options...
A while ago a put together an application with tutorial/notes style docs
that lightly covers Tapestry 4, HiveMind, Cayenne (similar to Hibernate),
Maven build tool and Tomcat. It shows how to configure and get started with
these frameworks.
http://sourcefo
Would it be easier to just stick with Tapestry and Hibernate?
If you are worried about having to dive into several new frameworks
simultaneously imho Tapestry+iBatis would be great starter. Though iBatis is
not an ORM like hibernate, but it'll take you one day to start using it to
get read of al
Yes. I have had this too, especially on projects that have a full test
suite. It's great. :)
On Fri, 2007-01-12 at 19:33 +0200, Marilen Corciovei wrote:
> What I think is also very important is not only that you develop fast
> but that you can maintain your code even years after the initial
> deve
Have you any idea of the cases where an Ajax request leads to the "No
ajax-response elements recieved" error on the client ?
--
Stéphane Decleire
Maybe we will reach that here also, as the demand for developers is
extremely high and we recently joined the EU things can only grow.
Hopefully we will grow with the wave. Unfortunatelly here the developers
quality seems to decrease. There is little Tapestry knowledge and people
tend to prefer lar
What I think is also very important is not only that you develop fast
but that you can maintain your code even years after the initial
development. As I recently found myself with a 1.5 years old tapestry
code it was still extremely clear to me where to find and modify
everything.
Len
www.len.ro
Tapestry, Hibernate, and Spring is a great combination. We use them
extensively here in a number of applications and have had a great deal
of success with them. They complement each other very well. Although
Tapestry uses hivemind you can still easily use Spring to manage your
application state as
Daniel Tabuenca a écrit :
While
hivemind and spring share many features in the wire-your-beans up
department spring's has many additional features unrelated to bean
wiring (such as Acegi Security for example).
If I can add that with Spring, you can manage operation transaction
within configurat
The tapestry-acegi allows you to use Acegi's @Secured annotation
(declarative security) in Tapestry without the Spring container.
On 1/12/07, Daniel Tabuenca <[EMAIL PROTECTED]> wrote:
I am very happy using Tapestry for the WEB portion of my application
and Spring 2.0 to wire up and configure m
I have checked the log files and the OpenSessionInViewFilter filter is
called ...
So i have no more idea why an asnchronous call could give a different
result from a synchronous one ...
--
Stéphane Decleire
Cariboo Networks SARL
05 56 57 99 20 / 06 63 78 69 06
www.bebe-nounou.fr
Stephane De
I am very happy using Tapestry for the WEB portion of my application
and Spring 2.0 to wire up and configure my beans and do all the other
stuff spring does. I especially like using spring with the Spring
Annotations addon. There is some overlap between Tapestry and Spring
in that tapestry uses it
Also check out the .NET version of Maverick.
On 1/12/07, Maldonado, Daniel CW2 NGCT <[EMAIL PROTECTED]> wrote:
After playing with C# and .NET for a while our group has decided that we need
some Java web apps to make our applicatons "enterprise" friendly and to get
buy-in from our peers who ref
After playing with C# and .NET for a while our group has decided that we need
some Java web apps to make our applicatons "enterprise" friendly and to get
buy-in from our peers who refuse to use .NET.
I was thinking about using Tapestry and Hibernate to help me with some of our
issues.
However, I h
Hi Len,
Thanks for inquiring about my rates, I usually charge about $90 / hour
u.s. No worries if that doesn't fit into your budget, I'm much happier
to see more companies officially supporting Tapestry than individual
little gigs for myself - helps us with the "perception" side of things
and mak
Just out of curiosity, what some hourly rates whould be? We
(www.nemesisit.ro) are under heavy load here with Tapestry work and I
whould realy like to find some help. As I am not searching for someone
to sell me his time as his knowledge and work suffice so remote is ok
(in fact most of the people
If you're referring to the persistence strategies, then you're limited
to wherever Tapestry uses the persistence strategies
(pages/components).
On 1/12/07, Stephane Decleire <[EMAIL PROTECTED]> wrote:
Am i wrong or Tapernate is limited to classes implementing IComponent ?
I mean, can i benefit o
Am i wrong or Tapernate is limited to classes implementing IComponent ?
I mean, can i benefit of Tapernate reattach possibilities in an ASO
which is a simple POJO ?
--
Stéphane Decleire
That's in Tapestry 3, right?
Well, in that version, you could use FieldLabel
only with ValidField... i can't remember myself if this is 100% true,
but that's what's
described at
http://tapestry.apache.org/tapestry3/doc/ComponentReference/FieldLabel.html
However, you can move the
to the Fiel
Warning: This message has had one or more attachments removed
Warning: (verify.js).
Warning: Please read the "FilterNotice.txt" attachment(s) for more information.
Stefan Esterer wrote:
Can you post your script, page and html file so we can study it?
At the moment I'm just trying to use the
Hi James,
Here is an extract from my web.xml file :
hibernateFilter
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
hibernateFilter
myApp
myApp
org.apache.tapestry.ApplicationServlet
1
myApp
/app
Perhaps the bug comes from a different location but i don'
How do you have your OpenSEssionInViewFilter mapped? What url-mapping
are you using?
On 1/12/07, Stephane Decleire <[EMAIL PROTECTED]> wrote:
Hi,
I've got a strange behavior in my T4.1.1 application when triggering a
DirectLink with the DojoAjaxResponseBuilder :
@Component(id="selectLink
Hi,
I've got a strange behavior in my T4.1.1 application when triggering a
DirectLink with the DojoAjaxResponseBuilder :
@Component(id="selectLink", bindings={
"listener=listener:doClick",
"parameters=blockId",
"async=true" })
public abstract DirectLink g
I'd try putting Hivemind in web-inf/lib, I had very funny problems
having it in some more visible Tomcat classloader.
> -Original Message-
> From: Henri Dupre [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 10, 2007 5:14 PM
> To: Tapestry users
> Subject: Re: error with prop-1.0.0
>
Can you post your script, page and html file so we can study it?
Jim Downing-2 wrote:
>
> Can anyone help me to get client-side validation working?
>
> I've enabled client side validation on my form component, and used a
> ScriptIncludes component to load the dojo components, but now whenever
Hi all...
I have a question concerning the creation of a custom client side validation
Javascript function.. I used this page
http://tapestry.apache.org/tapestry4.1/javascript/form.html to inform
myself.
I'm also able to bind my custom function as a constraint, but I have two
questions:
In the
Hi all
Can FieldLabel expression using displayName of
PropertySelection parameter? I would like to get the
display Name of PropertySelection and used for
FieldLabel display somewhere at the same html. Even I
specified the displayName but system still saying that
"Display name not specified and not
31 matches
Mail list logo