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
