Hi Rafael, What kind of error do you get, what annotations do you use? I used @Autowired and @Ressource and it worked fined. My main problem is that appengine unloads the webapp after short idle time. Whenever it is needed again it is reloaded which takes long and costs a lot of cpu time. I found that stripping annotations accelerated the process.
Cheers, Tobias On Nov 28, 9:31 pm, Rafael Reuber <[email protected]> wrote: > I developed an program with Spring MVC + annotations. He done in my > computer. But when I make deploy and try acess the application, the GAE > throws an error. Someone got use annotations with Spring MVC? > > -- > Rafael Reuber > MSN/Gtalk: [email protected] -- 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.
