Re: Single Page Application

2018-07-02 Thread Kalle Korhonen
I've done SPAs with Tapestry but more recently, I've gone over the "dark side" to develop SPAs with Clojure. I re-implemented one Tapestry+Ember project as a functionally equivalent Clojure app, and I just posted lines-of-code comparison plus other notes about it ( http://www.tynamo.org/2018/07/02/

Re: Single Page Application

2018-06-05 Thread Juan
Gracias Carlos. El mar., 5 jun. 2018 18:47, Carlos Montero Canabal < carlosmonterocana...@gmail.com> escribió: > Hi Tapestry users, > > I have just upload a very simple example (but it works perfectly) of a SPA: > http://tapestry5.dev-util.com/specialpages/spa where we have a Route Page > (Inde

Re: Single Page Application

2018-06-05 Thread Carlos Montero Canabal
Hi Tapestry users, I have just upload a very simple example (but it works perfectly) of a SPA: http://tapestry5.dev-util.com/specialpages/spa where we have a Route Page (Index) and separate pages, each one with his internal code/tml. I'm thinking on upload the source code of my personal website b

Re: Single Page Application

2018-06-04 Thread Bob Harner
Carlos, it'll be great to see that SPA example on your dev-util site. Looking forward to it! On Mon, Jun 4, 2018, 5:05 AM Carlos Montero Canabal < carlosmonterocana...@gmail.com> wrote: > Some years ago I develop mi personal website (http://dev.carlosmontero.es > ) a

Re: Single Page Application

2018-06-04 Thread Carlos Montero Canabal
Some years ago I develop mi personal website (http://dev.carlosmontero.es ) as a SPA with tapestry using the zones system (you can try navigate and check on Network dev tools the requests and responses). I have to say that for a small project, It´s not so difficult

Re: Single Page Application

2018-06-03 Thread peter . skala
Hi Juan, unfortunatelly I do not have a self-contained example of this approach that I could provide you now. Here: http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/In-which-direction-is-Tapestry-heading-td5733862.html#a5733882 I posted some JS code which demonstrates, how you

Re: Single Page Application

2018-05-31 Thread Thiago H. de Paula Figueiredo
Well, if you want to build an SPA and use Tapestry, you can use zones, probably a lot of them, for that. Of course, the end result will probably not be as good as using SPA-specific tools, but it's definitely doable. On Thu, May 31, 2018 at 7:16 AM, Daniel Honig wrote: > Why tapestry is a great

Re: Single Page Application

2018-05-31 Thread Juan
Wow thank you very much. Didnt know about that framework. It looks very good. I liked tapestry a lot as mvc component framework. But I dont know much about SPAs and i'm gonna dive a litte into it. Thanks a lot. El jue., 31 may. 2018 12:20, Chung Duy escribió: > Agree with Daniel. If you want

Re: Single Page Application

2018-05-31 Thread Juan
Hi Peter, do you have any open source example? or maybe if you cannot show any code, a link to an explanation, or guidelines, or descrption of how you do it? Thank you. El mié., 30 may. 2018 18:58, escribió: > Hi, > > I have been experimenting with the combination tapestry + angular (1.x) > fe

Re: Single Page Application

2018-05-31 Thread Chung Duy
Agree with Daniel. If you want to build Single page, Tapestry is not great choice. Please use Jhispter (https://www.jhipster.tech/) to do. With a lot of commercial project finished using that, I believe this is better choice than Tapestry. On Thu, May 31, 2018 at 5:16 PM, Daniel Honig wrote: >

Re: Single Page Application

2018-05-31 Thread Daniel Honig
Why tapestry is a great framework, why not consider a purpose built framework for this such as JHipster? On Wed, May 30, 2018 at 12:57 PM, wrote: > Hi, > > I have been experimenting with the combination tapestry + angular (1.x) > few years ago, > then used angular in two commercial projects. > A

Re: Single Page Application

2018-05-30 Thread peter . skala
Hi, I have been experimenting with the combination tapestry + angular (1.x) few years ago, then used angular in two commercial projects. After this experience I believe, that it is, at least from my point of view, more efficient to use AMD (requireJS) and tapestry components in a way that I have

Re: Single Page Application

2018-05-30 Thread Michael Gentry
Hi Jay, Which easier ways are you envisioning? Thanks, mrg On Tue, May 29, 2018 at 8:56 PM Jay Ginete wrote: > I blogged about tapestry SPA back in 2013 to see how it works. I was using > AngularJS (aka Angular1). I haven't updated it since I came to the > conclusion there are easier ways to

Re: Single Page Application

2018-05-29 Thread Jay Ginete
I blogged about tapestry SPA back in 2013 to see how it works. I was using AngularJS (aka Angular1). I haven't updated it since I came to the conclusion there are easier ways to do SPAs. https://killertilapia.blogspot.com/2013/06/resteasy-tapestry-with-angularjs.html On Wed, May 30, 2018 at 1:31

Re: Single Page Application

2018-05-29 Thread Michael Gentry
Tapestry RESTEasy is also quite nice: http://www.tynamo.org/tapestry-resteasy+guide/ On Fri, May 18, 2018 at 5:40 PM Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, May 18, 2018 at 6:36 PM, Juan wrote: > > > Hello, are there any good example of doing a single page applica

Re: Single Page Application

2018-05-18 Thread Thiago H. de Paula Figueiredo
On Fri, May 18, 2018 at 6:36 PM, Juan wrote: > Hello, are there any good example of doing a single page application using > Tapestry ? > Hello! Although Tapestry isn't really built for single page applications, it can be used to build the server side of them. This section of the documentation w