Tagged Questions
0
votes
0answers
42 views
Inconsistent loading of pictures in vosao
I am using the CMS for app engine Vosao. I have linked my picasa account, and I'm trying to show pictures using the following code
#set($photos=${service.picasa.findPhotos("albumName",20)}) ...
0
votes
0answers
45 views
Velocity in AppEngine
Can we use Apache Velocity in google-app-engine? If so, where are we going to save the vm velocity file?
0
votes
1answer
87 views
Serving HTML content with GAE JAVA
I am using GAE with Jersey for doing RESTful services. What would be recommended way to serve HTML content. I tried JSP and HttpServlet with Velocity. Found velocity with Servlet to be good for my ...
0
votes
2answers
503 views
Any tutorials on setting up a templating framework on GAE (Java)?
I'm trying to format our emails by using HTML-formatted templates on Google App Engine (using Java), but for the life of me I cannot find a decent tutorial for how to set this up.
I've tried looking ...
1
vote
2answers
168 views
Any concern about using GAE + Spring + Velocity
I'm just starting a project and decided to use Spring with Appengine.
I'm now looking for a good template engine which integrates easily with Spring and also works on AppEngine.
From what I have ...
0
votes
1answer
147 views
Google Appengine CRON task with spring velocityengineutil
I am trying to write a cron task in app engine for sending emails by calling mergetemplatewithstring in spring velocityengineutils.
Unfortunately it does not throw any exception but the mail is never ...
10
votes
2answers
6k views
Problem with subject encoding when sending an email
I'm sending an email and I'm receiving it correctly but the encoding of the subject is not correct. I'm sending "invitación" but I'm receiving "invitaci?n". The content of the message is OK.
The ...
4
votes
3answers
3k views
velocity framework on google app engine
i am trying to use velocity framework on google app engine. i wrote a small program with a main method and tried running it locally. i get the following exception :
Exception in thread "main" ...