The servlet is coming from an external jar, which is written in Java. I need appengine-magic for the other services, like datastore.
Razvan On Nov 6, 7:45 pm, Mark Rathwell <[email protected]> wrote: > I'm still not quite following. What appengine-magic does is provides > Clojure wrappers for many of the App Engine for Java service APIs, and > from a ring handler creates a servlet suitable for deployment to App > Engine. If you already have the servlet, I'm not sure why you need > appengine-magic. Where is this servlet coming from? And what are you > wanting to do with it once you have integrated it with > appengine-magic? > > - Mark > > > > > > > > On Sun, Nov 6, 2011 at 11:41 AM, Razvan Rotaru <[email protected]> > wrote: > > I want integration of servlet in appengine-magic. > > > Documentation describes that you use a ring handler to call def- > > appengine-app: > > > (appengine-magic.core/def-appengine-app my-app #'my-ring-handler) > > > I have a servlet and want to build an application, something like: > > > (appengine-magic.core/def-appengine-servlet-app my-app #'my-servlet) > > > Razvan > > > On Nov 6, 4:32 pm, Mark Rathwell <[email protected]> wrote: > >> > I'm not using > >> > ring, I have a servlet which I need to feed to appengine-magic. > > >> Not sure what you mean by this, could you expand on it a little more? > >> You have an existing Java servlet that you want to handle some url > >> pattern, and you want to integrate that into your appengine-magic app? > > >> On Sun, Nov 6, 2011 at 5:08 AM, Razvan Rotaru <[email protected]> > >> wrote: > >> > Hi, > > >> > appengine-magic (https://github.com/gcv/appengine-magic) uses ring- > >> > handlers to turn into servlets that are accepted by GAE. Does anybody > >> > know how to use servlets directly with appengine-magic? I'm not using > >> > ring, I have a servlet which I need to feed to appengine-magic. > > >> > Thanks, > >> > Razvan > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups "Clojure" group. > >> > To post to this group, send email to [email protected] > >> > Note that posts from new members are moderated - please be patient with > >> > your first post. > >> > To unsubscribe from this group, send email to > >> > [email protected] > >> > For more options, visit this group at > >> >http://groups.google.com/group/clojure?hl=en > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] > > Note that posts from new members are moderated - please be patient with > > your first post. > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
