Re: How to integrate tapestry and jbpm,or any other workflow framework?

2007-12-06 Thread Jonathan Glanz
Web services would work.a directory redsident object, etc Sent via BlackBerry by ATT -Original Message- From: Oliver Lee [EMAIL PROTECTED] Date: Thu, 6 Dec 2007 21:35:34 To:users users@tapestry.apache.org Subject: How to integrate tapestry and jbpm,or any other workflow framework?

New community site based on t5

2007-12-14 Thread Jonathan Glanz
If you'd like to see a new.site based on t5 goto www.wingmanfinder.com its 100 percent free, so its just an example of what t5 can do Sent via BlackBerry by ATT - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: New community site based on t5

2007-12-15 Thread Jonathan Glanz
PROTECTED] Date: Sat, 15 Dec 2007 19:47:04 To:Tapestry users users@tapestry.apache.org Subject: Re: New community site based on t5 if i dont know tapestry, i were not realy impressed what tapestry can do for me regards S.Homburg Jonathan Glanz schrieb: If you'd like to see a new.site based on t5

Re: Memory leaks in Tapestry 4.1

2007-08-09 Thread Jonathan Glanz
Have you tried pulling heap dumps and anaylizing them ? Sent via BlackBerry by ATT -Original Message- From: [EMAIL PROTECTED] Date: Thu, 09 Aug 2007 17:04:21 To:Tapestry users users@tapestry.apache.org Subject: Re: Memory leaks in Tapestry 4.1 Within one day it rises slowly from 100

RE: T5: How to get id of HttpSession

2007-08-12 Thread Jonathan Glanz
Use @Inject Private RequestGlobals globals; Then Globals.getHTTPServletRequest(); -cheers, Jon -Original Message- From: Shing Hing Man [mailto:[EMAIL PROTECTED] Sent: Sunday, August 12, 2007 2:51 PM To: tapestry Tapestry Subject: T5: How to get id of HttpSession I have checked

Re: T5: real huge application with T5?!

2007-08-17 Thread Jonathan Glanz
Matt, we've been doing some load testing for a t5 app that will like have that type of traffic 10 fold and from the early analysis I could run a site like you're describing from my laptop. This is a dead solid platform from what we're seeing Jon Sent via BlackBerry by ATT -Original

RE: T5 Validator

2007-08-20 Thread Jonathan Glanz
All, I've got a couple of completely functional valdators now and I wanted to post them with a quick howto on the wiki.one problem.I can't figure out how to create a new page.can someone provide some insight :-) I'm am using the DevWiki link on the tapestry 5 home page. -Cheers, Jon

RE: T5 Validator

