Re: SinglePage app design thoughts

2013-06-27 Thread Иван
Hi fellas! My house have been working good for last month. Our one page app evolved from the stage where Tapestry generated the markup, to the stage where Tapestry only loads the JavaScript, and emits REST like links. The entire client side of an app is written in Coffee with heavy RequireJS usage,

Re: SinglePage app design thoughts

2013-02-19 Thread bigcache1
Great! I would use clean uploader, without 'Tapestry5-jQuery' integration. To the present moment all JS components are very custom, so it is overkill to use tapestry5-jquery. Although, I'm relying on the jQuery itself heavily. -- View this message in context: http://tapestry.1045711.n5.nabble.c

Re: SinglePage app design thoughts

2013-02-18 Thread rnicholus
I, too recommend valums/file-uplodaer (as Bob said, now called Fine Uploader). In the interest of full disclosure, I should probably mention that I am the maintainer of Fine Uploader. Andrew Valums handed over the project to me (just before the name change) after he realized that he no longer had

Re: SinglePage app design thoughts

2013-02-18 Thread Bob Harner
For uploading, take a look at http://tapestry5-jquery.com/components/docsajaxupload and http://tawus.wordpress.com/2011/06/25/ajax-upload-for-tapestry/ -- both of which use the highly regarded valums file uploader (now called "Fine Uploader"). On Mon, Feb 18, 2013 at 2:49 PM, bigcache1 wrote: > U

Re: SinglePage app design thoughts

2013-02-18 Thread bigcache1
UPDATE #2 So I have built a prototype of my single page application. I am using Tapestry activation context as a router, and it fits into architecture veery nicely. I have hierarchical content structure there, and I am navigating across this ocean of content by specifying (by various ways), or not

Re: SinglePage app design thoughts

2012-12-04 Thread bigcache1
BUMP. I've wrote a script that makes smooth constant AJAX editing on client side. http://pastebin.com/jamvUn7i I could also share the java code, if needed. It is for my commercial app, where user have clients of its own, and he n

Re: SinglePage app design thoughts

2012-11-27 Thread bigcache1
*derkoe*, what are the other benefits that I will miss? Also, I didn't get the problem with the partials, could you provide more details? MVC. I think that, as application client-side will gain its complexity, I will have to build there some kind of Model, from MVC. I agree with that approach, tha

Re: SinglePage app design thoughts

2012-11-26 Thread Geoff Callender
My suggestions below... On 25/11/2012, at 10:42 PM, bigcache1 wrote: > I have started to work on my new application, that would address thought > work. > And single page design is very appealing to me. I am heavily inspired by > Asana example. > What is main feature of singl

Re: SinglePage app design thoughts

2012-11-25 Thread Lance Java
Tynamo has a resteasy module, I've never used it myself but it looks promising http://tynamo.org/tapestry-resteasy%20guide -- View this message in context: http://tapestry.1045711.n5.nabble.com/SinglePage-app-design-thoughts-tp5718264p5718274.html Sent from the Tapestry - User mailing list arch

Re: SinglePage app design thoughts

2012-11-25 Thread Lenny Primak
As much as I love tapestry I don't think it's a good tool for a true single-page application. I would use GWT or vaadin for that purpose. On Nov 25, 2012, at 6:42 AM, bigcache1 wrote: > I have started to work on my new application, that would address thought > work. > And single page design i