I'm using Tapestry 3.0.3.
I have an app where one is presented with a list of items, each of which
can be edited in a separated page. If I open 2 items (in my situation
using Firefox's tabbed views) in separate pages, there seems to be some
"crosstalk" between them, in the sense that doing anythin
On Fri, 2005-05-06 at 10:27 +, Kent Tong wrote:
> John Anderson semiosix.com> writes:
>
> > Exactly. But usually after one has made a change to a .class file, one
> > wants to see that the change did what one expected it to, not so?
>
> It only takes a couple
On Fri, 2005-05-06 at 16:46 -0500, Javier Sanchez wrote:
> Just use JNDI. JBoss 3.2.7 supports Hibernate in native form making
> this configuration easier. You just have to build the .har file,
> DS,... JBoss understands those files with no extra effort.
The configuration itself is fine. What I'
On Thu, 2005-05-05 at 08:11 +, Kent Tong wrote:
> John Anderson semiosix.com> writes:
>
> > Thanks for your suggestion. I tried that, but the Global class seems to
> > be destroyed every time one of the .class files in the app changes.
>
> But it will not be recr
On Thu, 2005-05-05 at 01:01 +, Kent Tong wrote:
> John Anderson semiosix.com> writes:
>
> > What I don't like is that every time I change something in the .java
> > files for the project, I have to wait 8-15 seconds for the restart to
> > happen. Which adds u
On Wed, 2005-05-04 at 01:41 +, Kent Tong wrote:
> John Anderson semiosix.com> writes:
>
> > Here's the problem: in order to get changes to the Java files showing up
> > via Tomcat, I need to enable reloading in Tomcat. But then every time
> > a .class file in
Hi everyone
A little background: I'm working on my first Tapestry app. I've been
involved with Java since 1.0, and involved with software dev for a lot
longer.
I'm using Hibernate for db access, having had much joy with it on
previous projects. The Hibernate Configuration and SessionFactory take