2007-08-20 Thread Jonathan Glanz
for contributing new validation messages and the actual validators) Jon -Original Message- From: Jonathan Glanz [mailto:[EMAIL PROTECTED] Sent: Monday, August 20, 2007 8:19 AM To: 'Tapestry users' Subject: RE: T5 Validator All, I've got a couple of completely functional valdators now and I wanted

Re: Recursion of components

2007-08-21 Thread Jonathan Glanz
Cesar, I've never tried it but I'm sure you could write a component that simply used the request dispatcher to include another resource, such as a rails page or a struts page etc It may take a little work but there shouldn't be anything stopping you Jon Sent via BlackBerry by ATT

Re: T5:Tiles?

2007-08-23 Thread Jonathan Glanz
I personally use this exact process for builkding widget based pages. Sent via BlackBerry by ATT -Original Message- From: Josh Canfield [EMAIL PROTECTED] Date: Thu, 23 Aug 2007 11:16:55 To:Tapestry users users@tapestry.apache.org Subject: Re: T5:Tiles? I love delegate for this

T5: I'm trying to contribute LibraryMapping's from multiple custom module classes

2007-08-25 Thread Jonathan Glanz
Hi, I've got mutiple modules in a plugable architecture, however the only contribution that I can't seem to get to work is: public static void contributeComponentClassResolver (ConfigurationLibraryMapping configuration) { configuration.add(new LibraryMapping(dashgit-bea,

Re: T5: I'm trying to contribute LibraryMapping's from multiple custom module classes

2007-08-25 Thread Jonathan Glanz
Sorry for the premature isue reportturns out I wasn't prefixing my requests properly...took a little investigation, but if you want secondary modules to work from the root context path you need to specify the library name core. -Jon On Aug 25, 2007, at 8:19 PM, Jonathan Glanz wrote

Re: T5 Retriving the Client IP Address

2007-08-26 Thread Jonathan Glanz
I've tried a few times now and can't seem to add anything to the wiki it keeps telling me I need to save something to a fileI want to post some validators and submodule samples as well as various contributions and tricks any ideas? On Aug 26, 2007, at 5:37 PM, 小司 wrote: :-)it's

Re: T5 Momentum

2007-09-17 Thread Jonathan Glanz
I've been using t5 religously on several projects for some massive conglomerites with great success...as howard stated there are a few pieces he's trying to complete before t5 goes ga, but we've simply implented several of our own components for ajax etc to enable that functionality. Bottom

Re: T5 Momentum

2007-09-18 Thread Jonathan Glanz
to be contributing some Ajax components? ;) On 9/17/07, Jonathan Glanz [EMAIL PROTECTED] wrote: I've been using t5 religously on several projects for some massive conglomerites with great success...as howard stated there are a few pieces he's trying to complete before t5 goes ga, but we've simply

Re: T5 Momentum

2007-09-19 Thread Jonathan Glanz
I can't copy any code but I can definitely describe it without issue. One of the main ajax components created was a widget wrapper for dynamic content. It takes a widget configuration which is defined by various contributions to the widget service. Part of that is a page name and a block

Redirect Question

2007-05-27 Thread Jonathan Glanz
In my setup function I need to be able to redirect to another page, any ideas? -thx, Jon

RE: Redirect Question

2007-05-27 Thread Jonathan Glanz
Thx a mil mate... -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Sunday, May 27, 2007 9:23 PM To: Tapestry users Subject: Re: Redirect Question void setup() { throw new PageRedirectException(YourPageName); } ? On 5/27/07, Jonathan Glanz [EMAIL PROTECTED

T5 JSON Output

2007-05-28 Thread Jonathan Glanz
All, I'm working on several async Dojo widgets and I can't seem to figure out how I can have a page that does not need to return any element, I can obviously write straight to a MarkupWriter, but when it goes to render there is no parent element, any ideas? Thoughts? Many thx, Jon

RE: T5 JSON Output

2007-05-28 Thread Jonathan Glanz
Got itjust created a JavaScriptStreamResponse and returned it from onActivate.simple enough -Jon -Original Message- From: Jonathan Glanz [mailto:[EMAIL PROTECTED] Sent: Monday, May 28, 2007 7:52 PM To: Tapestry users Subject: T5 JSON Output All, I'm working on several async

T5 I need to be able to dynamically render components

2007-05-30 Thread Jonathan Glanz
All, below is a sample of what I'd like to be able to do, but I can't seem to figure out a way to make it work t:loop source=widgets value=widget div t:type=prop:viewElementType/ /t:loop Is there a way to do this or a binding that would do this? Basically I need a way to

RE: T5 I need to be able to dynamically render components

2007-05-30 Thread Jonathan Glanz
components you want and select which one renders at any give time. This is how the Grid and BeanEditForm components work, for example. On 5/29/07, Jonathan Glanz [EMAIL PROTECTED] wrote: All, below is a sample of what I'd like to be able to do, but I can't seem to figure out a way to make it work

RE: T5: Works in Jetty but not in Tomcat

2007-05-30 Thread Jonathan Glanz
A trick to make it all work is to explode the tapestry jars into WEB-INF/classes -It does workbut it can get messy -Jon -Original Message- From: Joel Wiegman [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 11:48 AM To: Tapestry users Subject: RE: T5: Works in Jetty but not