Re: tapestry component sub-project

2006-02-20 Thread Rolf Strijdhorst
Well why don't we look at the structure that the MyFaces project uses for its components. they have the tomahawk component library and the sandbox for not yet mature components. Rolf On 2/20/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > It has been voiced on a few occassions that an official t

Re: Tapestry + Spring question

2006-02-20 Thread Todd Orr
A coworker had the same problem. It seems that hivemind is also caching or making singletons out of the beans returned from spring. My coworker created a new annotation @InjectSpringBean that replaces the @InjectObject("spring:linkSearch") type syntax. It pulls beans directly out of the spring app

RE: Tacos:AjaxDirectLink not supported in Portlet application?

2006-02-20 Thread Liu Yan
hi Raphael, You way of providing a in my own hivemodule.xml works, thanks very much. I found the cause of Hivemind+Spring problem. I actually have two hivemodule.xml files: -- WEB-INF/hivemodule.xml -- WEB-INF/{portlet.name}/hivemodule.xml I originally put the DefaultSpringBeanFactoryHolder def

evets in null or not an object -- Issue In Tapesty 4

2006-02-20 Thread Apache
Hi All, I've recently upgraded my project from Tapesty 3 to Tapestry 4.Am facing an issue in Tapestry 4.If user clicks any button while the page is still being rendered(loaded),a JavaScript error is throw stating 'events' is null, or not an object.The same is not happening in Tapestry 3.

Re: ASO configuration.

2006-02-20 Thread Raul Raja Martinez
I use Hiveutils, (formerly Hivetranse) Object Builder for dependency injection in POJOS, your issue has been discussed several times on the list, search the list and if you can't find more info regarding this matter I can send you some code that I have posted before in this list. http://hivetr

Re: can information stored in the page be cleaned after user leave these page automatically?

2006-02-20 Thread Vincent
Hi guys, I also met the same problem with clean up issue, is there any working solution for this? regards, Vincent On 12/16/05, Geoff Longman <[EMAIL PROTECTED]> wrote: > s'ok to be a newbie! > > > On 12/15/05, Stephane Decleire <[EMAIL PROTECTED]> wrote: > > I thought it has because i have neve

Re: Validation does not work when returning ILink from listener?

2006-02-20 Thread Drew McAuliffe
Gotcha. That's the part I figured out. It looks now like it wasn't the ILink thing, but rather the fact that the code was getting executed because I didn't circumvent it. On 2/18/06, Ron Piterman <[EMAIL PROTECTED]> wrote: > > there is no difference between listeners that return X or Y - it only >

RE: [NOTICE] TapestryForums Spamming

