On Wed, Apr 28, 2010 at 11:16 AM, Ian Marshall <[email protected]>wrote:
> Out of interest, what text file manipulation do you need to you when > debugging using the GAE/J development server? > It is not related to debugging Java, rather to my own JS; so I don't feel it deserves your attention. But when you asked... :) When debugging I'm linking the sources individually, one <script/> element per JS-file. Then I want to be able to join them into single (static) JS-file which is how the code is served usually. Since when I realized I can not create the static resource within my app* this particular issue has turned into 'playing with Java on GAE'. Keeping the 'big JS' in memory and sending it via servlet does make much sense to me. I will create the static file using Apache and only this JS-compilation will be deployed to GAE-server. *) Unless I'm still missing something. Regards J. Záruba > > With the answer to this question, perhaps we can work out a useful > work-around for you! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
