I wrote a javascript cache for tapestry5-jquery a few years ago https://github.com/got5/tapestry5-jquery/tree/master/src/main/java/org/got5/tapestry5/jquery/services/js
oddly enough I wrote it so you could use inline javascript in a tml file with zones. I believe I created a couple of implementations. One that stores javascript in the session and the other that uses a map and TTL. Personally I think it would be much easier if you could just put your javascript inside the tml files and have Tapestry handle the rest. It seems like there are too many files in too many places On Wed, Feb 5, 2014 at 5:38 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 05 Feb 2014 06:59:23 -0200, Kristian Marinkovic < > kristian.marinko...@gmail.com> wrote: > > i also think it's up to the development team to decide how they want to >> develop (inline-scripts vs. no inline-scripts). sometimes inline-scripts >> make things easier. having a choice is good anyways. >> >> still, do you think it is worth moving the requriejs specific >> inline-scripts into a dynamically generated js file? >> > > I think we already discussed the options in this thread. > > > -- > Thiago H. de Paula Figueiredo > Tapestry, Java and Hibernate consultant and developer > http://machina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >