Re: Which IDE for Tapestry?? [short and medium term]

2011-11-15 Thread Alex Kotchnev
There is a netbeans tapestry plugin ( http://java.net/projects/nbtapestrysupport/), although it's pretty basic. Cheers, Alex K On Tue, Nov 15, 2011 at 11:21 AM, Julien Martin wrote: > Thanks all for this interesting information. > It is a shame no netbeans plugin exists for Tapestry5... > Rega

Re: Meap Tapestry 5 book cancelled?

2011-09-22 Thread Alex Kotchnev
This is a bummer indeed. If I recall correctly, this was gong to be a translation from German - so the content actually exists, something must have fallen through with the translation. I know for a fact that the NetBeans community has had at least a couple of 'community translated' books. Unfortun

Re: Using layouts - partial page templates

2011-09-15 Thread Alex Kotchnev
David - try using the t:content element ( http://tapestry.apache.org/component-templates.html). It's supposed to do exactly what you need - just put it around your "main content" and everything else would be ignored when the template is rendered. Cheers, Alex K On Thu, Sep 15, 2011 at 9:32 AM, d

Re: [T5.3 beta 2] Using Tapestry-Spring-Security with 5.3?

2011-09-06 Thread Alex Kotchnev
I'd go w/ tynamo's tapestry-security (and I did on a latest small project). I used TSS on a previous project (and contributed some changes to get TSS to T5.2 and Spring 3.0 back in the day) and it ended up being the ball that kept me chained to Spring (although the rest of the app didn't necessaril

Re: Netbeans and Tapestry integration

2011-08-02 Thread Alex Kotchnev
The live reloading doesn't depend on anything eclipse specific - it's a tapestry feature. As long as your compiled classes end up in a container that supports it (e.g. in the past, I've had problems w/ live reloading and Tomcat), you should be OK. The "Compile on Save" feature in NetBeans is somet

Re: testng.xml and selenium

2011-04-25 Thread Alex Kotchnev
This is likely to be a problem w/ Selenium RC itself - I know that for a totally unrelated project I had to edit the files in selenium RC jar to make it support firefox 4.0 - http://www.qaautomation.net/?p=245 Cheers, Alex K On Mon, Apr 25, 2011 at 12:59 PM, Mark wrote: > I've tried it with 5.2

Re: New component library

2011-04-18 Thread Alex Kotchnev
Playing devils advocate here for a bit .. - Sounds like a lot of work for a feature that many people would like but are not willing to put the time in for it. Also, such a repository is a blessing and a curse - on many of the "plugin repositories" that I've seen (e.g. jquery, grails, netb

Re: GAE Tapestry5 FORM

2011-04-04 Thread Alex Kotchnev
Fernando, There's nothing specific about the generic tapestry form. If you look at the stacktrace, the problem comes from Commons Fileupload trying to use a temp file to store the file upload. There is a version of Commons Fileupload that is GAE friendly, google it and you'll be able to get it w

Tapestry in Action - Manning MEAP deal of the day

2011-03-26 Thread Alex Kotchnev
If anyone was still wondering whether / when to get the book... Cheers, Alex K -- Forwarded message -- From: Manning Publications Date: Sat, Mar 26, 2011 at 12:05 AM Subject: Deal of the Day: March 26, 2011 To: akoch...@gmail.com [image: ManningWeblogo.medium]

Re: [ANN] Tapestry 5 in Action MEAP started

2011-03-25 Thread Alex Kotchnev
Just picked it up for myself today - sweet ! Thanks Igor ! Any chance of asking Manning to fix the font in the On Fri, Mar 25, 2011 at 7:21 PM, Alessio Gambi wrote: > +1 for me. Just bought it. > > -- Alessio > > On Mar 23, 2011, at 8:10 PM, Igor Drobiazko wrote: > > > Dear all, > > > > I'm ple

Re: Live class/template reloading with netbeans 6.9.1

2011-02-25 Thread Alex Kotchnev
I use a Maven based project, and run jetty (using mvn jetty:run outside of the IDE) for development purposes. The only special thing I recall setting up is having to enable Compile-on-Save (CoS) for application and test execution (I think the default is to have CoS for test execution). Regards, A

Re: Tapestry5 in action

2011-02-16 Thread Alex Kotchnev
Igor, not sure how this works at Manning but at this time (since Dec) they send a Manning 'deal of the day' where they promote the book and allow you to buy the meap and/or the pbook/ebook with it. It must be working well for them ( I myself have bought a whole bunch of books from there promos) a

Re: 10 Minute Web Application Demo

2011-02-15 Thread Alex Kotchnev
Mark, this probably has to do with how the flash movie is encoded but it isn't viewable on Linux (Fedora 12). For a reference point, I never have issues viewing flash movies from YouTube and such (this is probably the first time I can't watch a Flash movie from what I remember), so in general it

Re: Injecting Spring beans by bean ID : why not

2011-02-02 Thread Alex Kotchnev
Ulrich, do the standard @Inject and @Named annotations only expose the existing functionality (e.g. injecting T5 services by type and name) or would they support injecting spring beans by ID (e.g. using @Named) ? Regards, Alex K On Wed, Feb 2, 2011 at 9:17 AM, Ulrich Stärk wrote: > https://

Injecting Spring beans by bean ID : why not

2011-02-01 Thread Alex Kotchnev
The question of how to inject a Spring bean by ID is a regular on the mailing list . The documentation provides a reasonable explanation of how to inject spring beans or the context ( http://tapestry.apache.org/integrating-with-spring-framework.html), e.g: @Inject private UserDAO userDAO; This sh

Re: Tapestry 5.1.0.5 with Virgo server (OSGi)

2011-02-01 Thread Alex Kotchnev
DK, see http://tapestry.apache.org/integrating-with-spring-framework.html for details on how to set up the spring application context in T5. On how to inject the service into your page : injecting by ID from the spring context doesn't work (hence the message that there is no service named disp

Re: Tapestry 5.1.0.5 with Virgo server (OSGi)

2011-02-01 Thread Alex Kotchnev
Duruk, when you say you have three modules, do you mean that you have three OSGI modules or three Tapestry modules ? If these are OSGI modules, is the service that you're trying to use in the web module made public for the module (or whatever terminology OSGI uses for that). ? It would proba

Re: Tapestry 5.1.0.5 with Virgo server (OSGi)

2011-02-01 Thread Alex Kotchnev
Duruk, you would have much more luck getting answers if you try to describe what the issue is , what errors you're getting, etc. I'm not sure too many people have the time to download/install Virgo (is this an app server ??), deploy and debug your app. Regards, Alex K On Tue, Feb 1, 2011 at 8:

Re: [ANNOUNCEMENT] upcoming module: tynamo-federatedaccounts

2011-01-30 Thread Alex Kotchnev
Kalle, very cool - I've been looking for a good reason to finally dump Spring from my app and Tynamo seems to be pretty close to being that reason. So far, I've been using it to handle some transaction management, and to support Spring Security (for the T-S-S module). I poked through T5's own Hi

SeeSaw interesting news

2011-01-29 Thread Alex Kotchnev
I just ran into this at The Register : http://www.reghardware.com/2011/01/28/seesaw_boxee/ Knowing that SeeSaw does use T5, I thought it'd be interesting to share. Does T5 have anything to do w/ the new service w/ Boxee ? Cheers, Alex K

Re: Who uses Tapestry ? ... eOfficeo!!!

2011-01-27 Thread Alex Kotchnev
Igor, after ASF accepts the CLA, whom should I send the confirmation to in order to get write access to the wiki ? Regards, Alex K On Thu, Jan 27, 2011 at 8:12 AM, Igor Drobiazko wrote: > You can do it yourself, if you sign the CLA [1], or you can fill a JIRA > issue for the documentation pr

Re: Question on Tapesry Services IoC

2011-01-25 Thread Alex Kotchnev
And again - it looks like this documentation is properly populated in trunk; however, it was not reflected in the documentation on the website. Cheers, Alex K On Tue, Jan 25, 2011 at 10:54 PM, Alex Kotchnev wrote: > Nicolas, >it turns out that TSS was already handling this as you n

Re: Question on Tapesry Services IoC

2011-01-25 Thread Alex Kotchnev
ex K On Tue, Jan 25, 2011 at 1:11 PM, Alex Kotchnev wrote: > Nicolas, >I might actually have a bit of time to implement this enhancement. It > should be an easy enhancement that should have zero impact on the current > users. > >I'll respond in this thread when

Re: [ANN] Manning Publications translates my Tapestry 5 book

2011-01-25 Thread Alex Kotchnev
I've been hoping that Manning would add this book to the Early Access program (MEAP) so that I can get my hands on it ASAP. Unfortunately, that hasn't happened yet. It would be nice if we can get an update from Igor on where things stand w/ the book. Regards, Alex K On Tue, Jan 25, 2011 at 5:58

Re: Question on Tapesry Services IoC

2011-01-25 Thread Alex Kotchnev
thread as I 've also > learned quite a bit about IoC on T5 with your replies. > > cheers! > > Nicolás.- > > > On Tue, Jan 25, 2011 at 10:45 AM, Alex Kotchnev > wrote: > > > Nicolas, > > it seems like the proper solution for your

Re: Question on Tapesry Services IoC

2011-01-25 Thread Alex Kotchnev
Nicolas, it seems like the proper solution for your problem is to have an enhancement to TSS to receive a value and use the value when configuring the service, e.g. : buildRealAuthenticationProcessingFilter( @SpringSecurityServices final AuthenticationManager manager,

Re: What does zone="^" mean?

2011-01-15 Thread Alex Kotchnev
Clever.. although I don't think I've seen this in the docs.. Cheers, Alex K On Fri, Jan 14, 2011 at 8:06 PM, Howard Lewis Ship wrote: > It's new in 5.2. > > The "^" is evaluated on the client-side; it means look up from the > element (the BeanEditForm, in this case) until reaching a container

Re: T5: 5.2.4 and memory

2011-01-08 Thread Alex Kotchnev
Angelo, I think that w/ the changes that were introduced in 5.2 there is indeed more class generation as a replacement for the javassist usage.. Hence, your app might need more permgen, which would hopefully be outweighed by the removal of page pooling in 5.2. Cheers, Alex K On Sun, Jan 9, 20

Re: T5: 5.2.4 and assets protection

2011-01-08 Thread Alex Kotchnev
Angelo, the AssetProtectionDispatcher still works fine. Cheers, Alex K On Sun, Jan 9, 2011 at 1:50 AM, Angelo C. wrote: > > Hi, > > Seems to me there is no change in the assets protection from 5.1.0.5 to > 5.2.4, we still need AssetProtectionDispatcher to protect. and is there a > new versi

Re: [T5.2.4] Tapestry-Spring-Security 2.1.0 - ClassTransformation

2011-01-01 Thread Alex Kotchnev
This work has already been done in the TSS trunk - you shouldn't have to re-do it. Checkout the SNAPSHOT version of TSS and it should work w/ T5.2+ (it was tested and working w/ the T5.2-SNAPSHOT builds) Regards, Alex K On Fri, Dec 31, 2010 at 7:22 AM, hsalf wrote: > > Hi! > > My application

Re: T5: using template instead of T5's tml

2010-12-01 Thread Alex Kotchnev
Everton, a while back (w/ the T4 equivalent) and more recently (after 5.1) I was experimenting with using t:content to have a full-blown HTML page but only use a part of it for the "real" template. Thus, you could have something like this for a previewable page that your designers can work with

Re: T5 Guide: Building T5.2.2 Application Using Netbeans 6.9.1

2010-11-05 Thread Alex Kotchnev
Very nice , thanks for posting the steps. Cheers, Alex K On Fri, Nov 5, 2010 at 5:56 AM, ael wrote: > > 1. File->New Project > 2. Choose->Maven->Maven Project > 3. Maven Archetype->Click Add > 4. Specify Archetype Detail >a. group id: org.apache.tapestry >b. artifact id: quickstart >

Re: tapestry-spring-security support for Spring Security 3.0.4.RELEASE?

2010-11-05 Thread Alex Kotchnev
Olle, I'm not sure what the best way of doing this is . At this time TSS supports Spring 3.0 (I think I recal 3.0.3) in the latest snapshot builds. The problem is that if we bum the snapshot to support 3.0.5.RELEASE, this will effectively break anyone who uses TSS w/ Spring 3.0 prior to 3.0.5.REL

Re: chenillekit not working with tapestry 5.2.1

2010-10-31 Thread Alex Kotchnev
I looked at the issue and the comments on it seem to be indicating that this issue is resolved. However, when I checked out the trunk the version still didn't have the changes. Any tips ? Cheers, Alex K On Fri, Oct 15, 2010 at 6:50 AM, Massimo Lusetti wrote: > On Fri, Oct 15, 2010 at 12:39 PM,

Re: can not setup tapestry-spring-security

2010-10-14 Thread Alex Kotchnev
g-security to 2.1.0 and found a > login page. > > Thank you very much! > > > On Wed, Oct 13, 2010 at 11:32 PM, Alex Kotchnev > wrote: > > Andrey, > > I think you might have some versioning issues that you might want to > try > > to address first: >

Re: can not setup tapestry-spring-security

2010-10-13 Thread Alex Kotchnev
ing 3. Regards, Alex K On Wed, Oct 13, 2010 at 1:43 PM, Andrey Gladilin wrote: > Thank you Alex for your answer. > Attached is zip archive of project. > > On Wed, Oct 13, 2010 at 3:48 PM, Alex Kotchnev wrote: > > Andrey, > > you might want to try starting your applica

Re: can not setup tapestry-spring-security

2010-10-13 Thread Alex Kotchnev
Andrey, you might want to try starting your application in debug mode and set a couple of breakpoints inside your UserDetailsService implementation and see if it's being called when you try to navigate to that page. It seems that if added the configurations as described on that page your app

Re: Submitting XML via a T5 form

2010-09-01 Thread Alex Kotchnev
The "redisplay correctly" part should be handled by the default output encoding in T5 - thus, if the XML that is submitted in a form field and it's bound to a String property in your page or model, if you display/redisplay the form, it should render properly. I don't think you need anything specia

Re: @SetupRender and class hierarchy

2010-09-01 Thread Alex Kotchnev
method have the same name, the generated > code would simply call 'init' method without method selection in this case. > > Anyway, Paul should use a protected or package visibility in his case and > call super.init() on the parent class. > > 2010/9/1 Alex Kotchnev >

Re: @SetupRender and class hierarchy

2010-09-01 Thread Alex Kotchnev
Christophe, I think Paul's point is that there shouldn't be any overriding happening : in his first case, these are private methods; hence, the @Override annotation would be incorrect. Sounds like a bug to me. Regards, Alex K On Wed, Sep 1, 2010 at 2:27 AM, Christophe Cordenier < chris

Re: Can't contribute RegexAuthorizer / classpath assets not being served [5.2.0]

2010-08-26 Thread Alex Kotchnev
Although not a part of T5.2 , RegexAuthorizer is still available as a 3rd party module in a maven repo and is still a good way that you can secure the assets in your app, see https://issues.apache.org/jira/browse/TAP5-815for more details on the maven repository. Regards, Alex K On Thu, Aug 26,

Re: Tapestry- one of the finest web framework

2010-07-07 Thread Alex Kotchnev
Paul, you do sound like a troll, but I'll feed you a little. About Howard's looks : I met the man in person, he seemed to be quite likeable :-) Add to that his massive technical creds, his contribution to the web framework space and open source in general and he is a rock star ! He probably

Re: Tapestry 5 + Google App Engine - initial success!

2010-07-05 Thread Alex Kotchnev
Thiago, you're probably right, loading a single page might be enough . I mentioned what I do and it seems to work OK - I didn't necessarily imply that it was the only or the best way of keeping the app warm. On the benefits of keeping GAE from shutting down the app server : I've noticed that

Re: Tapestry 5 + Google App Engine - initial success!

2010-07-04 Thread Alex Kotchnev
In addition to having the cron job (note, it's running on a compltely different box , not the cron from GAE), I also use Dmitry's ping service to watch the response times (http://ping-service.appspot.com). My cron job runs about every three minutes , fetching all pages on the site and in 24hrs cons

Re: Tapestry 5.2 + TSS 3.0.0 + Hibernate 3.5.2 QuickGuide

2010-06-28 Thread Alex Kotchnev
The fix in http://www.mail-archive.com/users@tapestry.apache.org/msg9.html is now applied in 3.0-SNAPSHOT. Regards, Alex K On Sun, Jun 27, 2010 at 11:30 PM, ebt wrote: > > Since there is not that much documentation out there concerning integrating > the latest and greatest afore-mentioned

Re: [ANN] Manning Publications translates my Tapestry 5 book

2010-06-10 Thread Alex Kotchnev
Igor, do let us know when the book enters MEAP, I can't wait to see it. Regards, Alex K On Thu, Jun 10, 2010 at 7:15 PM, Howard Lewis Ship wrote: > That is just terrific! I can't wait to read it! > > On Thu, Jun 10, 2010 at 4:03 PM, Igor Drobiazko > wrote: > > Hello folks, > > > > great n

Re: Tapestry in GAE

2010-06-07 Thread Alex Kotchnev
Indeed, if you let the app go cold, you will quickly spend a large amount of your GAE free quota on starting up the app (in addition to having a really slow load of the first page). I have a cron task on a separate box that wget-s the whole site every 3 seconds. This ends up eating up about 20% of

Re: Why is TapestryFilter.doFilter final?

2010-06-06 Thread Alex Kotchnev
Dmitry, could you possibly share what you come up with - this seems like something generically useful when running in GAE . Is there any possiblity for tapestry5-gae module ? Regards, Alex K On Wed, Jun 2, 2010 at 2:38 PM, Dmitry Gusev wrote: > I'm thinking how to handle > com.google.apphos

Re: TSS with T5 5.2.0-SNAPSHOT

2010-05-26 Thread Alex Kotchnev
Robin (one of the other TSS maintainers) mentioned that he might do a T-S-S release that is compatible w/ S-S 3.0 and T5.2 in the near future. Considering that we have a few successful deployments from the trunk version of T-S-S we might as well do a release. Regards, Alex Kotchnev On Wed, May

Re: Asset service issues in GAE

2010-05-26 Thread Alex Kotchnev
gt; > > > If you're using Spring, new T5 instance startup may take longer than 30 > > secs which will lead to deadline exception. I used Spring for transaction > > management before, but I refused to use it and using Tynamo now. > > > > I also noticed that ex

Re: [T5.1 + TSS 2.1.0] @Secured annotation on class doesn't avoid call to onActivate

2010-05-17 Thread Alex Kotchnev
well ? It certainly isn't ideal (or clean), but can that work for your use case for now ? Regards, Alex Kotchnev On Mon, May 17, 2010 at 12:40 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, 17 May 2010 11:12:48 -0300, Nicolas Bouillon > wrote: &

Re: Best way to extend a component?

2010-05-13 Thread Alex Kotchnev
I think it is fair to say that T5 has indeed gone to great lengths to try to isolate the user from changes in the framework. Thus, if T5 decides to change the internal implementation of how a Select works, there wouldn't be 100 people screaming "See, we told you that Tapestry has never been and wil

Re: Ajax event hooks T5 style

2010-05-11 Thread Alex Kotchnev
Can anyone chime in with an opinion on this question ? Thiago - you usually have words of wisdom - would you share your thoughts, how would you approach this ? Regards, Alex K On Sat, May 8, 2010 at 8:58 PM, akochnev_chub wrote: > > I'm working on something that I think is very common functio

Re: GAE 1.3.3.1 dev server & T5.2 : new exception on startup

2010-05-11 Thread Alex Kotchnev
Tue, May 11, 2010 at 6:14 AM, Alex Kotchnev wrote: > I just picked up the latest SDK (1.3.3.1, I figured I upgraded most of my > platform to latest 5.2 Spring & Spring Security 3.0.2.RELEASE) and tried to > run my app on the dev server. On startup, when the applicaiton is

Re: TSS add custom voter & securing non-tapestry methods

2010-05-11 Thread Alex Kotchnev
gt; Thought that T-S-S would do both for me. > > You're talking about an article on a Wiki to use S-S without T-S-S, cant > you > send me the link of this Wiki ? > > Thank you. > > Nicolas. > > > -Message d'origine- > > From : Alex Kotchnev >

Re: TSS add custom voter & securing non-tapestry methods

2010-05-11 Thread Alex Kotchnev
S-S (there's an article on the wiki on using S-S w/o T-S-S). Regards, Alex Kotchnev On Tue, May 11, 2010 at 3:26 AM, Nicolas Gillet - MARKET-IP < nicolas.gil...@market-ip.com> wrote: > Hello, > > Thank you for your answer Jonathan. > > I have never tried the inst

Re: Why can't I return a rendered block via JSON?

2010-05-11 Thread Alex Kotchnev
trying to understand if I > should file a Jira suggesting this as an enhancement. > > Thanks. > > Chuck > > > Alex Kotchnev wrote: > >> Chuck, >> it is my understanding that today, when you return a Block in response to >> an ajax request, the cont

GAE 1.3.3.1 dev server & T5.2 : new exception on startup

2010-05-11 Thread Alex Kotchnev
I just picked up the latest SDK (1.3.3.1, I figured I upgraded most of my platform to latest 5.2 Spring & Spring Security 3.0.2.RELEASE) and tried to run my app on the dev server. On startup, when the applicaiton is running my initialization routine, I get the error message below. I get the same

Re: How tell T5 to return HTML page (not JSON) on AJAX call

2010-05-10 Thread Alex Kotchnev
Radek, what if you just point the URL that's used w/ jQuery tabs to a regular Tapestry page ? If I recall correctly, the jQuery tabs used a , and each with inside had an URL of a standalone page that renders w/o any particular layout . Regards, Alex K 2010/5/10 Radek Terber > Hi all > >

Re: Why can't I return a rendered block via JSON?

2010-05-10 Thread Alex Kotchnev
Chuck, it is my understanding that today, when you return a Block in response to an ajax request, the contents of that block do get serialized into a JSON structure which is then parsed on the client. Isn't that what you need ? Regards, Alex Kotchnev On Mon, May 10, 2010 at 2:18 AM,

Re: Heavy and long background process

2010-05-06 Thread Alex Kotchnev
We've used Spring Batch quite a bit to handle situations like this. Lots of good infrastructure that we didn't have to reinvent Regards, Alex K On Thu, May 6, 2010 at 6:16 AM, Kristian Marinkovic < kristian.marinko...@porsche.co.at> wrote: > hi massimo, > > i had a similar problem a while back.

Re: Problem with spring integration

2010-05-06 Thread Alex Kotchnev
which has a special meaning of its own). You can still inject spring beans though. Regards, Alex Kotchnev On Thu, May 6, 2010 at 11:24 AM, Captain Cid wrote: > > Can anyone please look into this > > Thanks > > > Captain Cid wrote: > > > > I even tried >

Re: T5.1: Using templates to generate html email

2010-04-28 Thread Alex Kotchnev
The thing to note here is that the tapx-templating needs to run in a completely separate tapestry app for generating the emails. Thus, if (like me), you want to be able to send HTML email from your current tapestry5 app, this doesn't work (at least not trivially). I use the chenillekit-templating

Re: CSS in Tapestry Component not used

2010-04-25 Thread Alex Kotchnev
Elisabeth, when you include the stylesheet in the way you show, it should show up as an element in the section of the document that is produced. Can you show the resulting rendered output ? I do recall that there was some discussion in the past that if the tml being rendered was not an HTML

Re: Tapestry 5.1.0.5 Google App Engine

2010-04-17 Thread Alex Kotchnev
27;ve only used T5 with Maven, so I'm spoiled > and just hadn't had to arrange some of these pieces. > > Thanks for the pointers. We're not intending to use 5.1 - Mike was just > whipping up some prototypical code. I'll build him a recent 5.2-SNAPSHOT. > >

Re: Tapestry 5.1.0.5 Google App Engine

2010-04-16 Thread Alex Kotchnev
or resources in the page path, but returns a non-empty enum > when executed in a standard jdk. > > cheers, > Christian. > > > On Apr 16, 2010, at 2:45 PM, Alex Kotchnev wrote: > > Mike, >> what version of GAE are you using ? >> >> T 5.1.0.5 still has an

Re: Tapestry 5.1.0.5 Google App Engine

2010-04-16 Thread Alex Kotchnev
Mike, what version of GAE are you using ? T 5.1.0.5 still has an issue that prevents it from running out of the box. Search for GAE on this list to find it. The issue is fixed in 5.2 and works like magic ( I'm using the 5.2 snapshot build w/ GAE 1.3.0) There are a number of T5 apps runn

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-15 Thread Alex Kotchnev
Charith, in my opinion, you shouldn't worry about the app engine, it's a special case. If you work it out for the general tapestry case where the PDF is read from a file or a stream, that'll be plenty. Regards, Alex K On Thu, Apr 15, 2010 at 3:16 PM, Charith Madusanka wrote: > Hi Thiago and U

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-14 Thread Alex Kotchnev
issues/detail?id=1423 > > On Tue, Apr 13, 2010 at 21:11, Alex Kotchnev wrote: > > > Charith, > > seems like as long as it works, it should be OK. One issue to > investigate > > is whether you actually need a java.io.File to do this or not. I for one > > can'

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-13 Thread Alex Kotchnev
Charith, seems like as long as it works, it should be OK. One issue to investigate is whether you actually need a java.io.File to do this or not. I for one can't do much w/ java.io.File when my app is running in Google App Engine, so I ideally I'd like to be able to do the same from a regular in

Re: Asset service issues in GAE

2010-04-13 Thread Alex Kotchnev
> >Job Analytics - Ping Service > > > href="/assets/anjlab/cubics/css/cube.css" /> > > src="/assets/anjlab/cubics/js/jquery-1.3.2.js"> > src="/assets/anjlab/cubics/js/cube.js"> > > > > > >

Re: Asset service issues in GAE

2010-04-13 Thread Alex Kotchnev
site and keeping it warm (so that GAE doesn't swap it out), which was using up about 40% of the free CPU quota - so far, the CPU usage should be about 20% lower. Regards, Alex Kotchnev On Tue, Apr 13, 2010 at 3:44 AM, Daniel Henze wrote: > Hi Alex, > > thanks for that follow-up pos

Re: Asset service issues in GAE

2010-04-13 Thread Alex Kotchnev
les aren't handled by the Asset Dispatcher anymore, > instead the request handler for static files does the work > > > > > Original-Nachricht > > Datum: Tue, 13 Apr 2010 00:23:57 -0400 > > Von: Alex Kotchnev > > An: Tapestry users >

Re: Asset service issues in GAE

2010-04-12 Thread Alex Kotchnev
I spent some more time looking at this and I ended up removing the usage of the ${asset:context:css/foobar.css} from the main templates. After doing so, all of the issues related to the stylesheet (and the sub-stylesheets and images that it loads) were cleared up - now, the stylesheets load properl

Re: VerificatonError in Tapestry 5.1.0.5: method: mDECIMAL signature: ()V) Stack size too large

2010-04-12 Thread Alex Kotchnev
Daniel, in this case, although 5.2 is not released yet, I'd recommend using a snapshot build for 5.2 . Dealing w/ the local dev server GAE issues is a major pain in the rear , and trying to hack it w/ 5.1.x you'd just waste your time. The 5.2 snapshots are stable enough unless you plan to de

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-09 Thread Alex Kotchnev
Charith, it seems to me that with the Javascript PDF viewer you might be biting more than you can chew. PDF is not a very pleasant format to deal with, and in order to view it only in Javascript/HTML you'll need to convert the PDF to images. I few years ago I was doing something similar, and it

New T5 & GAE app

2010-04-08 Thread Alex Kotchnev
I just added this to the wiki, but I thought I'd drop a note here as well. We just launched a new T5.2 based site (www.zadachite.com) deployed to GAE. The public content on the site is mostly static (using T5 for the templating and a few components), but there is more to come. This app has been in

Re: Hosting Apache Tapestry5.1 on GAE (Google Application Engine)

2010-02-22 Thread Alex Kotchnev
limit of URLFetchService. Regular request (like > browser's request for asset) have 30 seconds limit. > > It may however took too long time for your app to startup then timeout > issue > may occur. > Have you tried to debug assets loading using firebug? > > On Mon, Feb 2

Re: Hosting Apache Tapestry5.1 on GAE (Google Application Engine)

2010-02-22 Thread Alex Kotchnev
ted VMs cost > > less than $50/month and they are blazingly fast compared to GAE. > > Depending on where you live and what the system does it's not a huge > > cost; but fully understand the other side of it as well - can't beat > > free. > > > > Kalle >

Re: GAE & T5 : Passing a request to the T5 pipeline from a servlet

2010-02-22 Thread Alex Kotchnev
which SwfUploader doesn't). What was your usage - did you get it to work as you wanted ? Regards, Alex Kotchnev On Sun, Feb 21, 2010 at 1:57 PM, Dmitry Gusev wrote: > False alarm, its working, the problem was in AccessController > > On Sun, Feb 21, 2010 at 17:43, Dmitry Gusev >

Re: Hosting Apache Tapestry5.1 on GAE (Google Application Engine)

2010-02-19 Thread Alex Kotchnev
Kalle, do you have any issues w/ static assets not being served from GAE ? I'm prepping an app to be deployed in production on GAE, and in its development state (http://zadachite-dev.appspot.com), I'm a bit discouraged : often, when the app is loaded, I often get missing assets and I have to rel

Re: TestNG & Injecting Testify services into pages

2010-02-06 Thread Alex Kotchnev
Paul, I tried the trick w/ the RequestCache; however, it blows up when I try to cast the page instance that I pick up from the cache. When I debug it, it does show that it's the same class (as is stated in the exception); however, because of the class transformations (or maybe some classloader

Re: TestNG & Injecting Testify services into pages

2010-02-04 Thread Alex Kotchnev
Paul, thanks for the help on this. I'll try it out soon. On why I'm using the page class : I guess this goes back to using POJOs for unit testing. What I mean is that in my tapestry page class I have a couple of methods (e.g. like setupRender , event handlers) which mean something special fo

Re: TestNG & Injecting Testify services into pages

2010-01-29 Thread Alex Kotchnev
Going from memory when I debugged earlier this morning : I definitely saw and traced the objects marked w/ ForComponents going into the store. However, when I was rendering the page, I don't think there were any calls to get them out and inject them into the component. I definitely saw the code ins

Re: demo aplication

2010-01-04 Thread Alex Kotchnev
Geoff, very cool ! I've known about jumpstart for a while ( admittedly, I never downloaded the source) but I didn't realize there was the "application" aspect to it. Awesome ! Regards, Alex K On Mon, Jan 4, 2010 at 7:07 PM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > Hi A

GAE & T5 : Passing a request to the T5 pipeline from a servlet

2009-12-30 Thread Alex Kotchnev
I've been struggling a bit w/ getting the GAE blobstore API to upload files into a GAE T5 based app. All of the examples include using the blobstore service to create a URL to which the file is uploaded, after which the blobstore passes the control to a URL provided by user, e.g. : url = blobstore

Re: Best server for development and for production?

2009-12-30 Thread Alex Kotchnev
Juan, If you use the latest NetBeans (6.8) it support compile-on-save/copy-on-save for both standard and maven based projects, which works perfectly (equivalent and better than the deploy on save w/ other app servers) w/ Jetty and T5's live class reloading. For Tomcat & Glassfish NetBeans suppor

Re: T 5.2 & App Engine 1.3 SDK

2009-12-29 Thread Alex Kotchnev
Javaagent fix you referenced, but didn't applied Java > Security Manager fix because looks like this problem ( > > http://dmitrygusev.blogspot.com/2009/08/turn-java-security-manager-off-in.html > ) > have been resolved in 1.3 SDK. > > > On Tue, Dec 29, 2009 at 14:16, Ale

Re: [Tapestry Central] Securing Tapestry pages with Annotations, Part 1

2009-12-29 Thread Alex Kotchnev
Howard, having looked at the T5-spring-security code (and spring security itself) I see quite a number of similarities with what you describe as an approach. As Thiago already mentioned, there are at least a few more solutions that attempt to provide this (e.g. Thiago's own, chenillekit-access,

T 5.2 & App Engine 1.3 SDK

2009-12-29 Thread Alex Kotchnev
Has anyone tried running T 5.2 w/ the latest GAE 1.3 SDK ? I was happily running on sdk 1.2.5 w/ some of Dmitry's wonderful hacks to make the local dev server work ( http://dmitrygusev.blogspot.com/2009/10/develope-java-applications-with-gae-sdk.html); however, I did need to update to 1.3 to try ou

Re: How to contribute an ApplicationInitializer to load Spring Context

2009-12-28 Thread Alex Kotchnev
Juan, sounds like you might be missing an applicationContext.xml file in your app - Spring uses that to create the application context that it says it's not finding. Even if you provide an empty file, Spring will create an empty context and you don't have to create anything manually. . Regards

Re: [ANNOUNCEMENT] New Tapestry 5 book

2009-11-11 Thread Alex Kotchnev
big +1 !!! Keep us in the loop, send the preorders link as soon as it's available !!! Cheers, Alex K On Wed, Nov 11, 2009 at 8:05 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Sweet! :) > > -- > Thiago H. de Paula Figueiredo > Independent Java, Apache Tapestry 5 and Hibernate

Re: [Tapestry Central] Next Steps for Tapestry

2009-11-08 Thread Alex Kotchnev
Igor : just an idea on the translation front. I know that the NetBeans community already did two "community translated" books from German, so it might be interesting if the same model is possible in the Tapestry community. I think it was mostly a volunteer effort but it got two NetBeans RCP books t

Re: How do I add an activation context when navigating to a new page?

2009-10-08 Thread Alex Kotchnev
About the above : with the caveat that propertyA and propertyB in MyPage need to either be persistent or somehow handled w/ the onActivate/onPassivate (see the jumpstart examples on that). Cheers, Alex K On Thu, Oct 8, 2009 at 8:19 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote:

Re: [ANNOUNCEMENT] New Tapestry 5 book

2009-09-16 Thread Alex Kotchnev
I hate to belabor one obvious question but here I go : are there any plans/hopes for an English translation ? Cheers, Alex K On Wed, Sep 16, 2009 at 2:28 PM, Igor Drobiazko wrote: > Hello folks, > > I am pleased to announce a new Tapestry 5 book. The book is written in > German and is available

Re: Good news about Tapestry 5 in Google App Engine

2009-09-13 Thread Alex Kotchnev
A follow up question to the committers on this : Is Jun's approach below something acceptable to do in the meantime ? I was trying to deploy a test 5.1 app to GAE and I ran into the same issue. As he indicated these methods had emtpy try-catch blocks, removing which is supposed to resolve the issue

Re: Projects and sites powered by Tapestry

2009-09-10 Thread Alex Kotchnev
Benny, indeed that would be the case for a "traditional" web framework that serves web application assets (e.g. stylesheets, images, javascript) only from the publicly available directories (e.g. outside of WEB-INF). However, because of T5's component nature , if you deployed a component (e.g. a

Re: Good news about Tapestry 5 in Google App Engine

2009-09-04 Thread Alex Kotchnev
ea > are really good! > > On Fri, Sep 4, 2009 at 11:46 AM, Alex Kotchnev wrote: > > > A quick question for the commiters : I do recall seeing some messages > about > > an option to remove woodstox and using plain java.xml.stream APIs. Is > > there > > a plan t

Re: Good news about Tapestry 5 in Google App Engine

2009-09-04 Thread Alex Kotchnev
A quick question for the commiters : I do recall seeing some messages about an option to remove woodstox and using plain java.xml.stream APIs. Is there a plan to integrate any of these changes into the standard build or would they remain an external module (if that's even needed w/ the GAE issue r

Re: t5: URLRewriteRule, domain and CSS

2009-08-29 Thread Alex Kotchnev
Angelo, unless you somehow have the ability to affect DNS resolution on the client (or if you own masterlist.com or whatever domain you want), what you're looking to do just can't happen. Cheers, Alex K On Sat, Aug 29, 2009 at 11:03 AM, Angelo Chen wrote: > > hi, > > my t5 app has url: > > h

<    1   2   3   >