2006-02-20 Thread Apache
This issue was completely unrelated to your friend's problem. The forum had a setting set wrong which resulted in the forum spamming a mailling list. It wasn't actual commercial "spam", just a ton of messages. Very annoying (and embarrassing for me and for Howard as well since he runs the lis

Re: Tapestry + Spring question

2006-02-20 Thread amirsguard-tapestry
I did mark the bean as a prototype (singleton=false) and I still get the same behavior. When I run this outside Tapestry (in a JUnit) then it worls fine... when the singleton is marked true you get the same object back, when set to false you get a new object back each time. So the question r

HiveUtils and Maven

2006-02-20 Thread Nick Faiz
Anyone know if HiveUtils is available via a Maven repo.? I can't see it on ibiblio.org/maven2 Cheers, Nick Faiz, Developer www.q9software.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

XDoclet2 Tapestry Plugin

2006-02-20 Thread Paolo Donà
Hi Guys, this just to let you know you can download and use the XDoclet2 Tapestry Plugin from http://xdoclet.codehaus.org It will let you write javadoc style annotations and automagically generate .jwc and .page files. Of course if you're using jdk5+ you better use standard tapestry annotations :-

RE: Tapestry + Spring question

2006-02-20 Thread James Carman
You can make the bean a "prototype" http://www.springframework.org/docs/reference/beans.html#beans-factory-modes I believe Tapestry actually looks up the bean every time when you call getLinkSearchCommand(). Try that. -Original Message- From: Amir Sheibani [mailto:[EMAIL PROTECTED] Se

Tapestry + Spring question

2006-02-20 Thread Amir Sheibani
Hi all, I have a question on using Spring beans from tapestry pages. I am using http://wiki.apache.org/jakarta-tapestry/Tapestry4Spring to integrate, and on my Tapestry page I have: @InjectObject("spring:linkSearch") public abstract ILinkSearch getLinkSearchCommand(); In my Spring conf

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Nick Faiz
Andreas, Yes, I too used the default setting to work around this. I'm sitting in #tapestry on irc.freenode.net, if you'd like to come in and work on your configuration briefly. I can't give you more than ten minutes but it might help to have someone to work through the problem in real time

RE: [NOTICE] TapestryForums Spamming

2006-02-20 Thread Yoritaka Sakakura
+1 -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 2:24 PM To: Tapestry users Subject: Re: [NOTICE] TapestryForums Spamming Arghh! Can't we ban everything from tapestryforums? On 2/20/06, Apache <[EMAIL PROTECTED]> wrote: > > my friend r

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Jason Dyer
I'm sure I was having the same problem, and (looking through my source history) the only change I can see is that the wrapping was missing from the TransactionDefaults config and that at one point I had demarcation="Never" which caused other problems (I think.) Anyhow, I've trimed the irreleva

Tapestry form submission timeout?

2006-02-20 Thread Boris Terzic
Hi All, I'm writing a web application with Tapestry 4.0 and am seeing a some sort of timeout effect. I have searched online but could not find any reference to a timeout other than the default Tomcat session timeout (which is set to 30 minutes). The effect is the following: I have a form that on

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
Thanks for your answer and sorry, that's what I wanted to post... I have that in my hivemodule.xml but the error remains :( Would you mind send me your hivemodule.xml file? Sincerly, Andreas On 20. Feb 2006 - 17:12:53, Jason Dyer wrote: | I've got tap4+hibernate+hivetranse working. Do you have

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Jason Dyer
I've got tap4+hibernate+hivetranse working. Do you have the TransactionDefaults element? Here's mine: On Monday 20 February 2006 16:47, Andreas Bulling wrote: > That's what I searched on google for the last half an hour ;) > But unfortunately without success,

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Daniel Lydiard
I've working on an application right now using T4+hibernate+spring and have 0 problems with it. I didn't read all of the thread, but what problems were you having? I used the tapestry-spring.jar found here http://wiki.apache.org/jakarta-tapestry/Tapestry4Spring I haven't tried Howard's versi

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
That's what I searched on google for the last half an hour ;) But unfortunately without success, as even putting in hivemodule.xml doesn't fix the problem. :( Thanks anyway for your answer! On 20. Feb 2006 - 16:40:02, Wayland Chan wrote: | I don't even know how to use Hivemind but maybe

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Wayland Chan
I don't even know how to use Hivemind but maybe this part of the stack trace can shed some light on your problem: /META-INF/hivemodule.xml, line 20, column 59: Configuration point hivetranse.core.TransactionDefaults contains no contributions but expects exactly one contribution. On 2/20/06, And

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
Hi Lutz, | wow, this thread is really wandering off a bit... I will at least try | to stick to the point. That's right. But anyway very useful/interesting for many people as I'm not the only one struggling with problems as it seems. ;) Let me describe what I did in the meanwhile: I've set up eve

Re: [NOTICE] TapestryForums Spamming

2006-02-20 Thread John Coleman
yeah, a plank would make them a good fitting suppository I get 1000+ spams per month - Original Message - From: "Ben Dotte" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Monday, February 20, 2006 7:43 PM Subject: RE: [NOTICE] TapestryForums Spamming required="aye"! send them and

stale link page error

2006-02-20 Thread Dimm, Jason
What really causes the stale link page error when a user presses the back button? >From reading, it sounds like this protects the user from themselves. Should I redirect them to an error page? What would you suggest? thanks Jason E. Dimm, Senior Analyst, Cingular Wireless IT eCommerce/Paymen

RE: Bug 788 and other troubles

2006-02-20 Thread Raphaël Jean
I wish I had known this trick a couple of weeks ago. It would have saved me some time. Thanks for the tip! Raph > -Original Message- > From: Anders Bengtsson [mailto:[EMAIL PROTECTED] > Sent: lundi 20 février 2006 14:01 > To: Tapestry users > Subject: RE: Bug 788 and other troubles > >

RE: Tacos:AjaxDirectLink not supported in Portlet application?

2006-02-20 Thread Raphaël Jean
Liu Yan, To easily override the Tacos AjaxDirect service, simply add the following to your hivemodule.xml: Implementation of IEngineService that handles various forms of ajax requests. Should eventually replace IPartialService.

RE: [NOTICE] TapestryForums Spamming

2006-02-20 Thread Ben Dotte
required="aye"! send them and their scourge of spam to the plank! -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 1:24 PM To: Tapestry users Subject: Re: [NOTICE] TapestryForums Spamming Arghh! Can't we ban everything from tapestryforums?

Re: [NOTICE] TapestryForums Spamming

2006-02-20 Thread Jesse Kuhnert
Arghh! Can't we ban everything from tapestryforums? On 2/20/06, Apache <[EMAIL PROTECTED]> wrote: > > my friend ray who manages www.vidvox.com forum, came across this same > problem last week he told me. He spend like 20 hours deleteing off spam > message. > > this seems like a problem more severe

RE: [NOTICE] TapestryForums Spamming

2006-02-20 Thread Apache
my friend ray who manages www.vidvox.com forum, came across this same problem last week he told me. He spend like 20 hours deleteing off spam message. this seems like a problem more severe then the surface. maybe this info can help you out that he told me. He couldn't deleted all message from o

RE: [NOTICE] TapestryForums Spamming

2006-02-20 Thread Apache
my friend ray who manages www.vidvox.com forum, came across this same problem last week he told me. He spend like 20 hours deleteing off spam message. this seems like a problem more severe then the surface. maybe this info can help you out that he told me. He couldn't deleted all message from o

RE: iframe page handle from wrapping page

2006-02-20 Thread Apache
iframes are like so medieval. Tapestry is a component base framework, designed to reuse components and content, while increasing maximum application dynamics. iframs are like so last cnetury. ^_^. personally i think it would be easier to set up a nice simple border, that contains a bottom and

How to include JavaScript libraries in a Portlet application with Tacos?

2006-02-20 Thread Liu Yan
hi, I tried to include them using the: This seems only includes partial script file. The online doc suggests using

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Lutz Hühnken
Hi Andreas, wow, this thread is really wandering off a bit... I will at least try to stick to the point. 1. Regarding your stack trace posted earlier: Is commons-logging.jar in your lib directory? You really want to check your 3rd party libraries... see 2. 2. ClassLoaders are a broad topic... bu

Re: Tapestry Flash Issue on Resin

2006-02-20 Thread Matt Raible
As you might've noticed, the error message below is awful. I tried it on jetty and tomcat and got a better error message. It seems that tapestry-flash is compiled with JDK 5 and I'm using JDK 1.4.2 to run my server. However, can you compile tapestry-flash with JDK 1.4.2 and re-deploy? Thanks,

ASO configuration.

2006-02-20 Thread Leo Sakhvoruk
Hi, I'm fairly new to Tap 4 but have been using Tap 3 for over a year. I'm having some trouble configuring an ASO for the global application object using hivemind. I've seen a couple of threads in the list that addressed the issue but none seem to have the information I need (at least from what

Re: Tacos:AjaxDirectLink not supported in Portlet application?

2006-02-20 Thread Liu Yan
hi Raphael, Thanks for your solution, it works for me too. But my way of doing that is directly modify the META-INF/hivemodule.xml file and re-package the Tacos library. I believe there should be some better way to do this, such as overriding the AjaxDirect service point in our own application's h

RE: favicon

2006-02-20 Thread Apache
we use a TRAC system for tickets and project tracking. its rtunning on a HTTPS SSL connection. that site has a favicon. its real easy to put int oyour site. i dont know how you have your framework set up. but we have a border which lays out the components to pages then have a shell wraper cont

RE: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread James Carman
Trails already uses Tapestry 4. The version in the lib directory is the beta, though. We need to upgrade to the "full" version. -Original Message- From: Wayland Chan [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 12:51 PM To: Tapestry users Subject: Re: [OT] Re: Best practi

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Wayland Chan
I was looking at the Trails mailing list this morning and the activity on that project seems to have *trailed* off ;) I was thinking of using it to jumpstart/build a skeleton T4+Hib3+Spring app but when I saw how long it hadn't been updated, I figured there's no way it's using T4 yet. James, do y

Re: tapestry component sub-project

2006-02-20 Thread Jesse Kuhnert
I think that as much fun as everything is, Howard and I would probably both prefer to play in our own virtual sandboxes for things like this. On 2/20/06, James Carman <[EMAIL PROTECTED]> wrote: > > What about the Tapestry project at JavaForge that Howard set up? Is this > not what you have in min

RE: tapestry component sub-project

2006-02-20 Thread James Carman
What about the Tapestry project at JavaForge that Howard set up? Is this not what you have in mind? That's where Tapestry-Flash, Tapestry-Prop, and Tapestry-Spring live. -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 12:26 PM To: Tapestr

Re: Workbench: where is the submit listener?

2006-02-20 Thread Jesse Kuhnert
Is it under here? http://svn.apache.org/viewcvs.cgi/jakarta/tapestry/branches/4.0-polluted/examples/Workbench/src/java/org/apache/tapestry/workbench/fields/ On 2/20/06, Martin Carel <[EMAIL PROTECTED]> wrote: > > This will sound as a trivial question. > > I am investigating about validation using

tapestry component sub-project

2006-02-20 Thread Jesse Kuhnert
It has been voiced on a few occassions that an official tapestry sub-project based around components and contributors to those components may be beneficial. I think it would be nice to have a project like this, it would allow tapestry to have a clearer/safer feeling repository of components that a

RE: persistence with different page files

2006-02-20 Thread James Carman
Somewhat, but Tapestry will manage it for you to make sure that it's handled correctly. You can also "inject" the ASO into your page/component classes via the @InjectState attribute which comes in handy. -Original Message- From: Dimm, Jason [mailto:[EMAIL PROTECTED] Sent: Monday, Februar

RE: persistence with different page files

2006-02-20 Thread Dimm, Jason
Thanks James, Concerning the visit object, if I use this, wouldn't I be using the visit object as a glorified HttpSession? Jason E. Dimm, Senior Analyst, Cingular Wireless IT eCommerce/Payments (Payment Processing) Cingular Java Components, QuickPay, Wedat Sun Certified Java Developer Sun Certifie

RE: Tacos @AjaxForm and @Upload

2006-02-20 Thread Denis Souza
I read that demo's source code and it seems that the page that does all the work doesn't use AjaxForm or AjaxSubmit. It uses a regular form and a regular submit and some javascript to make it talk to the ProgressBar. There's also an AjaxDirectLink used to cancel the upload, but that's outside the f

RE: persistence with different page files

2006-02-20 Thread James Carman
I’d use an session-scoped ASO (or visit object). _ From: Dimm, Jason [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 11:51 AM To: 'tapestry-user@jakarta.apache.org' Subject: persistence with different page files --> If I have the same "property-specification" line with

persistence with different page files

2006-02-20 Thread Dimm, Jason
If I have the same "property-specification" line with "persistent=yes" tag in two different *.page files where user goes to page1 and then to page2, then willl "ack" in page2 be the same as what was set in page1?   What's the best way to do this?  I'm tempted to use the "Visit" object li

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread John Coleman
You may want to keep an eye on this if you use Eclipse to dev Tapestry and want to use Hibernate; http://www.eclipse.org/jsr220orm/hibernate.html John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
Hey you're quite optimistic. That's very refreshing as I got more and more pessimistic during the last week ;) Thanks, I will try and report... On 20. Feb 2006 - 11:35:41, James Carman wrote: | Here's a list of the jars I have in my WEB-INF/lib directory of my project. | Not all of them will be re

RE: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread James Carman
Here's a list of the jars I have in my WEB-INF/lib directory of my project. Not all of them will be required, but if you have them, I know it will work! :-) antlr-2.7.6rc1.jar hibernate-annotations.jar asm-attrs.jarhivemind-1.1.1.jar asm.jar hivemind-

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
Some more lines of the stack trace: --- 17:32:04,141 ERROR ContextLoader:205 - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Initialization

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
On 20. Feb 2006 - 11:09:39, James Carman wrote: | Well, that's one of my goals, to help make Trails less "magical." It does | do some pretty cool stuff behind the scenes and I feel your pain. I just | recently joined the project and it has taken me quite a while to understand | how it all works.

Re: What is the best way to maintain state with Tapestry?

2006-02-20 Thread Lutz Hühnken
Hi Jason, I think you will find the instructions given on "http://jakarta.apache.org/tapestry/UsersGuide/state.html"; both verbose and gentle. Hth, Lutz On 2/20/06, Dimm, Jason <[EMAIL PROTECTED]> wrote: > > > > What is the simplest and cleanest way to store state across pages for a > single

RE: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread James Carman
Well, that's one of my goals, to help make Trails less "magical." It does do some pretty cool stuff behind the scenes and I feel your pain. I just recently joined the project and it has taken me quite a while to understand how it all works. I don't even understand it all yet. I'm currently tryi

RE: Squeezer-based Property Persistence...

2006-02-20 Thread James Carman
What I have written is a HibernateEntitySqueezer implementation that basically just writes out the "entityName" and the "id" of the entity. When it comes back up, I use the Hibernate Session to restore the object. This way, I don't have a problem with detached objects. It works pretty well. I a

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
On 20. Feb 2006 - 10:53:22, James Carman wrote: | Have you checked out the Trails framework (https://trails.dev.java.net/)? | I'm also a committer on that project and it's a good way for you to | jump-start your way into Tapestry, Spring, Hibernate, and I'm trying to get | them to use HiveMind more

Re: Squeezer-based Property Persistence...

2006-02-20 Thread Andreas Andreou
I was actually messing with this 2 days ago. I created a custom impementation of PersistentPropertyDataEncoder that instead of using ObjectOutputStream.writeObject (in writeChangesToStream ) checks the type of the object and outputs a prefix + accordingly uses ObjectOutputStream.writeFloat, ObjectO

Re: What is the best way to maintain state with Tapestry?

2006-02-20 Thread Hugo Palma
Have you read http://jakarta.apache.org/tapestry/UsersGuide/state.html ? Cheers Hugo On 20/02/06, Dimm, Jason <[EMAIL PROTECTED]> wrote: > > What is the simplest and cleanest way to store state across pages for a > single user? > > I remember putting items in the httpsession, but Tapestry seem

RE: Visit Object

2006-02-20 Thread James Carman
If you’re using Tapestry 4 (and you should be), then you can specify a “scope” for your Application State Objects (ASOs). Other than that, the “visit” object in Tapestry 3 is definitely session-scoped. The “global” object is the servlet context-scoped object. _ From: Dimm, Jason [mai

RE: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread James Carman
Have you checked out the Trails framework (https://trails.dev.java.net/)? I'm also a committer on that project and it's a good way for you to jump-start your way into Tapestry, Spring, Hibernate, and I'm trying to get them to use HiveMind more (they like to use AspectJ a lot and that's one reason t

Visit Object

2006-02-20 Thread Dimm, Jason
How do you definitively find out if your Tapestry application's Visit object really is per user? Are their any weird circumstances in which it would be shared?   Thanks,   Jason E. Dimm, Senior Analyst, Cingular Wireless IT eCommerce/Payments (Payment Processing) Cingular Java Compone

RE: What is the best way to maintain state with Tapestry?

2006-02-20 Thread James Carman
Have you read this? http://jakarta.apache.org/tapestry/UsersGuide/state.html _ From: Dimm, Jason [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 10:48 AM To: 'tapestry-user@jakarta.apache.org' Subject: What is the best way to maintain state with Tapestry? --> What

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
Hi Lutz, also thanks for your answer! | - if the HibernateTemplate is your only reason to use Spring, I'd say, | don't. Of all the features of Spring, I think this template is a | rather not-so-interesting one, since it offers rather little advantage | over Hibernate's own API. Well, at least at

What is the best way to maintain state with Tapestry?

2006-02-20 Thread Dimm, Jason
What is the simplest and cleanest way to store state across pages for a single user? I remember putting items in the httpsession, but Tapestry seems to have multiple ways to accomplish this?   Please be verbose (and somewhat gentle) ?   Thanks,   Jason E. Dimm, Senior Analyst, Cingul

Workbench: where is the submit listener?

2006-02-20 Thread Martin Carel
This will sound as a trivial question. I am investigating about validation using Tap4, and as such I wanted to have a look at the Dates page in the Workbench example, because I need to do something really similar to that. I saw the sources for Dates.html and Dates.page, but I couldn't find th

Tapestry Flash Issue on Resin

2006-02-20 Thread Matt Raible
The tapestry-flash component works great for me on Tomcat. However, when I deploy to Resin, I get the following error: org.apache.hivemind.ApplicationRuntimeException: Unable to construct service com.javaforge.tapestry.flash.FlashPropertyPersistenceStrategy: Error building service com.javaforge.t

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
Thank also for your answer - with every posting I read I get another part of the puzzle... | It is right the HiveMind Utilities do not provide the same level of features | to HiveMind that Spring provides to itself! And I don't believe it will one | day. As far as I can say, Spring is becoming the

RE: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread James Carman
The autoproxy issue has already been brought up on the HiveMind developers list (by me). I really think we should try to implement this, as it really makes configuration easy when used in conjunction with annotations. -Original Message- From: Jean-Francois Poilpret [mailto:[EMAIL PROTECTE

RE: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Jean-Francois Poilpret
Hi all, Just one point (I talk as the author of HiveMind Utilities) I want to emphasize about auto-proxying: this is not a feature that HiveUtils can bring by itself, it belongs to the container (ie HiveMind). When/if HiveMind provides it, then HiveMind Utilities will provide it;-) Personnally (b

Checkbox as Column Header

2006-02-20 Thread Daun DeFrance
Hi all, I have a use case where we want a table of data where the first column is checkboxes. The idea is that a user would check the row of data and then click a button to perform some action. See my previous email re: For loop of Button Components. Anyway, the design is to have the column hea

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Nick Faiz
Yes, but using annotations to set up transactions is a nice feature, but it's not necessary. Putting annotatons aside, it's not very difficult to map a transaction in XML in either Hivemind or Spring. I would need a further reason to justify adding a second IoC framework to the application.

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Lutz Hühnken
Hi Andreas, > If I don't necessarily need HibernateTemplates should I use > Hivemind oder Spring? In which features do they differ, which is > easier to set up? *I've read many articles concerning this issue > but it's still not clear to me* About Spring vs. Hivemind As far as I understand, Spri

Re: Tacos:AjaxDirectLink not supported in Portlet application?

2006-02-20 Thread Liu Yan
hi Raphael, Thanks for your solution, it works for me too. But my way of doing that is directly modify the META-INF/hivemodule.xml file and re-package the Tacos library. I believe there should be some better way to do this, such as overriding the AjaxDirect service point in our own application'

Squeezer-based Property Persistence...

2006-02-20 Thread James Carman
All, I have been going crazy trying to figure out why my client-persisted page properties aren't being "unsqueezed" by my custom squeezer. Well, it's because Tapestry doesn't use the "squeezer" to store client-persisted page properties (http://mail-archives.apache.org/mod_mbox/jakarta-tapestry-de

RE: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread James Carman
You can certainly use a TransactionInterceptor (and HiveUtils has one of these), but it won't be automatically added to your HiveMind-managed services like it will in Spring. -Original Message- From: Andreas Bulling [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Bulling Sent: Monday, Febru

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
Hi Richard, first, thanks for your answer! | I have succesfully used HiveMind and Spring together with Tapestry and | Hibernate. I used Spring for this HibernateTemplate and transactional | support, so just defined DAOs in Spring. I used HiveMind to define all | other services, and using the H

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Richard Kirby
Hi Andreas I have succesfully used HiveMind and Spring together with Tapestry and Hibernate. I used Spring for this HibernateTemplate and transactional support, so just defined DAOs in Spring. I used HiveMind to define all other services, and using the HiveMind-Spring connector library, it was

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
Hi Nick, | If you are confused, do what is the simplest and fastest solution? If | it's simple and fast it is at least not hard to remove and replace | with something else, later on. If you don't need to replace it you've | solved a problem efficiently! Well ... that's my current theory, |

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Nick Faiz
Yes, that did look nice. Cheers, Nick On 21/02/2006, at 12:03 AM, James Carman wrote: You don't have autoproxy support in HiveMind, though. That, in my mind, is more elegant. -Original Message- From: Nick Faiz [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 7:07 AM To: Ta

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Nick Faiz
Hey Andreas, On 20/02/2006, at 11:48 PM, Andreas Bulling wrote: Hi Nick, thanks for your answer! No prob.s. Yesterday I thought I could finally decide which combination of frameworks I should use/which combination is the best (perhaps at least for me) but you're right: I also thought w

RE: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread James Carman
You don't have autoproxy support in HiveMind, though. That, in my mind, is more elegant. -Original Message- From: Nick Faiz [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 7:07 AM To: Tapestry users Subject: Re: [OT] Re: Best practice - Integration Hibernate/Tapestry I know th

RE: Bug 788 and other troubles

2006-02-20 Thread Anders Bengtsson
sön 2006-02-19 klockan 14:05 +0100 skrev Raphaël Jean: > Anders, > > We are in the same situation and I feel your pain... > > I don't know if there is going to be a 4.0.1 bugfix release soon but it seems > unlikely. > > Regarding your other point, I believe the Hivemind source tree is only nee

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
Hi Nick, thanks for your answer! oh n... *sigh* Yesterday I thought I could finally decide which combination of frameworks I should use/which combination is the best (perhaps at least for me) but you're right: I also thought why to use another framework (Spring) if Hivemind seems to be a

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Nick Faiz
Andreas, Thanks for your response. On 20/02/2006, at 11:19 PM, Andreas Bulling wrote: unfortunately I can't tell you any experiences but one question comes to my mind: Do the HiveUtils offer something similar to the HibernateTemplates in Spring? No, but I've never really relied on Hibern

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
Hi Nick, unfortunately I can't tell you any experiences but one question comes to my mind: Do the HiveUtils offer something similar to the HibernateTemplates in Spring? That was the main reason for me to use Spring but perhaps Hivemind is even better (because you don't have the Spring dependancy a

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
Hi Nicolas, as I had to go a very stony way the last week (and I'm still on this way...) I had the idea to strap all experiences together on a wiki page or something like that afterwards. But I don't think that I can do that before March... :( If there is something to publish I will announce the

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Nick Faiz
I know that this post is about Tapestry, Hibernate, and Spring but I wanted to query readers about Tapestry, Hibernate, and Hivemind. I've only just set up Hivemind with Hibernate, using the HiveUtils. I've used the 'Open Session in View' pattern, with a Spring and Hibernate combination, be

RE: tapestry-spring and OpenSessionInViewFilter

2006-02-20 Thread James Carman
jta.jar -Original Message- From: Andreas Bulling [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Bulling Sent: Monday, February 20, 2006 7:01 AM To: Tapestry users Subject: Re: tapestry-spring and OpenSessionInViewFilter On 20. Feb 2006 - 06:39:29, James Carman wrote: | You need dom4j.jar

Re: tapestry-spring and OpenSessionInViewFilter

2006-02-20 Thread Andreas Bulling
On 20. Feb 2006 - 06:39:29, James Carman wrote: | You need dom4j.jar in your WEB-INF/lib directory. Now, I get the following error message: ERROR ContextLoader:205 - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFacto

RE: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread James Carman
Yes I will. -Original Message- From: Andreas Bulling [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Bulling Sent: Monday, February 20, 2006 6:54 AM To: Tapestry users Subject: Re: [OT] Re: Best practice - Integration Hibernate/Tapestry On 20. Feb 2006 - 06:45:19, James Carman wrote: | I

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Andreas Bulling
On 20. Feb 2006 - 06:45:19, James Carman wrote: | I might be able to put something together for you. I'll see what I can do | and I'll make it available via SVN from my website. I'm also looking forward to such a sample app... Are you planning to publish the URL here? That would be nice! Sincerl

RE: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread James Carman
I might be able to put something together for you. I'll see what I can do and I'll make it available via SVN from my website. -Original Message- From: Nicolas [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 4:59 AM To: Tapestry users Subject: Re: [OT] Re: Best practice - Integr

Re: tapestry-spring and OpenSessionInViewFilter

2006-02-20 Thread Andreas Bulling
| You need dom4j.jar in your WEB-INF/lib directory. *smiting my forehead* Thanks a lot! ;) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: tapestry-spring and OpenSessionInViewFilter

2006-02-20 Thread James Carman
You need dom4j.jar in your WEB-INF/lib directory. -Original Message- From: Andreas Bulling [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Bulling Sent: Monday, February 20, 2006 6:33 AM To: Tapestry users Subject: tapestry-spring and OpenSessionInViewFilter Hi everybody, I finally decide

tapestry-spring and OpenSessionInViewFilter

2006-02-20 Thread Andreas Bulling
Hi everybody, I finally decided to switch to Tapestry/Spring/Hibernate and the first step for me was to try to get Howard's tapestry-spring jar to work. Besides an error message I don't understand (please see below, any tips are very welcome!) I've also found a reference to a "OpenSessionInViewFil

Re: two frames and refresh data

2006-02-20 Thread Łukasz Pachciarek
Lukas Ruetz wrote: Am Freitag, 17. Februar 2006 16:10 schrieb Łukasz Pachciarek: Lukas Ruetz wrote: Am Freitag, 17. Februar 2006 13:38 schrieb Łukasz Pachciarek: Hello first... I am new in tapestry :) I created html template, it contains left-frame and right-frame left-frame i

Re: Portable alternative to minDate and maxDate validators

2006-02-20 Thread Ron Piterman
thats really nice - would you put it on the wiki? Cheers, Ron Geoff Callender wrote: The minDate and maxDate validators are not portable across application servers or locales. For example minDate=7/1/2005 is accepted by Tomcat but JBoss will reject it because it expects something like minDate

Re: [OT] Re: Best practice - Integration Hibernate/Tapestry

2006-02-20 Thread Nicolas
Hi, Reading this, Tapestry + Spring + Hibernate looks great ! Does anyone have a small application using Tapestry 4 + Hibernate 3 + Spring ? Thanx in advance, Nicolas On 2/20/06, Pedro Abelleira Seco <[EMAIL PROTECTED]> wrote: > > EJB's are different things mixed. I'd you recommend you to read

  1   2   >